Home
last modified time | relevance | path

Searched defs:shorthandID (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertyShorthandCustom.cpp161 unsigned indexOfShorthandForLonghand(CSSPropertyID shorthandID, const Vector<StylePropertyShorthand… in indexOfShorthandForLonghand()
DCSSProperty.h73 CSSPropertyID shorthandID() const { return m_metadata.shorthandID(); }; in shorthandID() function
DCSSProperty.cpp37 CSSPropertyID StylePropertyMetadata::shorthandID() const in shorthandID() function in WebCore::StylePropertyMetadata
DStylePropertySet.h68 CSSPropertyID shorthandID() const { return propertyMetadata().shorthandID(); } in shorthandID() function
DPropertySetCSSStyleDeclaration.cpp204 CSSPropertyID shorthandID = propertySet().getPropertyShorthand(propertyID); in getPropertyShorthand() local