Lines Matching full:stoploading
6712 3. A new page is going to be loaded and DocumentLoader::stopLoading is called.
6713 4. DocumentLoader::stopLoading will stop all loader, including the one that is done loading!
25177 (WebCore::PluginStreamWin::stop): Call cancel() instead of stopLoading(), since the latter was removed.
29041 (DocumentLoader::stopLoading):
35854 (WebCore::DocumentLoader::stopLoading):
37298 (WebCore::IconLoader::stopLoading): Don't null out the ResourceLoader here, as clearLoadingState() does that
39610 (WebCore::FrameLoader::stopLoading): (whitespace change)
43289 (WebCore::FrameLoader::stopLoading):
51604 (WebCore::DocumentLoader::stopLoading):
51605 Save the value of m_loading since calling FrameLoader::stopLoading could set it to false.
51614 Call cancel() instead of stopLoading(). Also, set m_aborted to true so the XMLHttpRequest object
51881 This regressed in revision 10904 with the fix for <rdar://problem/4184719>. The fix is to only call stopLoading on the frame
51886 (WebCore::DocumentLoader::stopLoading):
54408 (WebCore::DocumentLoader::stopLoading): Replaced calls to hasMainResourceLoader
54436 (WebCore::FrameLoader::stopLoading): Get rid of code to set m_responseRefreshHeader
65524 (WebCore::SubresourceLoader::stopLoading):
68574 (WebCore::DocumentLoader::stopLoading):