Searched defs:createLifecycleNotifier (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DLifecycleContext.h64 PassOwnPtr<Notifier> createLifecycleNotifier();
87 m_lifecycleNotifier = static_cast<T*>(this)->createLifecycleNotifier();
92 inline PassOwnPtr<typename LifecycleContext<T>::Notifier> LifecycleContext<T>::createLifecycleNotifier() function in class:blink::LifecycleContext
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DExecutionContext.cpp241 PassOwnPtr<LifecycleNotifier<ExecutionContext> > ExecutionContext::createLifecycleNotifier() function in class:blink::ExecutionContext
H A DDocument.cpp5563 PassOwnPtr<LifecycleNotifier<Document> > Document::createLifecycleNotifier() function in class:blink::Document
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPage.cpp600 PassOwnPtr<LifecycleNotifier<Page> > Page::createLifecycleNotifier() function in class:blink::Page
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocalDOMWindow.cpp1876 PassOwnPtr<LifecycleNotifier<LocalDOMWindow> > LocalDOMWindow::createLifecycleNotifier() function in class:blink::LocalDOMWindow

Completed in 1645 milliseconds