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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
NavigationScheduler.h 70 class NavigationScheduler {
71 WTF_MAKE_NONCOPYABLE(NavigationScheduler);
74 explicit NavigationScheduler(LocalFrame*);
75 ~NavigationScheduler();
94 void timerFired(Timer<NavigationScheduler>*);
100 Timer<NavigationScheduler> m_timer;
NavigationScheduler.cpp 33 #include "core/loader/NavigationScheduler.h"
227 NavigationScheduler::NavigationScheduler(LocalFrame* frame)
229 , m_timer(this, &NavigationScheduler::timerFired)
233 NavigationScheduler::~NavigationScheduler()
237 bool NavigationScheduler::locationChangePending()
242 void NavigationScheduler::clear()
250 inline bool NavigationScheduler::shouldScheduleNavigation() const
255 inline bool NavigationScheduler::shouldScheduleNavigation(const String& url) cons
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.h 33 #include "core/loader/NavigationScheduler.h"
91 NavigationScheduler& navigationScheduler() const;
156 mutable NavigationScheduler m_navigationScheduler;
184 inline NavigationScheduler& LocalFrame::navigationScheduler() const
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 463 third_party/WebKit/Source/core/loader/NavigationScheduler.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 463 third_party/WebKit/Source/core/loader/NavigationScheduler.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 463 third_party/WebKit/Source/core/loader/NavigationScheduler.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 463 third_party/WebKit/Source/core/loader/NavigationScheduler.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 463 third_party/WebKit/Source/core/loader/NavigationScheduler.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 463 third_party/WebKit/Source/core/loader/NavigationScheduler.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 463 third_party/WebKit/Source/core/loader/NavigationScheduler.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 463 third_party/WebKit/Source/core/loader/NavigationScheduler.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 463 third_party/WebKit/Source/core/loader/NavigationScheduler.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 463 third_party/WebKit/Source/core/loader/NavigationScheduler.cpp \
    [all...]

Completed in 147 milliseconds