Searched defs:orientType (Results 1 - 7 of 7) sorted by relevance

/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 DSVGRenderTreeAsText.cpp189 static TextStream& operator<<(TextStream& ts, const SVGMarkerOrientType& orientType) argument
191 ts << SVGEnumerationToString<SVGMarkerOrientType>(orientType);
530 ts << marker->orientType() << "]\n";
/external/chromium_org/third_party/WebKit/Source/core/svg/
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 DSVGAngle.h95 SVGEnumeration<SVGMarkerOrientType>* orientType() { return m_orientType.get(); } function in class:blink::SVGAngle
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...]
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DOverflowEvent.h44 enum orientType { enum in class:blink::FINAL

Completed in 419 milliseconds