Searched refs:referencedElement (Results 1 – 3 of 3) sorted by relevance
292 …ement*>* SVGDocumentExtensions::setOfElementsReferencingTarget(SVGElement* referencedElement) const in setOfElementsReferencingTarget()294 ASSERT(referencedElement); in setOfElementsReferencingTarget()295 …OwnPtr<HashSet<SVGElement*> > >::const_iterator it = m_elementDependencies.find(referencedElement); in setOfElementsReferencingTarget()301 …ensions::addElementReferencingTarget(SVGElement* referencingElement, SVGElement* referencedElement) in addElementReferencingTarget() argument304 ASSERT(referencedElement); in addElementReferencingTarget()306 if (HashSet<SVGElement*>* elements = m_elementDependencies.get(referencedElement)) { in addElementReferencingTarget()313 m_elementDependencies.set(referencedElement, elements.release()); in addElementReferencingTarget()322 SVGElement* referencedElement = it->key; in removeAllTargetReferencesForElement() local330 toBeRemoved.append(referencedElement); in removeAllTargetReferencesForElement()338 void SVGDocumentExtensions::rebuildAllElementReferencesForTarget(SVGElement* referencedElement) in rebuildAllElementReferencesForTarget() argument[all …]
67 HashSet<SVGElement*>* setOfElementsReferencingTarget(SVGElement* referencedElement) const;68 void addElementReferencingTarget(SVGElement* referencingElement, SVGElement* referencedElement);
69 SVGElement* referencedElement = *it; in ~CSSCursorImageValue() local70 referencedElement->cursorImageValueRemoved(); in ~CSSCursorImageValue()71 …rsorElement* cursorElement = resourceReferencedByCursorElement(url, referencedElement->document())) in ~CSSCursorImageValue()72 cursorElement->removeClient(referencedElement); in ~CSSCursorImageValue()