Home | History | Annotate | Download | only in style

Lines Matching refs:StyleStrokeData

150     class StyleStrokeData : public RefCounted<StyleStrokeData> {
152 static PassRefPtr<StyleStrokeData> create() { return adoptRef(new StyleStrokeData); }
153 PassRefPtr<StyleStrokeData> copy() const { return adoptRef(new StyleStrokeData(*this)); }
155 bool operator==(const StyleStrokeData&) const;
156 bool operator!=(const StyleStrokeData& other) const
171 StyleStrokeData();
172 StyleStrokeData(const StyleStrokeData&);