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

  /external/webkit/Source/WebCore/rendering/style/
StyleRareInheritedData.cpp 23 #include "StyleRareInheritedData.h"
33 StyleRareInheritedData::StyleRareInheritedData()
64 StyleRareInheritedData::StyleRareInheritedData(const StyleRareInheritedData& o)
65 : RefCounted<StyleRareInheritedData>()
103 StyleRareInheritedData::~StyleRareInheritedData()
117 bool StyleRareInheritedData::operator==(const StyleRareInheritedData& o) cons
    [all...]
StyleRareInheritedData.h 43 class StyleRareInheritedData : public RefCounted<StyleRareInheritedData> {
45 static PassRefPtr<StyleRareInheritedData> create() { return adoptRef(new StyleRareInheritedData); }
46 PassRefPtr<StyleRareInheritedData> copy() const { return adoptRef(new StyleRareInheritedData(*this)); }
47 ~StyleRareInheritedData();
49 bool operator==(const StyleRareInheritedData& o) const;
50 bool operator!=(const StyleRareInheritedData& o) const
54 bool shadowDataEquivalent(const StyleRareInheritedData&) const
    [all...]

Completed in 1421 milliseconds