HomeSort by relevance Sort by last modified time
    Searched defs:createLifecycleNotifier (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
LifecycleContext.h 60 PassOwnPtr<Notifier> createLifecycleNotifier();
83 m_lifecycleNotifier = static_cast<T*>(this)->createLifecycleNotifier();
88 inline PassOwnPtr<typename LifecycleContext<T>::Notifier> LifecycleContext<T>::createLifecycleNotifier()
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ExecutionContext.cpp 312 PassOwnPtr<LifecycleNotifier<ExecutionContext> > ExecutionContext::createLifecycleNotifier()
Document.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.cpp 590 PassOwnPtr<LifecycleNotifier<Page> > Page::createLifecycleNotifier()
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalDOMWindow.cpp     [all...]

Completed in 415 milliseconds