Home
last modified time | relevance | path

Searched refs:addElementReferencingTarget (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGDocumentExtensions.h68 void addElementReferencingTarget(SVGElement* referencingElement, SVGElement* referencedElement);
DSVGMPathElement.cpp78 document().accessSVGExtensions()->addElementReferencingTarget(this, toSVGElement(target)); in buildPendingResource()
DSVGFEImageElement.cpp111 document().accessSVGExtensions()->addElementReferencingTarget(this, toSVGElement(target)); in buildPendingResource()
DSVGTextPathElement.cpp172 document().accessSVGExtensions()->addElementReferencingTarget(this, toSVGElement(target)); in buildPendingResource()
DSVGAnimateElement.cpp218 document().accessSVGExtensions()->addElementReferencingTarget(this, it->element); in resetAnimatedType()
DSVGDocumentExtensions.cpp301 void SVGDocumentExtensions::addElementReferencingTarget(SVGElement* referencingElement, SVGElement*… in addElementReferencingTarget() function in WebCore::SVGDocumentExtensions
DSVGUseElement.cpp592 document().accessSVGExtensions()->addElementReferencingTarget(this, target); in buildInstanceTree()
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSVGSMILElement.cpp238 document().accessSVGExtensions()->addElementReferencingTarget(this, svgTarget); in buildPendingResource()