Home
last modified time | relevance | path

Searched refs:OnErrorEventRaised (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/content/child/appcache/
Dappcache_dispatcher.cc26 IPC_MESSAGE_HANDLER(AppCacheMsg_ErrorEventRaised, OnErrorEventRaised) in OnMessageReceived()
55 void AppCacheDispatcher::OnErrorEventRaised( in OnErrorEventRaised() function in content::AppCacheDispatcher
58 frontend_->OnErrorEventRaised(host_ids, message); in OnErrorEventRaised()
Dappcache_frontend_impl.cc64 void AppCacheFrontendImpl::OnErrorEventRaised(const std::vector<int>& host_ids, in OnErrorEventRaised() function in content::AppCacheFrontendImpl
70 host->OnErrorEventRaised(message); in OnErrorEventRaised()
Dappcache_frontend_impl.h24 virtual void OnErrorEventRaised(const std::vector<int>& host_ids,
Dappcache_dispatcher.h42 void OnErrorEventRaised(const std::vector<int>& host_ids,
Dweb_application_cache_host_impl.h43 void OnErrorEventRaised(const std::string& message); in NON_EXPORTED_BASE()
Dweb_application_cache_host_impl.cc150 void WebApplicationCacheHostImpl::OnErrorEventRaised( in OnErrorEventRaised() function in content::WebApplicationCacheHostImpl
/external/chromium_org/content/browser/appcache/
Dappcache_frontend_proxy.h31 virtual void OnErrorEventRaised(const std::vector<int>& host_ids,
Dappcache_frontend_proxy.cc38 void AppCacheFrontendProxy::OnErrorEventRaised( in OnErrorEventRaised() function in content::AppCacheFrontendProxy
/external/chromium_org/webkit/common/appcache/
Dappcache_interfaces.h131 virtual void OnErrorEventRaised(const std::vector<int>& host_ids,
/external/chromium_org/webkit/browser/appcache/
Dappcache_group_unittest.cc40 virtual void OnErrorEventRaised(const std::vector<int>& host_ids, in OnErrorEventRaised() function in __anon39bd80b50111::TestAppCacheFrontend
Dappcache_host.cc118 frontend_->OnErrorEventRaised( in SelectCache()
Dappcache_host_unittest.cc62 virtual void OnErrorEventRaised(const std::vector<int>& host_ids, in OnErrorEventRaised() function in appcache::AppCacheHostTest::MockFrontend
Dappcache_unittest.cc26 virtual void OnErrorEventRaised(const std::vector<int>& host_ids, in OnErrorEventRaised() function in appcache::__anon24fec3a90111::MockAppCacheFrontend
Dappcache_request_handler_unittest.cc46 virtual void OnErrorEventRaised(const std::vector<int>& host_ids, in OnErrorEventRaised() function in appcache::AppCacheRequestHandlerTest::MockFrontend
Dappcache_update_job.cc73 frontend->OnErrorEventRaised(it->second, error_message); in SendErrorNotifications()
Dappcache_storage_impl_unittest.cc1609 virtual void OnErrorEventRaised(const std::vector<int>& host_ids, in OnErrorEventRaised() function in appcache::AppCacheStorageImplTest::MockAppCacheFrontend
Dappcache_update_job_unittest.cc245 virtual void OnErrorEventRaised(const std::vector<int>& host_ids, in OnErrorEventRaised() function in appcache::MockFrontend