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

/external/chromium_org/content/browser/appcache/
H A Dappcache_frontend_proxy.cc39 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, details);
H A Dappcache_frontend_impl.cc42 DCHECK(event_id != 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.cc92 DCHECK(event_id != APPCACHE_ERROR_EVENT); // See OnErrorEventRaised.
138 void WebApplicationCacheHostImpl::OnErrorEventRaised( function in class:content::WebApplicationCacheHostImpl

Completed in 230 milliseconds