HomeSort by relevance Sort by last modified time
    Searched refs:StyleStrokeData (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/rendering/style/
SVGRenderStyleDefs.h 116 class StyleStrokeData : public RefCounted<StyleStrokeData> {
118 static PassRefPtr<StyleStrokeData> create() { return adoptRef(new StyleStrokeData); }
119 PassRefPtr<StyleStrokeData> copy() const { return adoptRef(new StyleStrokeData(*this)); }
121 bool operator==(const StyleStrokeData&) const;
122 bool operator!=(const StyleStrokeData& other) const
137 StyleStrokeData();
138 StyleStrokeData(const StyleStrokeData&)
    [all...]
SVGRenderStyleDefs.cpp 71 StyleStrokeData::StyleStrokeData()
81 StyleStrokeData::StyleStrokeData(const StyleStrokeData& other)
82 : RefCounted<StyleStrokeData>()
92 bool StyleStrokeData::operator==(const StyleStrokeData& other) const
SVGRenderStyle.h 387 DataRef<StyleStrokeData> stroke;

Completed in 479 milliseconds