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_dispatcher.h 42 void OnErrorEventRaised(const std::vector<int>& host_ids,
appcache_frontend_impl.h 24 virtual void OnErrorEventRaised(const std::vector<int>& host_ids,
web_application_cache_host_impl.h 37 void OnErrorEventRaised(const appcache::AppCacheErrorDetails& details);
appcache_frontend_impl.cc 42 DCHECK(event_id != appcache::APPCACHE_ERROR_EVENT); // See OnErrorEventRaised.
64 void AppCacheFrontendImpl::OnErrorEventRaised(
71 host->OnErrorEventRaised(details);
web_application_cache_host_impl.cc 94 DCHECK(event_id != appcache::APPCACHE_ERROR_EVENT); // See OnErrorEventRaised.
140 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 47 virtual void OnErrorEventRaised(const std::vector<int>& host_ids,
appcache_host_unittest.cc 76 virtual void OnErrorEventRaised(
appcache_request_handler_unittest.cc 58 virtual void OnErrorEventRaised(
    [all...]
appcache_unittest.cc 46 virtual void OnErrorEventRaised(
appcache_storage_impl_unittest.cc     [all...]
appcache_update_job_unittest.cc 270 virtual void OnErrorEventRaised(const std::vector<int>& host_ids,
    [all...]
  /external/chromium_org/webkit/common/appcache/
appcache_interfaces.h 161 virtual void OnErrorEventRaised(
  /external/chromium_org/webkit/browser/appcache/
appcache_host.cc 118 frontend_->OnErrorEventRaised(
appcache_update_job.cc 84 frontend->OnErrorEventRaised(it->second, details);
    [all...]

Completed in 44 milliseconds