Home | History | Annotate | Download | only in style

Lines Matching defs:StyleInheritedData

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();
62 StyleInheritedData(const StyleInheritedData&);