Exemplo n.º 1
0
 public void Dispose()
 {
     mParser.SetParsingCompoundProperty(false);
 }
Exemplo n.º 2
0
 public nsAutoParseCompoundProperty(CssParser aParser)
 {
     mParser = aParser;
     mParser.SetParsingCompoundProperty(true);
 }
Exemplo n.º 3
0
 public nsAutoParseCompoundProperty(CssParser aParser)
 {
     mParser = aParser;
     mParser.SetParsingCompoundProperty(true);
 }