Home
last modified time | relevance | path

Searched refs:shorthandID (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSProperty.h46 CSSPropertyID shorthandID() const;
74 CSSPropertyID shorthandID() const { return m_metadata.shorthandID(); }; in shorthandID() function
DStylePropertyShorthandCustom.cpp161 unsigned indexOfShorthandForLonghand(CSSPropertyID shorthandID, const Vector<StylePropertyShorthand… in indexOfShorthandForLonghand() argument
164 if (shorthands.at(i).id() == shorthandID) in indexOfShorthandForLonghand()
DPropertySetCSSStyleDeclaration.cpp204 CSSPropertyID shorthandID = propertySet().getPropertyShorthand(propertyID); in getPropertyShorthand() local
205 if (!shorthandID) in getPropertyShorthand()
207 return getPropertyNameString(shorthandID); in getPropertyShorthand()
DStylePropertySet.h64 CSSPropertyID shorthandID() const { return propertyMetadata().shorthandID(); } in shorthandID() function
DStylePropertySet.cpp248 return propertyAt(foundPropertyIndex).shorthandID(); in getPropertyShorthand()
304 CSSPropertyID prefixedShorthand = prefixingVariantForPropertyId(property.shorthandID()); in getIndexInShorthandVectorForPrefixingVariant()
DCSSProperty.cpp37 CSSPropertyID StylePropertyMetadata::shorthandID() const in shorthandID() function in blink::StylePropertyMetadata