Home
last modified time | relevance | path

Searched refs:isExpandedShorthand (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertyShorthandCustom.cpp133 bool isExpandedShorthand(CSSPropertyID id) in isExpandedShorthand() function
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
DStylePropertyShorthand.h.tmpl86 bool isExpandedShorthand(CSSPropertyID);
/external/chromium_org/third_party/WebKit/Source/core/animation/
DKeyframeEffectModel.cpp143 …ASSERT_WITH_MESSAGE(!isExpandedShorthand(property), "Web Animations: Encountered shorthand CSS pro… in ensureKeyframeGroups()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderCustom.cpp111 …ASSERT_WITH_MESSAGE(!isExpandedShorthand(id), "Shorthand property id = %d wasn't expanded at parsi… in applyProperty()