Home
last modified time | relevance | path

Searched refs:SVGCurrentTranslateTearOff (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGSVGElement.cpp177 class SVGCurrentTranslateTearOff : public SVGPointTearOff { class
179 static PassRefPtr<SVGCurrentTranslateTearOff> create(SVGSVGElement* contextElement) in create()
181 return adoptRef(new SVGCurrentTranslateTearOff(contextElement)); in create()
191 SVGCurrentTranslateTearOff(SVGSVGElement* contextElement) in SVGCurrentTranslateTearOff() function in WebCore::SVGCurrentTranslateTearOff
199 return SVGCurrentTranslateTearOff::create(this); in currentTranslateFromJavascript()
DSVGSVGElement.h165 friend class SVGCurrentTranslateTearOff; variable