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

  /external/webkit/WebCore/rendering/style/
SVGRenderStyleDefs.h 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&)
    [all...]
SVGRenderStyleDefs.cpp 69 StyleStrokeData::StyleStrokeData()
79 StyleStrokeData::StyleStrokeData(const StyleStrokeData& other)
80 : RefCounted<StyleStrokeData>()
90 bool StyleStrokeData::operator==(const StyleStrokeData &other) const
SVGRenderStyle.h 173 DataRef<StyleStrokeData> stroke;

Completed in 12 milliseconds