Searched refs:parseFillShorthand (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/css/
H A DCSSParser.h103 bool parseFillShorthand(int propId, const int* properties, int numProperties, bool important);
H A DCSSParser.cpp1816 return parseFillShorthand(propId, properties, 7, important);
1822 return parseFillShorthand(propId, properties, 6, important);
2097 bool CSSParser::parseFillShorthand(int propId, const int* properties, int numProperties, bool important) function in class:WebCore::CSSParser

Completed in 56 milliseconds