Searched refs:shorthandID (Results 1 – 6 of 6) sorted by relevance
46 CSSPropertyID shorthandID() const;74 CSSPropertyID shorthandID() const { return m_metadata.shorthandID(); }; in shorthandID() function
161 unsigned indexOfShorthandForLonghand(CSSPropertyID shorthandID, const Vector<StylePropertyShorthand… in indexOfShorthandForLonghand() argument164 if (shorthands.at(i).id() == shorthandID) in indexOfShorthandForLonghand()
204 CSSPropertyID shorthandID = propertySet().getPropertyShorthand(propertyID); in getPropertyShorthand() local205 if (!shorthandID) in getPropertyShorthand()207 return getPropertyNameString(shorthandID); in getPropertyShorthand()
64 CSSPropertyID shorthandID() const { return propertyMetadata().shorthandID(); } in shorthandID() function
248 return propertyAt(foundPropertyIndex).shorthandID(); in getPropertyShorthand()304 CSSPropertyID prefixedShorthand = prefixingVariantForPropertyId(property.shorthandID()); in getIndexInShorthandVectorForPrefixingVariant()
37 CSSPropertyID StylePropertyMetadata::shorthandID() const in shorthandID() function in blink::StylePropertyMetadata