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

/external/chromium_org/content/browser/appcache/
H A Dappcache_frontend_proxy.cc25 void AppCacheFrontendProxy::OnEventRaised(const std::vector<int>& host_ids, function in class:content::AppCacheFrontendProxy
/external/chromium_org/content/child/appcache/
H A Dappcache_dispatcher.cc24 IPC_MESSAGE_HANDLER(AppCacheMsg_EventRaised, OnEventRaised)
44 void AppCacheDispatcher::OnEventRaised(const std::vector<int>& host_ids, function in class:content::AppCacheDispatcher
46 frontend_->OnEventRaised(host_ids, event_id);
H A Dappcache_frontend_impl.cc38 void AppCacheFrontendImpl::OnEventRaised(const std::vector<int>& host_ids, function in class:content::AppCacheFrontendImpl
47 host->OnEventRaised(event_id);
H A Dweb_application_cache_host_impl.cc88 void WebApplicationCacheHostImpl::OnEventRaised( function in class:content::WebApplicationCacheHostImpl

Completed in 2011 milliseconds