Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGDocumentExtensions.cpp292 …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() argument
304 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() local
330 toBeRemoved.append(referencedElement); in removeAllTargetReferencesForElement()
338 void SVGDocumentExtensions::rebuildAllElementReferencesForTarget(SVGElement* referencedElement) in rebuildAllElementReferencesForTarget() argument
[all …]
DSVGDocumentExtensions.h67 HashSet<SVGElement*>* setOfElementsReferencingTarget(SVGElement* referencedElement) const;
68 void addElementReferencingTarget(SVGElement* referencingElement, SVGElement* referencedElement);
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSCursorImageValue.cpp69 SVGElement* referencedElement = *it; in ~CSSCursorImageValue() local
70 referencedElement->cursorImageValueRemoved(); in ~CSSCursorImageValue()
71 …rsorElement* cursorElement = resourceReferencedByCursorElement(url, referencedElement->document())) in ~CSSCursorImageValue()
72 cursorElement->removeClient(referencedElement); in ~CSSCursorImageValue()