Searched refs:m_translation (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGSVGElement.h74 FloatPoint currentTranslate() { return m_translation->value(); }
163 RefPtr<SVGPoint> m_translation; member in class:blink::FINAL
H A DSVGSVGElement.cpp73 , m_translation(SVGPoint::create())
190 : SVGPointTearOff(contextElement->m_translation, contextElement, PropertyIsNotAnimVal)
202 m_translation->setValue(point);

Completed in 99 milliseconds