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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGMarkerElement.idl 39 readonly attribute SVGAnimatedEnumeration markerUnits;
SVGMarkerElement.h 148 DECLARE_ANIMATED_ENUMERATION(MarkerUnits, markerUnits, SVGMarkerUnitsType)
SVGMarkerElement.cpp 53 DEFINE_ANIMATED_ENUMERATION(SVGMarkerElement, SVGNames::markerUnitsAttr, MarkerUnits, markerUnits, SVGMarkerUnitsType)
64 REGISTER_LOCAL_ANIMATED_PROPERTY(markerUnits)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceMarker.h 62 SVGMarkerUnitsType markerUnits() const { return toSVGMarkerElement(node())->markerUnitsCurrentValue(); }
69 // acording to SVGs markerUnits="strokeWidth" concept, when a strokeWidth value != -1 is passed in.
SVGRenderTreeAsText.cpp 517 writeNameValuePair(ts, "markerUnits", marker->markerUnits());

Completed in 69 milliseconds