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

/external/webkit/Source/WebCore/css/
H A DCSSPropertySourceData.cpp37 #include "CSSPropertySourceData.h"
57 CSSPropertySourceData::CSSPropertySourceData(const String& name, const String& value, bool important, bool parsedOk, const SourceRange& range) function in class:WebCore::CSSPropertySourceData
66 CSSPropertySourceData::CSSPropertySourceData(const CSSPropertySourceData& other) function in class:WebCore::CSSPropertySourceData
75 CSSPropertySourceData::CSSPropertySourceData() function in class:WebCore::CSSPropertySourceData
84 String CSSPropertySourceData::toString() const
100 unsigned CSSPropertySourceData
[all...]
H A DCSSPropertySourceData.h52 struct CSSPropertySourceData { struct in namespace:WebCore
55 CSSPropertySourceData(const String& name, const String& value, bool important, bool parsedOk, const SourceRange& range);
56 CSSPropertySourceData(const CSSPropertySourceData& other);
57 CSSPropertySourceData();
70 extern const CSSPropertySourceData emptyCSSPropertySourceData;
81 Vector<CSSPropertySourceData> propertyData;

Completed in 62 milliseconds