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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyleDefs.cpp 70 StyleStrokeData::StyleStrokeData()
85 StyleStrokeData::StyleStrokeData(const StyleStrokeData& other)
86 : RefCounted<StyleStrokeData>()
101 bool StyleStrokeData::operator==(const StyleStrokeData& other) const
SVGRenderStyleDefs.h 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&)
    [all...]

Completed in 57 milliseconds