Home
last modified time | relevance | path

Searched refs:setEnumValue (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAngle.cpp98 m_orientType->setEnumValue(orientType); in SVGAngle()
147 m_orientType->setEnumValue(SVGMarkerOrientAngle); in setValue()
237 m_orientType->setEnumValue(SVGMarkerOrientAuto); in setValueAsString()
242 m_orientType->setEnumValue(SVGMarkerOrientAutoStartReverse); in setValueAsString()
256 m_orientType->setEnumValue(SVGMarkerOrientAngle); in setValueAsString()
263 m_orientType->setEnumValue(SVGMarkerOrientAngle); in newValueSpecifiedUnits()
360 m_orientType->setEnumValue(SVGMarkerOrientAngle); in convertToSpecifiedUnits()
395 orientType()->setEnumValue(toOrientType); in calculateAnimatedValue()
399 orientType()->setEnumValue(SVGMarkerOrientUnknown); in calculateAnimatedValue()
405 orientType()->setEnumValue(toOrientType); in calculateAnimatedValue()
[all …]
DSVGEnumeration.h126 void setEnumValue(Enum value) in setEnumValue() function
DSVGMarkerElement.cpp145 m_orientAngle->baseValue()->orientType()->setEnumValue(SVGMarkerOrientAuto); in setOrientToAuto()