Searched defs:OnErrorEventRaised (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/appcache/
H A Dappcache_frontend_proxy.cc38 void AppCacheFrontendProxy::OnErrorEventRaised( function in class:content::AppCacheFrontendProxy
/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, message);
H A Dappcache_frontend_impl.cc42 DCHECK(event_id != appcache::ERROR_EVENT); // See OnErrorEventRaised.
64 void AppCacheFrontendImpl::OnErrorEventRaised(const std::vector<int>& host_ids, function in class:content::AppCacheFrontendImpl
70 host->OnErrorEventRaised(message);
H A Dweb_application_cache_host_impl.cc104 DCHECK(event_id != appcache::ERROR_EVENT); // See OnErrorEventRaised.
150 void WebApplicationCacheHostImpl::OnErrorEventRaised( function in class:content::WebApplicationCacheHostImpl

Completed in 103 milliseconds