Searched defs:shorthandID (Results 1 – 5 of 5) sorted by relevance
161 unsigned indexOfShorthandForLonghand(CSSPropertyID shorthandID, const Vector<StylePropertyShorthand… in indexOfShorthandForLonghand()
73 CSSPropertyID shorthandID() const { return m_metadata.shorthandID(); }; in shorthandID() function
37 CSSPropertyID StylePropertyMetadata::shorthandID() const in shorthandID() function in WebCore::StylePropertyMetadata
68 CSSPropertyID shorthandID() const { return propertyMetadata().shorthandID(); } in shorthandID() function
204 CSSPropertyID shorthandID = propertySet().getPropertyShorthand(propertyID); in getPropertyShorthand() local