Searched refs:stopAllLoaders (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DXSSAuditorDelegate.cpp103 frameLoader.stopAllLoaders();
/macosx-10.10/WebCore-7600.1.25/loader/
H A DDocumentWriter.cpp76 m_frame->loader().stopAllLoaders();
H A DFrameLoader.h137 void stopAllLoaders(ClearProvisionalItemPolicy = ShouldClearProvisionalItem);
H A DFrameLoader.cpp1603 void FrameLoader::stopAllLoaders(ClearProvisionalItemPolicy clearProvisionalItemPolicy) function in class:WebCore::FrameLoader
1627 child->loader().stopAllLoaders(clearProvisionalItemPolicy);
1642 stopAllLoaders();
2477 stopAllLoaders();
2489 // stopAllLoaders() needs to be called after detachChildren(), because detachedChildren()
2492 stopAllLoaders();
2935 stopAllLoaders(ShouldNotClearProvisionalItem);
2937 // <rdar://problem/6250856> - In certain circumstances on pages with multiple frames, stopAllLoaders()
3272 stopAllLoaders(ShouldNotClearProvisionalItem);
/macosx-10.10/WebKit-7600.1.25/wince/
H A DWebView.cpp232 frame()->loader().stopAllLoaders();
/macosx-10.10/WebCore-7600.1.25/page/
H A DPage.cpp401 // stopAllLoaders may end up running onload handlers, which could cause further history traversals that may lead to the passed in HistoryItem
406 m_mainFrame->loader().stopAllLoaders();
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebFrame.cpp709 coreFrame->loader().stopAllLoaders();
/macosx-10.10/WebCore-7600.1.25/dom/
H A DDocument.cpp2232 m_frame->loader().stopAllLoaders();
2860 frameLoader.stopAllLoaders();

Completed in 207 milliseconds