Home | History | Annotate | Download | only in style

Lines Matching defs:StyleStrokeData

124     class StyleStrokeData : public RefCounted<StyleStrokeData> {
126 static PassRefPtr<StyleStrokeData> create() { return adoptRef(new StyleStrokeData); }
127 PassRefPtr<StyleStrokeData> copy() const { return adoptRef(new StyleStrokeData(*this)); }
129 bool operator==(const StyleStrokeData&) const;
130 bool operator!=(const StyleStrokeData& other) const
150 StyleStrokeData();
151 StyleStrokeData(const StyleStrokeData&);