Searched defs:didFail (Results 1 - 25 of 64) sorted by relevance

123

/external/webkit/Source/WebCore/loader/
H A DPingLoader.h67 void didFail(ResourceHandle*, const ResourceError&) { delete this; } function in class:WebCore::PingLoader
H A DSubresourceLoaderClient.h52 virtual void didFail(SubresourceLoader*, const ResourceError&) { } function in class:WebCore::SubresourceLoaderClient
H A DThreadableLoaderClient.h49 virtual void didFail(const ResourceError&) { } function in class:WebCore::ThreadableLoaderClient
H A DNetscapePlugInStreamLoader.cpp113 void NetscapePlugInStreamLoader::didFail(const ResourceError& error) function in class:WebCore::NetscapePlugInStreamLoader
118 m_client->didFail(this, error);
119 ResourceLoader::didFail(error);
126 m_client->didFail(this, error);
128 // If calling didFail spins the run loop the stream loader can reach the terminal state.
133 // We need to remove the stream loader after the call to didFail, since didFail can
H A DThreadableLoaderClientWrapper.h90 void didFail(const ResourceError& error) function in class:WebCore::ThreadableLoaderClientWrapper
94 m_client->didFail(error);
/external/webkit/Source/WebCore/platform/network/
H A DSocketStreamHandleClient.h50 virtual void didFail(SocketStreamHandle*, const SocketStreamError&) { } function in class:WebCore::SocketStreamHandleClient
H A DResourceHandleClient.h77 virtual void didFail(ResourceHandle*, const ResourceError&) { } function in class:WebCore::ResourceHandleClient
/external/webkit/Source/WebKit/chromium/src/
H A DWebStorageQuotaCallbacksImpl.cpp75 void WebStorageQuotaCallbacksImpl::didFail(WebStorageQuotaError error) function in class:WebKit::WebStorageQuotaCallbacksImpl
H A DAsyncFileWriterChromium.cpp86 void AsyncFileWriterChromium::didFail(WebKit::WebFileError error) function in class:WebCore::AsyncFileWriterChromium
88 m_client->didFail(static_cast<FileError::ErrorCode>(error));
H A DWebFileSystemCallbacksImpl.cpp97 void WebFileSystemCallbacksImpl::didFail(WebFileError error) function in class:WebKit::WebFileSystemCallbacksImpl
99 m_callbacks->didFail(error);
H A DSocketStreamHandle.cpp67 virtual void didFail(WebSocketStreamHandle*, const WebSocketStreamError&);
175 void SocketStreamHandleInternal::didFail(WebSocketStreamHandle* socketHandle, const WebSocketStreamError& err) function in class:WebCore::SocketStreamHandleInternal
177 LOG(Network, "didFail");
184 h->m_client->didClose(h); // didFail(h, err);
/external/webkit/Source/WebCore/fileapi/
H A DFileWriterSync.cpp114 void FileWriterSync::didFail(FileError::ErrorCode error) function in class:WebCore::FileWriterSync
H A DFileWriter.cpp175 void FileWriter::didFail(FileError::ErrorCode code) function in class:WebCore::FileWriter
H A DFileReader.cpp212 void FileReader::didFail(int errorCode) function in class:WebCore::FileReader
H A DFileReaderLoader.cpp190 void FileReaderLoader::didFail(const ResourceError&) function in class:WebCore::FileReaderLoader
204 m_client->didFail(m_errorCode);
/external/webkit/Source/WebCore/loader/icon/
H A DIconLoader.cpp112 void IconLoader::didFail(SubresourceLoader* resourceLoader, const ResourceError&) function in class:WebCore::IconLoader
114 LOG(IconDatabase, "IconLoader::didFail() - Loader %p", resourceLoader);
118 // After it is resolved, we can restore an assertion that the load is in progress if ::didFail() is called
140 // After it is resolved, we can restore an assertion that the load is in progress if ::didFail() is called
/external/webkit/Source/WebCore/workers/
H A DWorkerScriptLoader.cpp149 void WorkerScriptLoader::didFail(const ResourceError&) function in class:WebCore::WorkerScriptLoader
/external/webkit/Source/WebKit/chromium/public/
H A DWebURLLoaderClient.h70 virtual void didFail(WebURLLoader*, const WebURLError&) { } function in class:WebKit::WebURLLoaderClient
/external/webkit/Source/WebKit2/UIProcess/
H A DWebDownloadClient.cpp102 void WebDownloadClient::didFail(WebContext* webContext, DownloadProxy* downloadProxy, const ResourceError& error) function in class:WebKit::WebDownloadClient
104 if (!m_client.didFail)
107 m_client.didFail(toAPI(webContext), toAPI(downloadProxy), toAPI(error), m_client.clientInfo);
/external/chromium/webkit/glue/
H A Dresource_fetcher.cc115 void ResourceFetcher::didFail(WebURLLoader* loader, const WebURLError& error) { function in class:webkit_glue::ResourceFetcher
140 didFail(NULL, WebURLError());
/external/webkit/Source/WebCore/loader/cache/
H A DCachedResourceRequest.cpp172 void CachedResourceRequest::didFail(SubresourceLoader*, const ResourceError&) function in class:WebCore::CachedResourceRequest
176 didFail();
179 void CachedResourceRequest::didFail(bool cancelled) function in class:WebCore::CachedResourceRequest
/external/webkit/Source/WebCore/notifications/
H A DNotification.cpp203 void Notification::didFail(const ResourceError&) function in class:WebCore::Notification
/external/webkit/Source/WebCore/platform/network/android/
H A DResourceHandleAndroid.cpp140 virtual void didFail(ResourceHandle*, const ResourceError& error) function in class:WebCore::SyncLoader
/external/webkit/Source/WebCore/platform/network/qt/
H A DResourceHandleQt.cpp65 virtual void didFail(ResourceHandle*, const ResourceError& error) { m_error = error; } function in class:WebCore::WebCoreSynchronousLoader
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DEmbeddedWidget.cpp234 void EmbeddedWidget::didFail(const ResourceError& error) function in class:EmbeddedWidget
237 m_view->didFail(webError.get());

Completed in 1233 milliseconds

123