Home | History | Annotate | Download | only in loader

Lines Matching defs:NavigationScheduler

33 #include "NavigationScheduler.h"
73 virtual void didStartTimer(Frame*, Timer<NavigationScheduler>*) { }
112 virtual void didStartTimer(Frame* frame, Timer<NavigationScheduler>* timer)
222 virtual void didStartTimer(Frame* frame, Timer<NavigationScheduler>* timer)
242 NavigationScheduler::NavigationScheduler(Frame* frame)
244 , m_timer(this, &NavigationScheduler::timerFired)
248 NavigationScheduler::~NavigationScheduler()
252 bool NavigationScheduler::redirectScheduledDuringLoad()
257 bool NavigationScheduler::locationChangePending()
262 void NavigationScheduler::clear()
268 inline bool NavigationScheduler::shouldScheduleNavigation() const
273 inline bool NavigationScheduler::shouldScheduleNavigation(const String& url) const
278 void NavigationScheduler::scheduleRedirect(double delay, const String& url)
292 bool NavigationScheduler::mustLockBackForwardList(Frame* targetFrame)
310 void NavigationScheduler::scheduleLocationChange(PassRefPtr<SecurityOrigin> securityOrigin, const String& url, const String& referrer, bool lockHistory, bool lockBackForwardList)
336 void NavigationScheduler::scheduleFormSubmission(PassRefPtr<FormSubmission> submission)
357 void NavigationScheduler::scheduleRefresh()
368 void NavigationScheduler::scheduleHistoryNavigation(int steps)
385 void NavigationScheduler::timerFired(Timer<NavigationScheduler>*)
396 void NavigationScheduler::schedule(PassOwnPtr<ScheduledNavigation> redirect)
418 void NavigationScheduler::startTimer()
433 void NavigationScheduler::cancel(bool newLoadInProgress)