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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGMarkerElement.h70 SVGAnimatedAngle* orientAngle() { return m_orientAngle.get(); }
71 SVGAnimatedEnumeration<SVGMarkerOrientType>* orientType() { return m_orientAngle->orientType(); }
92 RefPtr<SVGAnimatedAngle> m_orientAngle; member in class:blink::FINAL
H A DSVGMarkerElement.cpp50 , m_orientAngle(SVGAnimatedAngle::create(this))
61 addToPropertyMap(m_orientAngle);
104 m_orientAngle->setBaseValueAsString(value, parseError);
145 m_orientAngle->baseValue()->orientType()->setEnumValue(SVGMarkerOrientAuto);
154 m_orientAngle->baseValue()->newValueSpecifiedUnits(target->unitType(), target->valueInSpecifiedUnits());

Completed in 252 milliseconds