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.cpp116 unsigned indexOfShorthandForLonghand(CSSPropertyID shorthandID, const Vector<StylePropertyShorthand… in indexOfShorthandForLonghand()
DCSSProperty.h74 CSSPropertyID shorthandID() const { return m_metadata.shorthandID(); }; in shorthandID() function
DCSSProperty.cpp37 CSSPropertyID StylePropertyMetadata::shorthandID() const in shorthandID() function in WebCore::StylePropertyMetadata
DStylePropertySet.h61 CSSPropertyID shorthandID() const { return propertyMetadata().shorthandID(); } in shorthandID() function
DPropertySetCSSStyleDeclaration.cpp197 CSSPropertyID shorthandID = m_propertySet->getPropertyShorthand(propertyID); in getPropertyShorthand() local