Home
last modified time | relevance | path

Searched refs:parsingShorthandForProperty (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertyShorthandCustom.cpp115 const StylePropertyShorthand& parsingShorthandForProperty(CSSPropertyID propertyID) in parsingShorthandForProperty() function
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
DStylePropertyShorthand.h.tmpl75 const StylePropertyShorthand& parsingShorthandForProperty(CSSPropertyID);
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DCSSPropertyParser.cpp1372 if (parseShorthand(propId, parsingShorthandForProperty(CSSPropertyBorder), important)) { in parseValue()
1847 const StylePropertyShorthand& animationProperties = parsingShorthandForProperty(propId); in parseAnimationShorthand()
1911 const StylePropertyShorthand& shorthand = parsingShorthandForProperty(propId); in parseTransitionShorthand()