Searched refs:stopForUserCancel (Results 1 – 13 of 13) sorted by relevance
135 void stopForUserCancel(bool deferCheckLoadComplete = false);
1783 void FrameLoader::stopForUserCancel(bool deferCheckLoadComplete) in stopForUserCancel() function in WebCore::FrameLoader
282 coreFrame->loader()->stopForUserCancel(); in closeWindowSoon()
498 frame->coreFrame()->loader()->stopForUserCancel(); in stopLoadingFrame()503 m_mainFrame->coreFrame()->loader()->stopForUserCancel(); in stopLoading()
970 m_frame->loader()->stopForUserCancel(true); in stop()
1537 pFrame->loader()->stopForUserCancel(); in StopLoading()
1543 _private->coreFrame->loader()->stopForUserCancel();
2377 mainFrame()->d->frame->loader()->stopForUserCancel(); in triggerAction()
4037 loader->stopForUserCancel(); in webkit_web_view_stop_loading()
13020 …(WebCore::FrameLoader::stopForUserCancel): Changed a call to checkLoadComplete to be asynchronous,…13021 stopForUserCancel can be called while parsing.39623 (WebCore::FrameLoader::stopForUserCancel): new method for explicit stops like window.stop().
4129 (-[WebFrame stopLoading]): use stopForUserCancel().
28343 Call stopForUserCancel() instead of stopAllLoaders()
6190 (WebKit::WebPage::stopLoadingFrame): Call stopForUserCancel on the passed-in frame.