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

/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSPropertyParser.h125 bool parseFillShorthand(CSSPropertyID, const CSSPropertyID* properties, int numProperties, bool important);
H A DCSSPropertyParser.cpp1362 return parseFillShorthand(propId, properties, WTF_ARRAY_LENGTH(properties), important);
1367 return parseFillShorthand(propId, properties, WTF_ARRAY_LENGTH(properties), important);
1677 bool CSSPropertyParser::parseFillShorthand(CSSPropertyID propId, const CSSPropertyID* properties, int numProperties, bool important) function in class:WebCore::CSSPropertyParser

Completed in 143 milliseconds