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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedAngle.cpp 43 if (orientType == SVGMarkerOrientAngle)
82 if (fromAngleAndEnumeration.second != toAngleAndEnumeration.second || fromAngleAndEnumeration.second != SVGMarkerOrientAngle)
101 if (fromAngleAndEnumeration.second == SVGMarkerOrientAngle) {
106 animatedAngleAndEnumeration.second = SVGMarkerOrientAngle;
127 if (fromAngleAndEnumeration.second != SVGMarkerOrientAngle) {
134 animatedAngleAndEnumeration.second = SVGMarkerOrientAngle;
SVGMarkerElement.h 46 SVGMarkerOrientAngle
80 static unsigned highestEnumValue() { return SVGMarkerOrientAngle; }
92 return SVGMarkerOrientAngle;
111 SVG_MARKER_ORIENT_ANGLE = SVGMarkerOrientAngle
SVGMarkerElement.cpp 74 , m_orientType(SVGMarkerOrientAngle)
147 if (orientType == SVGMarkerOrientAngle)
202 setOrientTypeBaseValue(SVGMarkerOrientAngle);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceMarker.cpp 117 if (marker->orientTypeCurrentValue() == SVGMarkerOrientAngle)

Completed in 49 milliseconds