Searched defs:DidFail (Results 1 - 9 of 9) sorted by path

/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);
/external/chromium_org/content/child/fileapi/
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),
H A Dwebfilewriter_base.cc70 DidFail(error_code);
120 void WebFileWriterBase::DidFail(base::File::Error error_code) { function in class:content::WebFileWriterBase
/external/chromium_org/content/child/npapi/
H A Dplugin_stream_url.cc167 void PluginStreamUrl::DidFail(unsigned long resource_id) { function in class:content::PluginStreamUrl
199 DidFail(id_);
/external/chromium_org/content/child/
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 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 << ")";

Completed in 361 milliseconds