Home
last modified time | relevance | path

Searched refs:clipPathUnits (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGClipPathElement.cpp32 …ATION(SVGClipPathElement, SVGNames::clipPathUnitsAttr, ClipPathUnits, clipPathUnits, SVGUnitTypes:… in DEFINE_ANIMATED_ENUMERATION() argument
36 REGISTER_LOCAL_ANIMATED_PROPERTY(clipPathUnits) in DEFINE_ANIMATED_ENUMERATION()
DSVGClipPathElement.h54 DECLARE_ANIMATED_ENUMERATION(ClipPathUnits, clipPathUnits, SVGUnitTypes::SVGUnitType)
DSVGClipPathElement.idl28 readonly attribute SVGAnimatedEnumeration clipPathUnits;
DSVGAttributeNames.in30 clipPathUnits
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceClipper.h73 …SVGUnitTypes::SVGUnitType clipPathUnits() const { return toSVGClipPathElement(element())->clipPath… in clipPathUnits() function
DSVGRenderTreeAsText.cpp499 … writeNameValuePair(ts, "clipPathUnits", toRenderSVGResourceClipper(resource)->clipPathUnits()); in writeSVGResourceContainer()