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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleInheritedData.cpp 23 #include "core/rendering/style/StyleInheritedData.h"
29 StyleInheritedData::StyleInheritedData()
38 StyleInheritedData::~StyleInheritedData()
42 StyleInheritedData::StyleInheritedData(const StyleInheritedData& o)
43 : RefCounted<StyleInheritedData>()
53 bool StyleInheritedData::operator==(const StyleInheritedData& o) cons
    [all...]
StyleInheritedData.h 37 class StyleInheritedData : public RefCounted<StyleInheritedData> {
39 static PassRefPtr<StyleInheritedData> create() { return adoptRef(new StyleInheritedData); }
40 PassRefPtr<StyleInheritedData> copy() const { return adoptRef(new StyleInheritedData(*this)); }
41 ~StyleInheritedData();
43 bool operator==(const StyleInheritedData& o) const;
44 bool operator!=(const StyleInheritedData& o) const
61 StyleInheritedData();
    [all...]

Completed in 132 milliseconds