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

  /external/webkit/Source/WebCore/css/
CSSProperty.h 35 CSSProperty(int propID, PassRefPtr<CSSValue> value, bool important = false, int shorthandID = 0, bool implicit = false)
37 , m_shorthandID(shorthandID)
55 int shorthandID() const { return m_shorthandID; }
CSSStyleDeclaration.cpp 70 int shorthandID = getPropertyShorthand(propID);
71 if (!shorthandID)
73 return getPropertyName(static_cast<CSSPropertyID>(shorthandID));

Completed in 300 milliseconds