Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
DCustomElementUpgradeCandidateMap.cpp64 void CustomElementUpgradeCandidateMap::elementWasDestroyed(Element* element) in elementWasDestroyed() function in WebCore::CustomElementUpgradeCandidateMap
66 CustomElementObserver::elementWasDestroyed(element); in elementWasDestroyed()
DCustomElementObserver.h55 virtual void elementWasDestroyed(Element* element) { unobserve(element); } in elementWasDestroyed() function
DCustomElementUpgradeCandidateMap.h60 virtual void elementWasDestroyed(Element*) OVERRIDE;
DCustomElementObserver.cpp55 it->value->elementWasDestroyed(element); in notifyElementWasDestroyed()