Searched refs:DidFail (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/content/child/npapi/
H A Dwebplugin_resource_client.h34 virtual void DidFail(unsigned long resource_id) = 0;
H A Dplugin_stream_url.h57 virtual void DidFail(unsigned long resource_id) OVERRIDE;
H A Dplugin_url_fetcher.cc185 plugin_stream_->DidFail(resource_id_); // That will delete |this|.
208 plugin_stream_->DidFail(resource_id_); // That will delete |this|.
222 plugin_stream_->DidFail(resource_id_); // That will delete |this|.
371 plugin_stream_->DidFail(resource_id_);
H A Dplugin_stream_url.cc167 void PluginStreamUrl::DidFail(unsigned long resource_id) { function in class:content::PluginStreamUrl
199 DidFail(id_);
H A Dplugin_instance.cc434 plugin_data_stream_->DidFail(plugin_data_stream_->ResourceId());
/external/chromium_org/content/child/
H A Dquota_dispatcher.h43 virtual void DidFail(storage::QuotaStatusCode status) = 0;
82 void DidFail(int request_id, storage::QuotaStatusCode error);
H A Dquota_dispatcher.cc46 virtual void DidFail(storage::QuotaStatusCode error) OVERRIDE {
72 iter.GetCurrentValue()->DidFail(storage::kQuotaErrorAbort);
103 IPC_MESSAGE_HANDLER(QuotaMsg_DidFail, DidFail);
169 void QuotaDispatcher::DidFail( function in class:content::QuotaDispatcher
174 callback->DidFail(error);
H A Dweb_socket_stream_handle_delegate.h34 virtual void DidFail(blink::WebSocketStreamHandle* handle, function in class:content::WebSocketStreamHandleDelegate
H A Dwebsocket_bridge.h60 void DidFail(const std::string& message);
H A Dweb_socket_stream_handle_impl.cc61 virtual void DidFail(WebSocketStreamHandle*,
156 void WebSocketStreamHandleImpl::Context::DidFail( function in class:content::WebSocketStreamHandleImpl::Context
160 VLOG(1) << "DidFail";
H A Dwebsocket_bridge.cc72 IPC_MESSAGE_HANDLER(WebSocketMsg_NotifyFailure, DidFail)
135 void WebSocketBridge::DidFail(const std::string& message) { function in class:content::WebSocketBridge
136 DVLOG(1) << "WebSocketBridge::DidFail(" << message << ")";
H A Dsocket_stream_dispatcher.cc171 delegate_->DidFail(handle_, error_code, base::ASCIIToUTF16(error_msg));
/external/chromium_org/content/child/fileapi/
H A Dwebfilewriter_base.cc70 DidFail(error_code);
120 void WebFileWriterBase::DidFail(base::File::Error error_code) { function in class:content::WebFileWriterBase
H A Dwebfilewriter_base.h32 // This calls DidSucceed() or DidFail() based on the value of |error_code|.
37 void DidFail(base::File::Error error_code);
H A Dwebfilewriter_base_unittest.cc76 DidFail(base::File::FILE_ERROR_NOT_FOUND);
83 DidFail(base::File::FILE_ERROR_NOT_FOUND); // truncate completion
101 DidFail(base::File::FILE_ERROR_NOT_FOUND);
111 DidFail(base::File::FILE_ERROR_FAILED); // write completion
119 DidFail(base::File::FILE_ERROR_FAILED); // cancel completion
H A Dfile_system_dispatcher.cc83 void DidFail(base::File::Error error_code) { function in class:content::FileSystemDispatcher::CallbackDispatcher
145 dispatcher->DidFail(base::File::FILE_ERROR_ABORT);
391 dispatcher->DidFail(error_code);
H A Dwebfilesystem_impl.cc174 void DidFail(base::File::Error error, WebFileSystemCallbacks* callbacks) { function in namespace:content::__anon7482
266 base::Bind(&DidFail, error),
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_file_system.cc206 void FileManagerPrivateRequestFileSystemFunction::DidFail( function in class:extensions::FileManagerPrivateRequestFileSystemFunction
284 DidFail(base::File::FILE_ERROR_NOT_FOUND);
296 DidFail(base::File::FILE_ERROR_SECURITY);
306 DidFail(base::File::FILE_ERROR_INVALID_OPERATION);
326 DidFail(entry_definition.error);
331 DidFail(base::File::FILE_ERROR_NOT_A_DIRECTORY);
H A Dprivate_api_file_system.h54 void DidFail(base::File::Error error_code);
/external/chromium_org/mojo/services/network/
H A Dweb_socket_impl.cc151 client_->DidFail(message);
170 client_->DidFail("SSL Error");
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.cc807 clients_[i].client->DidFail(clients_[i].id);
923 client_info->client->DidFail(client_info->id);
938 client_info->client->DidFail(client_info->id);
1112 // The ClientInfo can get deleted in the call to DidFail below.
1115 resource_client->DidFail(client_info->id);
1210 resource_client->DidFail(resource_id);
1378 // to DidFail below.
1382 resource_client->DidFail(resource_id);
H A Dwebplugin_delegate_proxy.cc170 virtual void DidFail(unsigned long resource_id) OVERRIDE {
/external/chromium_org/mojo/services/html_viewer/
H A Dwebsockethandle_impl.cc106 virtual void DidFail(const String& message) OVERRIDE {
/external/chromium_org/content/plugin/
H A Dwebplugin_delegate_stub.cc259 client->DidFail(id);

Completed in 8717 milliseconds