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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
NavigationScheduler.h 71 class NavigationScheduler FINAL {
72 WTF_MAKE_NONCOPYABLE(NavigationScheduler);
75 explicit NavigationScheduler(LocalFrame*);
76 ~NavigationScheduler();
96 void timerFired(Timer<NavigationScheduler>*);
102 Timer<NavigationScheduler> m_timer;
NavigationScheduler.cpp 33 #include "core/loader/NavigationScheduler.h"
235 NavigationScheduler::NavigationScheduler(LocalFrame* frame)
237 , m_timer(this, &NavigationScheduler::timerFired)
241 NavigationScheduler::~NavigationScheduler()
245 bool NavigationScheduler::locationChangePending()
250 inline bool NavigationScheduler::shouldScheduleNavigation() const
255 inline bool NavigationScheduler::shouldScheduleNavigation(const String& url) const
260 void NavigationScheduler::scheduleRedirect(double delay, const String& url
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.h 33 #include "core/loader/NavigationScheduler.h"
102 NavigationScheduler& navigationScheduler() const;
169 mutable NavigationScheduler m_navigationScheduler;
199 inline NavigationScheduler& LocalFrame::navigationScheduler() const
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 469 third_party/WebKit/Source/core/loader/NavigationScheduler.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 469 third_party/WebKit/Source/core/loader/NavigationScheduler.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 469 third_party/WebKit/Source/core/loader/NavigationScheduler.cpp \
    [all...]
webcore_remaining.target.darwin-mips64.mk 469 third_party/WebKit/Source/core/loader/NavigationScheduler.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 469 third_party/WebKit/Source/core/loader/NavigationScheduler.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 469 third_party/WebKit/Source/core/loader/NavigationScheduler.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 469 third_party/WebKit/Source/core/loader/NavigationScheduler.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 469 third_party/WebKit/Source/core/loader/NavigationScheduler.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 469 third_party/WebKit/Source/core/loader/NavigationScheduler.cpp \
    [all...]
webcore_remaining.target.linux-mips64.mk 469 third_party/WebKit/Source/core/loader/NavigationScheduler.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 469 third_party/WebKit/Source/core/loader/NavigationScheduler.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 469 third_party/WebKit/Source/core/loader/NavigationScheduler.cpp \
    [all...]

Completed in 1022 milliseconds