Searched defs:CSSProperty (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/css/
H A DCSSProperty.h30 class CSSProperty : public FastAllocBase { class in namespace:WebCore
32 CSSProperty(int propID, PassRefPtr<CSSValue> value, bool important = false, int shorthandID = 0, bool implicit = false) function in class:WebCore::CSSProperty
41 CSSProperty& operator=(const CSSProperty& other)
61 friend bool operator==(const CSSProperty&, const CSSProperty&);
76 template<> struct VectorTraits<WebCore::CSSProperty> : SimpleClassVectorTraits { };

Completed in 11 milliseconds