Searched refs:clientRedirectCancelledOrFinished (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/loader/
H A DNavigationScheduler.cpp124 frame->loader()->clientRedirectCancelledOrFinished(newLoadInProgress);
234 frame->loader()->clientRedirectCancelledOrFinished(newLoadInProgress);
H A DFrameLoader.h318 void clientRedirectCancelledOrFinished(bool cancelWithLoadInProgress);
H A DFrameLoader.cpp1939 // Call clientRedirectCancelledOrFinished() here so that the frame load delegate is notified that the redirect's
1944 clientRedirectCancelledOrFinished(false);
2117 void FrameLoader::clientRedirectCancelledOrFinished(bool cancelWithLoadInProgress) function in class:WebCore::FrameLoader
2886 // Call clientRedirectCancelledOrFinished here so that the frame load delegate is notified that the redirect's
2892 clientRedirectCancelledOrFinished(false);
3018 clientRedirectCancelledOrFinished(false);

Completed in 49 milliseconds