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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFontElement.cpp 50 static bool parseFontSize(const CharacterType* characters, unsigned length, int& size)
130 static bool parseFontSize(const String& input, int& size)
136 return parseFontSize(input.characters8(), input.length(), size);
138 return parseFontSize(input.characters16(), input.length(), size);
144 if (!parseFontSize(s, num))
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.h 186 bool parseFontSize(bool important);
CSSPropertyParser.cpp     [all...]

Completed in 60 milliseconds