Home | History | Annotate | Download | only in style

Lines Matching refs:StyleInheritedData

40 class StyleInheritedData : public RefCounted<StyleInheritedData> {
42 static PassRefPtr<StyleInheritedData> create() { return adoptRef(new StyleInheritedData); }
43 PassRefPtr<StyleInheritedData> copy() const { return adoptRef(new StyleInheritedData(*this)); }
44 ~StyleInheritedData();
46 bool operator==(const StyleInheritedData& o) const;
47 bool operator!=(const StyleInheritedData& o) const
73 StyleInheritedData();
74 StyleInheritedData(const StyleInheritedData&);