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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGMarkerElement.idl 42 readonly attribute SVGAnimatedEnumeration orientType;
SVGAnimatedAngle.cpp 40 SVGMarkerOrientType orientType = SVGPropertyTraits<SVGMarkerOrientType>::fromString(string, angle);
41 if (orientType > 0)
42 animatedPair.second = orientType;
43 if (orientType == SVGMarkerOrientAngle)
SVGMarkerElement.cpp 32 // Define custom animated property 'orientType'.
65 REGISTER_LOCAL_ANIMATED_PROPERTY(orientType)
144 SVGMarkerOrientType orientType = SVGPropertyTraits<SVGMarkerOrientType>::fromString(value, angle);
145 if (orientType > 0)
146 setOrientTypeBaseValue(orientType);
147 if (orientType == SVGMarkerOrientAngle)
248 PassRefPtr<SVGAnimatedEnumerationPropertyTearOff<SVGMarkerOrientType> > SVGMarkerElement::orientType()
SVGMarkerElement.h 123 // Custom 'orientType' property.
129 PassRefPtr<SVGAnimatedEnumerationPropertyTearOff<SVGMarkerOrientType> > orientType();
  /external/chromium_org/third_party/WebKit/Source/core/events/
OverflowEvent.h 43 enum orientType {

Completed in 564 milliseconds