HomeSort by relevance Sort by last modified time
    Searched defs:SVGAngle (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAngle.cpp 23 #include "core/svg/SVGAngle.h"
45 SVGMarkerOrientEnumeration::SVGMarkerOrientEnumeration(SVGAngle* angle)
63 // SVGMarkerOrientEnumeration is only animated via SVGAngle
69 // SVGMarkerOrientEnumeration is only animated via SVGAngle
75 // SVGMarkerOrientEnumeration is only animated via SVGAngle
80 SVGAngle::SVGAngle()
88 SVGAngle::SVGAngle(SVGAngleType unitType, float valueInSpecifiedUnits, SVGMarkerOrientType orientType)
97 SVGAngle::~SVGAngle(
    [all...]
SVGAngle.h 29 class SVGAngle;
41 static PassRefPtr<SVGMarkerOrientEnumeration> create(SVGAngle* angle)
53 SVGMarkerOrientEnumeration(SVGAngle*);
58 SVGAngle* m_angle;
61 class SVGAngle : public SVGPropertyBase {
74 static PassRefPtr<SVGAngle> create()
76 return adoptRef(new SVGAngle());
79 virtual ~SVGAngle();
97 PassRefPtr<SVGAngle> clone() const;
110 SVGAngle();
    [all...]

Completed in 852 milliseconds