Searched defs:parseViewportProperty (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSPropertyParser.cpp452 return parseViewportProperty(propId, important);
1504 // Properties below are validated inside parseViewportProperty, because we
7670 bool CSSPropertyParser::parseViewportProperty(CSSPropertyID propId, bool important) function in class:blink::CSSPropertyParser
7740 if (!parseViewportProperty(first, important))
7748 return parseViewportProperty(second, important);

Completed in 116 milliseconds