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

12

/external/chromium_org/third_party/WebKit/Source/modules/quota/
H A DWebStorageQuotaCallbacksImpl.cpp69 void WebStorageQuotaCallbacksImpl::didFail(blink::WebStorageQuotaError error) function in class:WebCore::WebStorageQuotaCallbacksImpl
/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
H A DGetURLNotifyWithURLThatFailsToLoad.cpp53 bool didFail = false; local
56 didFail = true;
59 didFail = true;
62 didFail = true;
64 if (!didFail)
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
H A Dbuilders.js47 function didFail(step) function
61 return buildInfo.steps.filter(didFail);
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DThreadableLoaderClient.h51 virtual void didFail(const ResourceError&) { } function in class:WebCore::ThreadableLoaderClient
52 virtual void didFailAccessControlCheck(const ResourceError& error) { didFail(error); }
H A DThreadableLoaderClientWrapper.h90 void didFail(const ResourceError& error) function in class:WebCore::ThreadableLoaderClientWrapper
94 m_client->didFail(error);
H A DDocumentThreadableLoader.cpp90 m_client->didFail(ResourceError(errorDomainBlinkInternal, 0, request.url().string(), "Cross origin requests are not supported."));
156 // FIXME: This error is sent to the client in didFail(), so it should not be an internal one. Use FrameLoaderClient::cancelledError() instead.
160 didFail(resource()->identifier(), errorForCallback);
333 didFail(resource->identifier(), resource->resourceError());
349 void DocumentThreadableLoader::didFail(unsigned long identifier, const ResourceError& error) function in class:WebCore::DocumentThreadableLoader
354 m_client->didFail(error);
432 m_client->didFail(error);
439 m_client->didFail(error);
H A DWorkerThreadableLoader.cpp115 thisPtr->didFail(ResourceError(errorDomainBlinkInternal, 0, request->url().string(), "Can't create DocumentThreadableLoader"));
157 clientWrapper->didFail(error);
241 workerClientWrapper->didFail(error);
244 void WorkerThreadableLoader::MainThreadBridge::didFail(const ResourceError& error) function in class:WebCore::WorkerThreadableLoader::MainThreadBridge
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DFileWriterSync.cpp111 void FileWriterSync::didFail(blink::WebFileError error) function in class:WebCore::FileWriterSync
H A DFileWriter.cpp227 void FileWriter::didFail(blink::WebFileError code) function in class:WebCore::FileWriter
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebURLLoaderClient.h70 virtual void didFail(WebURLLoader*, const WebURLError&) { } function in class:blink::WebURLLoaderClient
/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/chromium_org/content/renderer/fetchers/
H A Dresource_fetcher_impl.cc130 void ResourceFetcherImpl::didFail(WebURLLoader* loader, function in class:content::ResourceFetcherImpl
/external/chromium_org/content/renderer/media/android/
H A Dmedia_info_loader.cc155 void MediaInfoLoader::didFail( function in class:content::MediaInfoLoader
158 DVLOG(1) << "didFail: reason=" << error.reason
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFileReaderLoader.cpp273 void FileReaderLoader::didFail(const ResourceError&) function in class:WebCore::FileReaderLoader
287 m_client->didFail(m_errorCode);
H A DFileReader.cpp328 void FileReader::didFail(FileError::ErrorCode errorCode) function in class:WebCore::FileReader
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerScriptLoader.cpp157 void WorkerScriptLoader::didFail(const ResourceError&) function in class:WebCore::WorkerScriptLoader
/external/chromium_org/third_party/WebKit/Source/modules/imagebitmap/
H A DImageBitmapFactories.cpp353 void ImageBitmapFactories::ImageBitmapLoader::didFail(FileError::ErrorCode) function in class:WebCore::ImageBitmapFactories::ImageBitmapLoader
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketDeflateFramer.cpp222 void WebSocketDeflateFramer::didFail() function in class:WebCore::WebSocketDeflateFramer
H A DWebSocketPerMessageDeflate.cpp260 void WebSocketPerMessageDeflate::didFail() function in class:WebCore::WebSocketPerMessageDeflate
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebFileSystemCallbacks.cpp145 void WebFileSystemCallbacks::didFail(WebFileError error) function in class:blink::WebFileSystemCallbacks
148 m_private->callbacks()->didFail(error);
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DSocketStreamHandle.cpp154 void SocketStreamHandleInternal::didFail(blink::WebSocketStreamHandle* socketHandle, const blink::WebSocketStreamError& err) function in class:WebCore::SocketStreamHandleInternal
156 WTF_LOG(Network, "SocketStreamHandleInternal %p didFail()", this);
/external/chromium/webkit/glue/media/
H A Dsimple_data_source.cc227 void SimpleDataSource::didFail( function in class:webkit_glue::SimpleDataSource
/external/chromium_org/content/child/fileapi/
H A Dwebfilewriter_base_unittest.cc160 virtual void didFail(blink::WebFileError error) { function in class:content::FileWriterTest
/external/chromium_org/content/renderer/pepper/
H A Dpepper_url_loader_host.cc181 void PepperURLLoaderHost::didFail(WebURLLoader* loader, function in class:content::PepperURLLoaderHost
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResourceLoader.cpp379 void ResourceLoader::didFail(blink::WebURLLoader*, const blink::WebURLError& error) function in class:WebCore::ResourceLoader
428 didFail(0, errorOut);

Completed in 798 milliseconds

12