Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertyShorthandCustom.cpp145 bool isExpandedShorthandForAll(CSSPropertyID propertyId) in isExpandedShorthandForAll() function
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
DStylePropertyShorthand.h.tmpl88 bool isExpandedShorthandForAll(CSSPropertyID);
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.cpp1320 if (isExpandedShorthandForAll(propertyId)) in applyAllProperty()