Searched refs:stopLoading (Results 1 - 25 of 65) sorted by relevance

123

/macosx-10.10/WebKit2-7600.1.25/UIProcess/Network/CustomProtocols/soup/
H A DWebSoupCustomProtocolRequestManagerClient.cpp37 void WebSoupCustomProtocolRequestManagerClient::stopLoading(WebSoupCustomProtocolRequestManager* soupRequestManager, uint64_t customProtocolID) function in class:WebKit::WebSoupCustomProtocolRequestManagerClient
39 if (m_client.stopLoading)
40 m_client.stopLoading(toAPI(soupRequestManager), customProtocolID, m_client.base.clientInfo);
H A DCustomProtocolManagerProxySoup.cpp47 void CustomProtocolManagerProxy::stopLoading(uint64_t customProtocolID) function in class:WebKit::CustomProtocolManagerProxy
49 m_webContext.supplement<WebSoupCustomProtocolRequestManager>()->stopLoading(customProtocolID);
H A DWebSoupCustomProtocolRequestManagerClient.h47 void stopLoading(WebSoupCustomProtocolRequestManager*, uint64_t customProtocolID);
H A DWebSoupCustomProtocolRequestManager.cpp109 void WebSoupCustomProtocolRequestManager::stopLoading(uint64_t customProtocolID) function in class:WebKit::WebSoupCustomProtocolRequestManager
111 m_client.stopLoading(this, customProtocolID);
H A DWebSoupCustomProtocolRequestManager.h59 void stopLoading(uint64_t customProtocolID);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitRequestManagerClient.cpp32 static void stopLoading(WKSoupCustomProtocolRequestManagerRef, uint64_t customProtocolID, const void* clientInfo) function
45 stopLoading
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DWebCoreAVCFResourceLoader.cpp64 stopLoading();
88 void WebCoreAVCFResourceLoader::stopLoading() function in class:WebCore::WebCoreAVCFResourceLoader
103 stopLoading();
140 stopLoading();
H A DWebCoreAVCFResourceLoader.h53 void stopLoading();
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/soup/
H A DWKSoupCustomProtocolRequestManager.h47 WKSoupCustomProtocolRequestManagerStopLoadingCallback stopLoading; member in struct:WKSoupCustomProtocolRequestManagerClientV0
/macosx-10.10/WebCore-7600.1.25/loader/icon/
H A DIconLoader.cpp53 stopLoading();
73 void IconLoader::stopLoading() function in class:WebCore::IconLoader
106 stopLoading();
H A DIconLoader.h47 void stopLoading();
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/objc/
H A DWebCoreAVFResourceLoader.mm61 stopLoading();
84 void WebCoreAVFResourceLoader::stopLoading()
99 stopLoading();
122 stopLoading();
145 stopLoading();
182 stopLoading();
H A DWebCoreAVFResourceLoader.h53 void stopLoading();
/macosx-10.10/WebCore-7600.1.25/platform/ios/wak/
H A DWebCoreThreadSafe.h40 - (void)stopLoading:(id)sender;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Network/CustomProtocols/
H A DCustomProtocolManagerProxy.h53 void stopLoading(uint64_t customProtocolID);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Network/CustomProtocols/mac/
H A DCustomProtocolManagerProxyMac.mm88 _customProtocolManagerProxy->stopLoading(_customProtocolID);
118 _customProtocolManagerProxy->stopLoading(_customProtocolID);
146 void CustomProtocolManagerProxy::stopLoading(uint64_t customProtocolID)
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKWebView.h188 - (void)stopLoading;
265 - (IBAction)stopLoading:(id)sender;
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-WebKit/Examples/IEWebArchive/
H A DMHTDocument.py43 self.webview.mainFrame().stopLoading()
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-WebKit/Examples/PyDocURLProtocol/
H A DPyDocURLProtocol.py54 def stopLoading(self): member in class:PyDocURLProtocol
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-WebKit/Examples/IEWebArchive/
H A DMHTDocument.py43 self.webview.mainFrame().stopLoading()
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-WebKit/Examples/PyDocURLProtocol/
H A DPyDocURLProtocol.py54 def stopLoading(self): member in class:PyDocURLProtocol
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-WebKit-2.5.1/Examples/IEWebArchive/
H A DMHTDocument.py43 self.webview.mainFrame().stopLoading()
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-WebKit-2.5.1/Examples/PyDocURLProtocol/
H A DPyDocURLProtocol.py54 def stopLoading(self): member in class:PyDocURLProtocol
/macosx-10.10/WebCore-7600.1.25/dom/
H A DDataTransfer.cpp49 void stopLoading(CachedResourceHandle<CachedImage>&);
84 m_dragImageLoader->stopLoading(m_dragImage);
265 m_dragImageLoader->stopLoading(m_dragImage);
324 void DragImageLoader::stopLoading(CachedResourceHandle<WebCore::CachedImage>& image) function in class:WebCore::DragImageLoader
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebFrame.h161 @method stopLoading
165 - (void)stopLoading;

Completed in 216 milliseconds

123