Home
last modified time | relevance | path

Searched refs:instancesForElement (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGElement.h101 const HashSet<SVGElementInstance*>& instancesForElement() const;
DSVGElementInstance.cpp100 const HashSet<SVGElementInstance*>& set = element->instancesForElement(); in invalidateAllInstancesOfElement()
DSVGAnimateTransformElement.cpp197 const HashSet<SVGElementInstance*>& instances = targetElement->instancesForElement(); in applyResultsToTarget()
DSVGAnimateMotionElement.cpp234 const HashSet<SVGElementInstance*>& instances = targetElement->instancesForElement(); in applyResultsToTarget()
DSVGElement.cpp183 const HashSet<SVGElementInstance*>& SVGElement::instancesForElement() const in instancesForElement() function in WebCore::SVGElement
DSVGAnimationElement.cpp335 const HashSet<SVGElementInstance*>& instances = targetElement->instancesForElement(); in setTargetAttributeAnimatedValue()
DSVGUseElement.cpp407 const HashSet<SVGElementInstance*>& elementInstances = element->instancesForElement(); in dumpInstanceTree()
/external/webkit/Source/WebCore/dom/
DNode.cpp2546 return styledElement->instancesForElement(); in instancesForSVGElement()
/external/webkit/Source/WebCore/page/
DEventHandler.cpp1946 … HashSet<SVGElementInstance*> instances = lastCorrespondingElement->instancesForElement(); in updateMouseEventTargetNode()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1686362 Move mapInstanceToElement/removeInstanceMapping/instancesForElement
86379 (WebCore::SVGElement::instancesForElement):
DChangeLog-2010-01-291236 …* svg/SVGAnimateMotionElement.cpp: SVGElement::instancesForElement() now returns a const-reference…
1250 (WebCore::SVGElement::instancesForElement): Ditto.
DChangeLog-2007-10-1463064 (WebCore::SVGDocumentExtensions::instancesForElement):