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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.h 73 FloatPoint currentTranslate() { return m_translation->value(); }
162 RefPtr<SVGPoint> m_translation; member in class:WebCore::FINAL
SVGSVGElement.cpp 73 , m_translation(SVGPoint::create())
192 : SVGPointTearOff(contextElement->m_translation, contextElement, PropertyIsNotAnimVal)
204 m_translation->setValue(point);

Completed in 52 milliseconds