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

/external/chromium_org/content/child/appcache/
H A Dappcache_dispatcher.cc26 IPC_MESSAGE_HANDLER(AppCacheMsg_ErrorEventRaised, OnErrorEventRaised)
55 void AppCacheDispatcher::OnErrorEventRaised( function in class:content::AppCacheDispatcher
58 frontend_->OnErrorEventRaised(host_ids, details);
H A Dappcache_dispatcher.h42 void OnErrorEventRaised(const std::vector<int>& host_ids,
H A Dappcache_frontend_impl.h24 virtual void OnErrorEventRaised(const std::vector<int>& host_ids,
H A Dappcache_frontend_impl.cc42 DCHECK(event_id != appcache::APPCACHE_ERROR_EVENT); // See OnErrorEventRaised.
64 void AppCacheFrontendImpl::OnErrorEventRaised( function in class:content::AppCacheFrontendImpl
71 host->OnErrorEventRaised(details);
H A Dweb_application_cache_host_impl.h37 void OnErrorEventRaised(const appcache::AppCacheErrorDetails& details);
H A Dweb_application_cache_host_impl.cc94 DCHECK(event_id != appcache::APPCACHE_ERROR_EVENT); // See OnErrorEventRaised.
140 void WebApplicationCacheHostImpl::OnErrorEventRaised( function in class:content::WebApplicationCacheHostImpl
/external/chromium_org/content/browser/appcache/
H A Dappcache_frontend_proxy.h31 virtual void OnErrorEventRaised(const std::vector<int>& host_ids,
H A Dappcache_frontend_proxy.cc39 void AppCacheFrontendProxy::OnErrorEventRaised( function in class:content::AppCacheFrontendProxy
H A Dappcache_group_unittest.cc47 virtual void OnErrorEventRaised(const std::vector<int>& host_ids,
H A Dappcache_host_unittest.cc76 virtual void OnErrorEventRaised(
H A Dappcache_request_handler_unittest.cc58 virtual void OnErrorEventRaised(
H A Dappcache_unittest.cc46 virtual void OnErrorEventRaised(
H A Dappcache_storage_impl_unittest.cc1649 virtual void OnErrorEventRaised(const std::vector<int>& host_ids,
H A Dappcache_update_job_unittest.cc270 virtual void OnErrorEventRaised(const std::vector<int>& host_ids,
/external/chromium_org/webkit/common/appcache/
H A Dappcache_interfaces.h161 virtual void OnErrorEventRaised(
/external/chromium_org/webkit/browser/appcache/
H A Dappcache_host.cc118 frontend_->OnErrorEventRaised(
H A Dappcache_update_job.cc84 frontend->OnErrorEventRaised(it->second, details);

Completed in 203 milliseconds