Searched refs:elementWasDestroyed (Results 1 – 4 of 4) sorted by relevance
64 void CustomElementUpgradeCandidateMap::elementWasDestroyed(Element* element) in elementWasDestroyed() function in WebCore::CustomElementUpgradeCandidateMap66 CustomElementObserver::elementWasDestroyed(element); in elementWasDestroyed()
55 virtual void elementWasDestroyed(Element* element) { unobserve(element); } in elementWasDestroyed() function
60 virtual void elementWasDestroyed(Element*) OVERRIDE;
55 it->value->elementWasDestroyed(element); in notifyElementWasDestroyed()