HomeSort by relevance Sort by last modified time
    Searched defs:shorthandID (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/css/
CSSProperty.h 32 CSSProperty(int propID, PassRefPtr<CSSValue> value, bool important = false, int shorthandID = 0, bool implicit = false)
34 , m_shorthandID(shorthandID)
52 int shorthandID() const { return m_shorthandID; }
CSSStyleDeclaration.cpp 69 int shorthandID = getPropertyShorthand(propID);
70 if (!shorthandID)
72 return getPropertyName(static_cast<CSSPropertyID>(shorthandID));

Completed in 46 milliseconds