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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGClipPathElement.idl 28 readonly attribute SVGAnimatedEnumeration clipPathUnits;
SVGClipPathElement.h 54 DECLARE_ANIMATED_ENUMERATION(ClipPathUnits, clipPathUnits, SVGUnitTypes::SVGUnitType)
SVGClipPathElement.cpp 32 DEFINE_ANIMATED_ENUMERATION(SVGClipPathElement, SVGNames::clipPathUnitsAttr, ClipPathUnits, clipPathUnits, SVGUnitTypes::SVGUnitType)
36 REGISTER_LOCAL_ANIMATED_PROPERTY(clipPathUnits)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceClipper.h 73 SVGUnitTypes::SVGUnitType clipPathUnits() const { return toSVGClipPathElement(element())->clipPathUnitsCurrentValue(); }
SVGRenderTreeAsText.cpp 499 writeNameValuePair(ts, "clipPathUnits", toRenderSVGResourceClipper(resource)->clipPathUnits());

Completed in 51 milliseconds