Searched refs:didFailWithError (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDefaultDownloadDelegate.h53 virtual HRESULT STDMETHODCALLTYPE didFailWithError(IWebDownload* download, IWebError* error);
H A DWebDownloadCurl.cpp199 m_delegate->didFailWithError(this, 0);
H A DDefaultDownloadDelegate.cpp224 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::didFailWithError(IWebDownload* download, IWebError* error) function in class:DefaultDownloadDelegate
226 LOG(Download, "DefaultDownloadDelegate %p - didFailWithError %p", download, error);
H A DWebDownloadCFNet.cpp314 m_delegate->didFailWithError(this, webError.get());
511 if (FAILED(m_delegate->didFailWithError(this, webError.get())))
512 LOG_ERROR("DownloadDelegate->didFailWithError failed");
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Network/CustomProtocols/
H A DCustomProtocolManager.h93 void didFailWithError(uint64_t customProtocolID, const WebCore::ResourceError&);
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebDownload.mm109 selector == @selector(download:didFailWithError:) ||
190 - (void)download:(NSURLDownload *)download didFailWithError:(NSError *)error
192 [realDelegate download:download didFailWithError:error];
/macosx-10.9.5/KerberosHelper-148/CFNetwork/
H A DNSURLConnection.m61 - (void)connection:(NSURLConnection *)connection didFailWithError:(NSError *)error;
106 - (void)connection:(NSURLConnection *)connection didFailWithError:(NSError *)error
108 NSLog(@"didFailWithError");
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Network/CustomProtocols/mac/
H A DCustomProtocolManagerMac.mm210 void CustomProtocolManager::didFailWithError(uint64_t customProtocolID, const WebCore::ResourceError& error)
219 [[protocol.get() client] URLProtocol:protocol.get() didFailWithError:nsError.get()];
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebDownload.idl141 HRESULT didFailWithError([in] IWebDownload* download, [in] IWebError* error);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Network/CustomProtocols/mac/
H A DCustomProtocolManagerProxyMac.mm84 - (void)connection:(NSURLConnection *)connection didFailWithError:(NSError *)error
/macosx-10.9.5/WebCore-7537.78.1/platform/network/mac/
H A DWebCoreResourceHandleAsDelegate.mm236 - (void)connection:(NSURLConnection *)connection didFailWithError:(NSError *)error
240 LOG(Network, "Handle %p delegate connection:%p didFailWithError:%@", m_handle, connection, error);
H A DWebCoreResourceHandleAsOperationQueueDelegate.mm340 - (void)connection:(NSURLConnection *)connection didFailWithError:(NSError *)error
345 LOG(Network, "Handle %p delegate connection:%p didFailWithError:%@", m_handle, connection, error);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/mac/
H A DDownloadMac.mm259 - (void)download:(NSURLDownload *)download didFailWithError:(NSError *)error
/macosx-10.9.5/security_ocspd-55118.2/server/
H A DocspdNetwork.mm263 - (void)connection:(NSURLConnection *)connection didFailWithError:(NSError *)error
/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCBoardWin.mm839 - (void)turnBasedMatchmakerViewController:(GKTurnBasedMatchmakerViewController *)vc didFailWithError:(NSError *)error

Completed in 231 milliseconds