Searched defs:parseFontSize (Results 1 – 2 of 2) sorted by relevance
54 static bool parseFontSize(const CharacterType* characters, unsigned length, int& size) in parseFontSize() function134 static bool parseFontSize(const String& input, int& size) in parseFontSize() function
5550 bool CSSParser::parseFontSize(bool important) in parseFontSize() function in WebCore::CSSParser