Home | History | Annotate | Download | only in style

Lines Matching refs:StyleTextData

160     class StyleTextData : public RefCounted<StyleTextData> {
162 static PassRefPtr<StyleTextData> create() { return adoptRef(new StyleTextData); }
163 PassRefPtr<StyleTextData> copy() const { return adoptRef(new StyleTextData(*this)); }
165 bool operator==(const StyleTextData& other) const;
166 bool operator!=(const StyleTextData& other) const
174 StyleTextData();
175 StyleTextData(const StyleTextData&);
194 // non-inherited text stuff lives here not in StyleTextData.