Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElement.idl25 readonly attribute SVGSVGElement? ownerSVGElement;
DSVGElement.h81 SVGSVGElement* ownerSVGElement() const;
DSVGSVGElement.cpp726 if (SVGSVGElement* svg = viewElement.ownerSVGElement()) { in setupInitialView()
DSVGElement.cpp436 SVGSVGElement* SVGElement::ownerSVGElement() const in ownerSVGElement() function in blink::SVGElement
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSVGSMILElement.cpp320 SVGSVGElement* owner = ownerSVGElement(); in insertedInto()
/external/chromium_org/third_party/d3/src/
Dd3.js1095 var svg = container.ownerSVGElement || container;