Home
last modified time | relevance | path

Searched defs:parseFontSize (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFontElement.cpp54 static bool parseFontSize(const CharacterType* characters, unsigned length, int& size) in parseFontSize() function
134 static bool parseFontSize(const String& input, int& size) in parseFontSize() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSParser-in.cpp5550 bool CSSParser::parseFontSize(bool important) in parseFontSize() function in WebCore::CSSParser