Home | History | Annotate | Download | only in css

Lines Matching refs:CSSPropertySourceData

37 #include "CSSPropertySourceData.h"
57 CSSPropertySourceData::CSSPropertySourceData(const String& name, const String& value, bool important, bool parsedOk, const SourceRange& range)
66 CSSPropertySourceData::CSSPropertySourceData(const CSSPropertySourceData& other)
75 CSSPropertySourceData::CSSPropertySourceData()
84 String CSSPropertySourceData::toString() const
100 unsigned CSSPropertySourceData::hash() const
106 DEFINE_GLOBAL(CSSPropertySourceData, emptyCSSPropertySourceData, "", "e", false, false)
109 void CSSPropertySourceData::init()
113 new ((void *) &emptyCSSPropertySourceData) CSSPropertySourceData("", "e", false, false, SourceRange(0, 0));