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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGMarkerElement.h 43 enum SVGMarkerOrientType {
79 struct SVGPropertyTraits<SVGMarkerOrientType> {
84 static SVGMarkerOrientType fromString(const String& value, SVGAngle& angle)
126 SVGMarkerOrientType& orientTypeCurrentValue() const { return m_orientType.value; }
127 SVGMarkerOrientType& orientTypeBaseValue() const { return m_orientType.value; }
128 void setOrientTypeBaseValue(const SVGMarkerOrientType& type) { m_orientType.value = type; }
129 PassRefPtr<SVGAnimatedEnumerationPropertyTearOff<SVGMarkerOrientType> > orientType();
151 mutable SVGSynchronizableAnimatedProperty<SVGMarkerOrientType> m_orientType;
SVGMarkerElement.cpp 144 SVGMarkerOrientType orientType = SVGPropertyTraits<SVGMarkerOrientType>::fromString(value, angle);
244 return SVGAnimatedProperty::lookupOrCreateWrapper<SVGMarkerElement, SVGAnimatedEnumerationPropertyTearOff<SVGMarkerOrientType>, SVGMarkerOrientType>
248 PassRefPtr<SVGAnimatedEnumerationPropertyTearOff<SVGMarkerOrientType> > SVGMarkerElement::orientType()
251 return static_pointer_cast<SVGAnimatedEnumerationPropertyTearOff<SVGMarkerOrientType> >(lookupOrCreateOrientTypeWrapper(this));
SVGAnimatedAngle.cpp 40 SVGMarkerOrientType orientType = SVGPropertyTraits<SVGMarkerOrientType>::fromString(string, angle);

Completed in 919 milliseconds