Searched refs:referencingElement (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGDocumentExtensions.cpp302 void SVGDocumentExtensions::addElementReferencingTarget(SVGElement* referencingElement, SVGElement* referencedElement) argument
304 ASSERT(referencingElement);
308 elements->add(referencingElement);
313 elements->add(referencingElement);
317 void SVGDocumentExtensions::removeAllTargetReferencesForElement(SVGElement* referencingElement) argument
325 referencingElements.remove(referencingElement);
H A DSVGDocumentExtensions.h67 void addElementReferencingTarget(SVGElement* referencingElement, SVGElement* referencedElement);

Completed in 70 milliseconds