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

  /external/webkit/WebCore/rendering/style/
SVGRenderStyleDefs.cpp 214 StyleShadowSVGData::StyleShadowSVGData()
218 StyleShadowSVGData::StyleShadowSVGData(const StyleShadowSVGData& other)
219 : RefCounted<StyleShadowSVGData>()
224 bool StyleShadowSVGData::operator==(const StyleShadowSVGData& other) const
SVGRenderStyleDefs.h 291 class StyleShadowSVGData : public RefCounted<StyleShadowSVGData> {
293 static PassRefPtr<StyleShadowSVGData> create() { return adoptRef(new StyleShadowSVGData); }
294 PassRefPtr<StyleShadowSVGData> copy() const { return adoptRef(new StyleShadowSVGData(*this)); }
296 bool operator==(const StyleShadowSVGData& other) const;
297 bool operator!=(const StyleShadowSVGData& other) const
305 StyleShadowSVGData();
306 StyleShadowSVGData(const StyleShadowSVGData& other)
    [all...]

Completed in 941 milliseconds