Searched refs:referencingElements (Results 1 – 1 of 1) sorted by relevance
323 HashSet<SVGElement*>* referencingElements = it->value.get(); in removeAllTargetReferencesForElement() local324 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() local348 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() local357 if (referencingElements->contains(*vectorIt)) in rebuildAllElementReferencesForTarget()