HomeSort by relevance Sort by last modified time
    Searched refs:OnErrorEventRaised (Results 1 - 16 of 16) 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, message);
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,
appcache_frontend_impl.cc 42 DCHECK(event_id != appcache::ERROR_EVENT); // See OnErrorEventRaised.
64 void AppCacheFrontendImpl::OnErrorEventRaised(const std::vector<int>& host_ids,
70 host->OnErrorEventRaised(message);
web_application_cache_host_impl.h 43 void OnErrorEventRaised(const std::string& message);
web_application_cache_host_impl.cc 104 DCHECK(event_id != appcache::ERROR_EVENT); // See OnErrorEventRaised.
150 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 38 void AppCacheFrontendProxy::OnErrorEventRaised(
  /external/chromium_org/webkit/common/appcache/
appcache_interfaces.h 131 virtual void OnErrorEventRaised(const std::vector<int>& host_ids,
  /external/chromium_org/webkit/browser/appcache/
appcache_group_unittest.cc 40 virtual void OnErrorEventRaised(const std::vector<int>& host_ids,
appcache_host.cc 115 frontend_->OnErrorEventRaised(
appcache_host_unittest.cc 62 virtual void OnErrorEventRaised(const std::vector<int>& host_ids,
appcache_request_handler_unittest.cc 45 virtual void OnErrorEventRaised(const std::vector<int>& host_ids,
    [all...]
appcache_unittest.cc 26 virtual void OnErrorEventRaised(const std::vector<int>& host_ids,
appcache_update_job.cc 72 frontend->OnErrorEventRaised(it->second, error_message);
    [all...]
appcache_update_job_unittest.cc 245 virtual void OnErrorEventRaised(const std::vector<int>& host_ids,
    [all...]

Completed in 627 milliseconds