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

  /external/chromium_org/content/child/appcache/
appcache_dispatcher.cc 24 IPC_MESSAGE_HANDLER(AppCacheMsg_EventRaised, OnEventRaised)
44 void AppCacheDispatcher::OnEventRaised(const std::vector<int>& host_ids,
46 frontend_->OnEventRaised(host_ids, event_id);
appcache_frontend_impl.h 18 virtual void OnEventRaised(const std::vector<int>& host_ids,
appcache_dispatcher.h 38 void OnEventRaised(const std::vector<int>& host_ids,
web_application_cache_host_impl.h 35 void OnEventRaised(AppCacheEventID);
appcache_frontend_impl.cc 38 void AppCacheFrontendImpl::OnEventRaised(const std::vector<int>& host_ids,
47 host->OnEventRaised(event_id);
web_application_cache_host_impl.cc 88 void WebApplicationCacheHostImpl::OnEventRaised(
  /external/chromium_org/content/browser/appcache/
appcache_frontend_proxy.h 26 virtual void OnEventRaised(const std::vector<int>& host_ids,
appcache_frontend_proxy.cc 25 void AppCacheFrontendProxy::OnEventRaised(const std::vector<int>& host_ids,
appcache_group_unittest.cc 36 virtual void OnEventRaised(const std::vector<int>& host_ids,
appcache_host.cc 117 frontend_->OnEventRaised(host_ids, APPCACHE_CHECKING_EVENT);
appcache_host_unittest.cc 57 virtual void OnEventRaised(const std::vector<int>& host_ids,
appcache_update_job.cc 75 frontend->OnEventRaised(it->second, event_id);
    [all...]
appcache_request_handler_unittest.cc 44 virtual void OnEventRaised(const std::vector<int>& host_ids,
    [all...]
appcache_unittest.cc 20 virtual void OnEventRaised(const std::vector<int>& host_ids,
appcache_update_job_unittest.cc 230 virtual void OnEventRaised(const std::vector<int>& host_ids,
250 OnEventRaised(host_ids, APPCACHE_ERROR_EVENT);
258 OnEventRaised(host_ids, APPCACHE_PROGRESS_EVENT);
    [all...]
appcache_storage_impl_unittest.cc     [all...]
  /external/chromium_org/content/common/
appcache_interfaces.h 121 virtual void OnEventRaised(const std::vector<int>& host_ids,

Completed in 551 milliseconds