HomeSort by relevance Sort by last modified time
    Searched refs:PageLifecycleNotifier (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
PageLifecycleNotifier.cpp 28 #include "core/page/PageLifecycleNotifier.h"
32 PageLifecycleNotifier::PageLifecycleNotifier(Page* context)
37 void PageLifecycleNotifier::addObserver(PageLifecycleNotifier::Observer* observer)
47 void PageLifecycleNotifier::removeObserver(PageLifecycleNotifier::Observer* observer)
PageLifecycleNotifier.h 39 class PageLifecycleNotifier : public LifecycleNotifier<Page> {
41 static PassOwnPtr<PageLifecycleNotifier> create(Page*);
50 explicit PageLifecycleNotifier(Page*);
56 inline PassOwnPtr<PageLifecycleNotifier> PageLifecycleNotifier::create(Page* context)
58 return adoptPtr(new PageLifecycleNotifier(context));
61 inline void PageLifecycleNotifier::notifyPageVisibilityChanged()
68 inline void PageLifecycleNotifier::notifyDidCommitLoad(Frame* frame)
Page.h 63 class PageLifecycleNotifier;
234 PageLifecycleNotifier& lifecycleNotifier();
Page.cpp 50 #include "core/page/PageLifecycleNotifier.h"
535 PageLifecycleNotifier& Page::lifecycleNotifier()
537 return static_cast<PageLifecycleNotifier&>(LifecycleContext<Page>::lifecycleNotifier());
542 return PageLifecycleNotifier::create(this);
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 443 third_party/WebKit/Source/core/page/PageLifecycleNotifier.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 443 third_party/WebKit/Source/core/page/PageLifecycleNotifier.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 443 third_party/WebKit/Source/core/page/PageLifecycleNotifier.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 443 third_party/WebKit/Source/core/page/PageLifecycleNotifier.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 443 third_party/WebKit/Source/core/page/PageLifecycleNotifier.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 443 third_party/WebKit/Source/core/page/PageLifecycleNotifier.cpp \
    [all...]

Completed in 197 milliseconds