HomeSort by relevance Sort by last modified time
    Searched refs:OnErrorEventRaised (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/content/child/appcache/
appcache_dispatcher.cc 26 IPC_MESSAGE_HANDLER(AppCacheMsg_ErrorEventRaised, OnErrorEventRaised)
55 void AppCacheDispatcher::OnErrorEventRaised(
58 frontend_->OnErrorEventRaised(host_ids, details);
appcache_frontend_impl.h 24 virtual void OnErrorEventRaised(const std::vector<int>& host_ids,
appcache_dispatcher.h 42 void OnErrorEventRaised(const std::vector<int>& host_ids,
web_application_cache_host_impl.h 37 void OnErrorEventRaised(const AppCacheErrorDetails& details);
appcache_frontend_impl.cc 42 DCHECK(event_id != APPCACHE_ERROR_EVENT); // See OnErrorEventRaised.
64 void AppCacheFrontendImpl::OnErrorEventRaised(
71 host->OnErrorEventRaised(details);
web_application_cache_host_impl.cc 92 DCHECK(event_id != APPCACHE_ERROR_EVENT); // See OnErrorEventRaised.
138 void WebApplicationCacheHostImpl::OnErrorEventRaised(
  /external/chromium_org/content/browser/appcache/
appcache_frontend_proxy.h 31 virtual void OnErrorEventRaised(const std::vector<int>& host_ids,
appcache_frontend_proxy.cc 39 void AppCacheFrontendProxy::OnErrorEventRaised(
appcache_group_unittest.cc 40 virtual void OnErrorEventRaised(const std::vector<int>& host_ids,
appcache_host.cc 118 frontend_->OnErrorEventRaised(
appcache_host_unittest.cc 62 virtual void OnErrorEventRaised(
appcache_request_handler_unittest.cc 47 virtual void OnErrorEventRaised(
    [all...]
appcache_unittest.cc 26 virtual void OnErrorEventRaised(
appcache_update_job.cc 94 frontend->OnErrorEventRaised(it->second, details);
    [all...]
appcache_storage_impl_unittest.cc     [all...]
appcache_update_job_unittest.cc 246 virtual void OnErrorEventRaised(const std::vector<int>& host_ids,
    [all...]
  /external/chromium_org/content/common/
appcache_interfaces.h 126 virtual void OnErrorEventRaised(

Completed in 1076 milliseconds