Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGDocumentExtensions.cpp323 HashSet<SVGElement*>* referencingElements = it->value.get(); in removeAllTargetReferencesForElement() local
324 HashSet<SVGElement*>::iterator setIt = referencingElements->find(referencingElement); in removeAllTargetReferencesForElement()
325 if (setIt == referencingElements->end()) in removeAllTargetReferencesForElement()
328 referencingElements->remove(setIt); in removeAllTargetReferencesForElement()
329 if (referencingElements->isEmpty()) in removeAllTargetReferencesForElement()
347 HashSet<SVGElement*>* referencingElements = it->value.get(); in rebuildAllElementReferencesForTarget() local
348 HashSet<SVGElement*>::iterator setEnd = referencingElements->end(); in rebuildAllElementReferencesForTarget()
349 …for (HashSet<SVGElement*>::iterator setIt = referencingElements->begin(); setIt != setEnd; ++setIt) in rebuildAllElementReferencesForTarget()
356 …if (HashSet<SVGElement*>* referencingElements = setOfElementsReferencingTarget(referencedElement))… in rebuildAllElementReferencesForTarget() local
357 if (referencingElements->contains(*vectorIt)) in rebuildAllElementReferencesForTarget()