Searched defs:newLoadInProgress (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/loader/
H A DNavigationScheduler.cpp74 virtual void didStopTimer(Frame*, bool /* newLoadInProgress */) { }
120 virtual void didStopTimer(Frame* frame, bool newLoadInProgress) argument
124 frame->loader()->clientRedirectCancelledOrFinished(newLoadInProgress);
230 virtual void didStopTimer(Frame* frame, bool newLoadInProgress) argument
234 frame->loader()->clientRedirectCancelledOrFinished(newLoadInProgress);
433 void NavigationScheduler::cancel(bool newLoadInProgress) argument
439 redirect->didStopTimer(m_frame, newLoadInProgress);

Completed in 38 milliseconds