Searched defs:shorthandID (Results 1 – 5 of 5) sorted by relevance
116 unsigned indexOfShorthandForLonghand(CSSPropertyID shorthandID, const Vector<StylePropertyShorthand… in indexOfShorthandForLonghand()
74 CSSPropertyID shorthandID() const { return m_metadata.shorthandID(); }; in shorthandID() function
37 CSSPropertyID StylePropertyMetadata::shorthandID() const in shorthandID() function in WebCore::StylePropertyMetadata
61 CSSPropertyID shorthandID() const { return propertyMetadata().shorthandID(); } in shorthandID() function
197 CSSPropertyID shorthandID = m_propertySet->getPropertyShorthand(propertyID); in getPropertyShorthand() local