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

  /external/webkit/Source/WebCore/rendering/style/
SVGRenderStyleDefs.cpp 162 StyleShadowSVGData::StyleShadowSVGData()
166 StyleShadowSVGData::StyleShadowSVGData(const StyleShadowSVGData& other)
167 : RefCounted<StyleShadowSVGData>()
172 bool StyleShadowSVGData::operator==(const StyleShadowSVGData& other) const
SVGRenderStyleDefs.h 202 class StyleShadowSVGData : public RefCounted<StyleShadowSVGData> {
204 static PassRefPtr<StyleShadowSVGData> create() { return adoptRef(new StyleShadowSVGData); }
205 PassRefPtr<StyleShadowSVGData> copy() const { return adoptRef(new StyleShadowSVGData(*this)); }
207 bool operator==(const StyleShadowSVGData&) const;
208 bool operator!=(const StyleShadowSVGData& other) const
216 StyleShadowSVGData();
217 StyleShadowSVGData(const StyleShadowSVGData&)
    [all...]

Completed in 96 milliseconds