HomeSort by relevance Sort by last modified time
    Searched refs:orientType (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedAngle.cpp 42 , m_orientType(SVGAnimatedEnumeration<SVGMarkerOrientType>::create(contextElement, SVGNames::orientAttr, baseValue()->orientType()))
64 m_orientType->setAnimatedValue(currentValue()->orientType());
SVGAnimatedAngle.h 50 SVGAnimatedEnumeration<SVGMarkerOrientType>* orientType() { return m_orientType.get(); }
SVGAngle.cpp 88 SVGAngle::SVGAngle(SVGAngleType unitType, float valueInSpecifiedUnits, SVGMarkerOrientType orientType)
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()->setEnumValue(SVGMarkerOrientUnknown)
    [all...]
SVGMarkerElement.h 70 SVGAnimatedEnumeration<SVGMarkerOrientType>* orientType() { return m_orientAngle->orientType(); }
SVGMarkerElement.idl 47 readonly attribute SVGAnimatedEnumeration orientType;
SVGAngle.h 92 SVGEnumeration<SVGMarkerOrientType>* orientType() { return m_orientType.get(); }
SVGMarkerElement.cpp 147 m_orientAngle->baseValue()->orientType()->setEnumValue(SVGMarkerOrientAuto);
  /external/chromium_org/third_party/WebKit/Source/core/events/
OverflowEvent.h 43 enum orientType {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceMarker.cpp 112 if (marker->orientType()->currentValue()->enumValue() == SVGMarkerOrientAngle)

Completed in 84 milliseconds