Searched refs:orientType (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatedAngle.cpp42 , m_orientType(SVGAnimatedEnumeration<SVGMarkerOrientType>::create(contextElement, SVGNames::orientAttr, baseValue()->orientType()))
64 m_orientType->setAnimatedValue(currentValue()->orientType());
H A DSVGAngle.cpp88 SVGAngle::SVGAngle(SVGAngleType unitType, float valueInSpecifiedUnits, SVGMarkerOrientType orientType) argument
94 m_orientType->setEnumValue(orientType);
366 if (orientType()->enumValue() != SVGMarkerOrientAngle || otherAngle->orientType()->enumValue() != SVGMarkerOrientAngle)
381 SVGMarkerOrientType fromOrientType = fromAngle->orientType()->enumValue();
382 SVGMarkerOrientType toOrientType = toAngle->orientType()->enumValue();
393 orientType()->setEnumValue(SVGMarkerOrientAuto);
397 orientType()->setEnumValue(SVGMarkerOrientUnknown);
405 orientType()->setEnumValue(SVGMarkerOrientAuto);
412 orientType()
[all...]
H A DSVGAnimatedAngle.h50 SVGAnimatedEnumeration<SVGMarkerOrientType>* orientType() { return m_orientType.get(); } function in class:WebCore::FINAL
H A DSVGMarkerElement.idl47 readonly attribute SVGAnimatedEnumeration orientType;
H A DSVGMarkerElement.h70 SVGAnimatedEnumeration<SVGMarkerOrientType>* orientType() { return m_orientAngle->orientType(); } function in class:WebCore::FINAL
H A DSVGAngle.h92 SVGEnumeration<SVGMarkerOrientType>* orientType() { return m_orientType.get(); } function in class:WebCore::SVGAngle
H A DSVGMarkerElement.cpp147 m_orientAngle->baseValue()->orientType()->setEnumValue(SVGMarkerOrientAuto);
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DOverflowEvent.h43 enum orientType { enum in class:WebCore::FINAL
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceMarker.cpp112 if (marker->orientType()->currentValue()->enumValue() == SVGMarkerOrientAngle)

Completed in 890 milliseconds