Searched refs:orientType (Results 1 - 12 of 12) 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()))
65 m_orientType->setAnimatedValue(currentValue()->orientType());
H A DSVGAngle.cpp93 SVGAngle::SVGAngle(SVGAngleType unitType, float valueInSpecifiedUnits, SVGMarkerOrientType orientType) argument
98 m_orientType->setEnumValue(orientType);
368 if (orientType()->enumValue() != SVGMarkerOrientAngle || otherAngle->orientType()->enumValue() != SVGMarkerOrientAngle)
383 SVGMarkerOrientType fromOrientType = fromAngle->orientType()->enumValue();
384 SVGMarkerOrientType toOrientType = toAngle->orientType()->enumValue();
395 orientType()->setEnumValue(toOrientType);
399 orientType()->setEnumValue(SVGMarkerOrientUnknown);
405 orientType()->setEnumValue(toOrientType);
414 orientType()
[all...]
H A DSVGAnimatedAngle.h50 SVGAnimatedEnumeration<SVGMarkerOrientType>* orientType() { return m_orientType.get(); } function in class:blink::FINAL
H A DSVGMarkerElement.h71 SVGAnimatedEnumeration<SVGMarkerOrientType>* orientType() { return m_orientAngle->orientType(); } function in class:blink::FINAL
H A DSVGMarkerElement.idl47 readonly attribute SVGAnimatedEnumeration orientType;
H A DSVGAngle.h95 SVGEnumeration<SVGMarkerOrientType>* orientType() { return m_orientType.get(); } function in class:blink::SVGAngle
H A DSVGMarkerElement.cpp145 m_orientAngle->baseValue()->orientType()->setEnumValue(SVGMarkerOrientAuto);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceMarker.h60 SVGMarkerOrientType orientType() const { return toSVGMarkerElement(element())->orientType()->currentValue()->enumValue(); } function in class:blink::FINAL
H A DRenderSVGResourceMarker.cpp112 if (marker->orientType()->currentValue()->enumValue() == SVGMarkerOrientAngle)
H A DSVGRenderTreeAsText.cpp189 static TextStream& operator<<(TextStream& ts, const SVGMarkerOrientType& orientType) argument
191 ts << SVGEnumerationToString<SVGMarkerOrientType>(orientType);
530 ts << marker->orientType() << "]\n";
H A DRenderSVGShape.cpp466 SVGMarkerData markerData(m_markerPositions, markerStart ? markerStart->orientType() == SVGMarkerOrientAutoStartReverse : false);
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DOverflowEvent.h44 enum orientType { enum in class:blink::FINAL

Completed in 9852 milliseconds