Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
DCustomElementObserver.h48 static void notifyElementWasDestroyed(Element*);
DCustomElementObserver.cpp50 void CustomElementObserver::notifyElementWasDestroyed(Element* element) in notifyElementWasDestroyed() function in WebCore::CustomElementObserver
DCustomElement.cpp148 CustomElementObserver::notifyElementWasDestroyed(element); in wasDestroyed()