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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
NavigationScheduler.h 50 class ScheduledNavigation;
97 void schedule(PassOwnPtr<ScheduledNavigation>);
103 OwnPtr<ScheduledNavigation> m_redirect;
NavigationScheduler.cpp 59 class ScheduledNavigation {
60 WTF_MAKE_NONCOPYABLE(ScheduledNavigation); WTF_MAKE_FAST_ALLOCATED;
62 ScheduledNavigation(double delay, bool lockBackForwardList, bool isLocationChange)
71 virtual ~ScheduledNavigation() { }
98 class ScheduledURLNavigation : public ScheduledNavigation {
101 : ScheduledNavigation(delay, lockBackForwardList, isLocationChange)
159 class ScheduledReload FINAL : public ScheduledNavigation {
162 : ScheduledNavigation(0.0, true, true)
191 class ScheduledHistoryNavigation FINAL : public ScheduledNavigation {
194 : ScheduledNavigation(0, false, true
    [all...]

Completed in 410 milliseconds