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

/macosx-10.10/WebCore-7600.1.25/loader/
H A DNavigationScheduler.cpp132 // clientRedirectCancelledOrFinished() is also called from many places
137 frame.loader().clientRedirectCancelledOrFinished(newLoadInProgress);
268 // clientRedirectCancelledOrFinished() is also called from many places
273 frame.loader().clientRedirectCancelledOrFinished(newLoadInProgress);
H A DFrameLoader.h260 void clientRedirectCancelledOrFinished(bool cancelWithLoadInProgress);
H A DFrameLoader.cpp1806 // Call clientRedirectCancelledOrFinished() here so that the frame load delegate is notified that the redirect's
1811 clientRedirectCancelledOrFinished(false);
1995 void FrameLoader::clientRedirectCancelledOrFinished(bool cancelWithLoadInProgress) function in class:WebCore::FrameLoader
2725 // Call clientRedirectCancelledOrFinished here so that the frame load delegate is notified that the redirect's
2731 clientRedirectCancelledOrFinished(false);
2915 clientRedirectCancelledOrFinished(false);

Completed in 84 milliseconds