Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGElementInstance.cpp143 if (m_element->instancesForElement().contains(this)) in detach()
179 const HashSet<SVGElementInstance*>& set = element->instancesForElement(); in invalidateAllInstancesOfElement()
DSVGAnimateElement.cpp277 const HashSet<SVGElementInstance*>& instances = targetElement->instancesForElement(); in applyCSSPropertyToTargetAndInstances()
297 const HashSet<SVGElementInstance*>& instances = targetElement->instancesForElement(); in removeCSSPropertyFromTargetAndInstances()
321 const HashSet<SVGElementInstance*>& instances = targetElement->instancesForElement(); in notifyTargetAndInstancesAboutAnimValChange()
DSVGAnimatedTypeAnimator.cpp77 const HashSet<SVGElementInstance*>& instances = targetElement->instancesForElement(); in findAnimatedPropertiesForAttributeName()
DSVGElement.h105 const HashSet<SVGElementInstance*>& instancesForElement() const;
DSVGAnimateMotionElement.cpp319 const HashSet<SVGElementInstance*>& instances = targetElement->instancesForElement(); in applyResultsToTarget()
DSVGUseElement.cpp304 const HashSet<SVGElementInstance*>& elementInstances = element->instancesForElement(); in dumpInstanceTree()
901 const HashSet<SVGElementInstance*>& instances = instancesForElement(); in invalidateDependentShadowTrees()
DSVGElement.cpp588 const HashSet<SVGElementInstance*>& SVGElement::instancesForElement() const in instancesForElement() function in WebCore::SVGElement
810 instances = element->instancesForElement(); in collectInstancesForSVGElement()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGViewportContainer.cpp70 const HashSet<SVGElementInstance*>& instances = correspondingElement->instancesForElement(); in calcViewport()
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp1965 … HashSet<SVGElementInstance*> instances = lastCorrespondingElement->instancesForElement(); in updateMouseEventTargetNode()