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

  /external/webkit/Source/WebCore/rendering/style/
StyleInheritedData.cpp 30 StyleInheritedData::StyleInheritedData()
39 StyleInheritedData::~StyleInheritedData()
43 StyleInheritedData::StyleInheritedData(const StyleInheritedData& o)
44 : RefCounted<StyleInheritedData>()
54 bool StyleInheritedData::operator==(const StyleInheritedData& o) cons
    [all...]
StyleInheritedData.h 39 class StyleInheritedData : public RefCounted<StyleInheritedData> {
41 static PassRefPtr<StyleInheritedData> create() { return adoptRef(new StyleInheritedData); }
42 PassRefPtr<StyleInheritedData> copy() const { return adoptRef(new StyleInheritedData(*this)); }
43 ~StyleInheritedData();
45 bool operator==(const StyleInheritedData& o) const;
46 bool operator!=(const StyleInheritedData& o) const
63 StyleInheritedData();
    [all...]

Completed in 39 milliseconds