HomeSort by relevance Sort by last modified time
    Searched refs:parseVariable (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/css/
CSSVariablesDeclaration.cpp 86 if (!parser.parseVariable(this, variableName, variableValue)) // If the parse succeeds, it will call addParsedVariable (our internal method for doing the add) with the parsed Value*.
CSSParser.h 155 bool parseVariable(CSSVariablesDeclaration*, const String& variableName, const String& variableValue);
CSSParser.cpp     [all...]
  /libcore/luni/src/main/java/java/text/
MessageFormat.java 415 localFormats.addElement(parseVariable(template, position));
    [all...]

Completed in 26 milliseconds