Searched refs:parseShorthand (Results 1 - 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/css/ |
H A D | CSSParser.cpp | 868 /* Start of supported CSS properties with validation. This is needed for parseShorthand to work 1476 return parseShorthand(propId, properties, 5, important); 1829 return parseShorthand(propId, properties, 3, important); 1836 return parseShorthand(propId, properties, 3, important); 1843 return parseShorthand(propId, properties, 3, important); 1850 return parseShorthand(propId, properties, 3, important); 1857 return parseShorthand(propId, properties, 3, important); 1863 return parseShorthand(propId, properties, 3, important); 1869 return parseShorthand(propId, properties, 3, important); 1875 return parseShorthand(propI 2362 bool CSSParser::parseShorthand(int propId, const int *properties, int numProperties, bool important) function in class:WebCore::CSSParser [all...] |
H A D | CSSParser.h | 82 bool parseShorthand(int propId, const int* properties, int numProperties, bool important);
|
Completed in 36 milliseconds