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

/external/chromium_org/content/child/
H A Dquota_dispatcher.h43 virtual void DidFail(quota::QuotaStatusCode status) = 0;
81 void DidFail(int request_id,
H A Dquota_dispatcher.cc48 virtual void DidFail(quota::QuotaStatusCode error) OVERRIDE {
73 iter.GetCurrentValue()->DidFail(quota::kQuotaErrorAbort);
104 IPC_MESSAGE_HANDLER(QuotaMsg_DidFail, DidFail);
161 void QuotaDispatcher::DidFail( function in class:content::QuotaDispatcher
166 callback->DidFail(error);
H A Dsocket_stream_dispatcher.cc171 delegate_->DidFail(handle_, error_code, ASCIIToUTF16(error_msg));
/external/chromium_org/webkit/child/
H A Dwebsocketstreamhandle_delegate.h34 virtual void DidFail(WebKit::WebSocketStreamHandle* handle, function in class:webkit_glue::WebSocketStreamHandleDelegate
H A Dwebsocketstreamhandle_impl.cc60 virtual void DidFail(WebSocketStreamHandle*, int, const string16&) OVERRIDE;
151 void WebSocketStreamHandleImpl::Context::DidFail( function in class:webkit_glue::WebSocketStreamHandleImpl::Context
155 VLOG(1) << "DidFail";
/external/chromium_org/content/renderer/pepper/
H A Dquota_file_io.cc48 // Either one of Run() or DidFail() is called (the latter is called when
51 virtual void DidFail(PlatformFileError error) = 0;
91 DidFail(base::PLATFORM_FILE_ERROR_NO_SPACE);
111 DidFail(base::PLATFORM_FILE_ERROR_FAILED);
116 virtual void DidFail(PlatformFileError error) OVERRIDE {
177 DidFail(base::PLATFORM_FILE_ERROR_NO_SPACE);
191 DidFail(base::PLATFORM_FILE_ERROR_FAILED);
196 virtual void DidFail(PlatformFileError error) OVERRIDE {
333 op->DidFail(base::PLATFORM_FILE_ERROR_FAILED);
H A Dpepper_file_io_host.cc63 virtual void DidFail(quota::QuotaStatusCode error) OVERRIDE {
/external/chromium_org/webkit/renderer/fileapi/
H A Dwebfilewriter_base.cc70 DidFail(error_code);
120 void WebFileWriterBase::DidFail(base::PlatformFileError error_code) { function in class:fileapi::WebFileWriterBase
H A Dwebfilewriter_base.h33 // This calls DidSucceed() or DidFail() based on the value of |error_code|.
38 void DidFail(base::PlatformFileError error_code);
H A Dwebfilewriter_base_unittest.cc76 DidFail(base::PLATFORM_FILE_ERROR_NOT_FOUND);
83 DidFail(base::PLATFORM_FILE_ERROR_NOT_FOUND); // truncate completion
100 DidFail(base::PLATFORM_FILE_ERROR_NOT_FOUND);
110 DidFail(base::PLATFORM_FILE_ERROR_FAILED); // write completion
118 DidFail(base::PLATFORM_FILE_ERROR_FAILED); // cancel completion
/external/chromium_org/content/child/npapi/
H A Dplugin_stream_url.h50 virtual void DidFail(unsigned long resource_id) OVERRIDE;
H A Dplugin_stream_url.cc131 void PluginStreamUrl::DidFail(unsigned long resource_id) { function in class:content::PluginStreamUrl
H A Dwebplugin.h155 virtual void DidFail(unsigned long resource_id) = 0;
H A Dplugin_instance.cc429 plugin_data_stream_->DidFail(plugin_data_stream_->ResourceId());
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_file_system.cc189 DidFail(result);
195 DidFail(base::PLATFORM_FILE_ERROR_FAILED);
204 DidFail(base::PLATFORM_FILE_ERROR_SECURITY);
225 void RequestFileSystemFunction::DidFail( function in class:file_manager::RequestFileSystemFunction
H A Dprivate_api_file_system.h56 void DidFail(base::PlatformFileError error_code);
/external/chromium_org/content/child/fileapi/
H A Dfile_system_dispatcher.cc81 void DidFail(base::PlatformFileError error_code) { function in class:content::FileSystemDispatcher::CallbackDispatcher
144 dispatcher->DidFail(base::PLATFORM_FILE_ERROR_ABORT);
386 dispatcher->DidFail(error_code);
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.cc800 clients_[i].client->DidFail(clients_[i].id);
907 client_info->client->DidFail(client_info->id);
922 client_info->client->DidFail(client_info->id);
1095 // The ClientInfo can get deleted in the call to DidFail below.
1098 resource_client->DidFail(client_info->id);
1195 resource_client->DidFail(resource_id);
1317 // to DidFail below.
1321 resource_client->DidFail(resource_id);
H A Dwebplugin_delegate_proxy.cc175 virtual void DidFail(unsigned long resource_id) OVERRIDE {
/external/chromium/chrome/browser/extensions/
H A Dextension_file_browser_private_api.cc266 DidFail(base::PLATFORM_FILE_ERROR_SECURITY);
278 virtual void DidFail(base::PlatformFileError error_code) OVERRIDE {
504 virtual void DidFail(base::PlatformFileError error_code) OVERRIDE {
542 DidFail(base::PLATFORM_FILE_ERROR_SECURITY);
/external/chromium_org/content/plugin/
H A Dwebplugin_delegate_stub.cc257 client->DidFail(id);
/external/v8/tools/
H A Dtest.py357 def DidFail(self, output): member in class:TestCase
440 execution_failed = self.test.DidFail(self.output)

Completed in 644 milliseconds