Home | History | Annotate | Download | only in style

Lines Matching defs:StyleSurroundData

35 class StyleSurroundData : public RefCounted<StyleSurroundData> {
37 static PassRefPtr<StyleSurroundData> create() { return adoptRef(new StyleSurroundData); }
38 PassRefPtr<StyleSurroundData> copy() const { return adoptRef(new StyleSurroundData(*this)); }
40 bool operator==(const StyleSurroundData& o) const;
41 bool operator!=(const StyleSurroundData& o) const
52 StyleSurroundData();
53 StyleSurroundData(const StyleSurroundData&);