Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimateElement.cpp146 …HeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& instances = targetElement->instancesForElement(); in findElementInstances()
231 …HeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& instances = targetElement->instancesForElement(); in applyCSSPropertyToTargetAndInstances()
251 …HeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& instances = targetElement->instancesForElement(); in removeCSSPropertyFromTargetAndInstances()
278 …HeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& instances = targetElement->instancesForElement(); in notifyTargetAndInstancesAboutAnimValChange()
DSVGAnimateMotionElement.cpp293 …HeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& instances = targetElement->instancesForElement(); in applyResultsToTarget()
DSVGElement.h111 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& instancesForElement() const;
DSVGElement.cpp501 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& SVGElement::instancesForElement() con… in instancesForElement() function in blink::SVGElement
736 instances = element->instancesForElement(); in collectInstancesForSVGElement()
964 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& set = instancesForElement(); in invalidateInstances()
DSVGUseElement.cpp664 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& instances = instancesForElement(); in invalidateDependentShadowTrees()