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

/external/webkit/Source/WebKit/mac/Misc/
H A DWebDownload.mm94 selector == @selector(download:didFailWithError:) ||
175 - (void)download:(NSURLDownload *)download didFailWithError:(NSError *)error
177 [realDelegate download:download didFailWithError:error];
/external/webkit/Source/WebKit/win/
H A DDefaultDownloadDelegate.h53 virtual HRESULT STDMETHODCALLTYPE didFailWithError(IWebDownload* download, IWebError* error);
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");
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebDownload.idl141 HRESULT didFailWithError([in] IWebDownload* download, [in] IWebError* error);
/external/webkit/Tools/WebKitLauncher/
H A DWebKitLauncherURLProtocol.m120 [client URLProtocol:self didFailWithError:error];
/external/webkit/Source/WebKit2/WebProcess/Downloads/mac/
H A DDownloadMac.mm299 - (void)download:(NSURLDownload *)download didFailWithError:(NSError *)error
/external/webkit/Source/WebCore/platform/network/mac/
H A DResourceHandleMac.mm998 - (void)connection:(NSURLConnection *)connection didFailWithError:(NSError *)error
1002 LOG(Network, "Handle %p delegate connection:%p didFailWithError:%@", m_handle, connection, error);
/external/webkit/Tools/DumpRenderTree/mac/
H A DLayoutTestControllerMac.mm1009 - (void)connection:(NSURLConnection *)connection didFailWithError:(NSError *)error

Completed in 163 milliseconds