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

/external/chromium_org/content/browser/appcache/
H A Dappcache_frontend_proxy.cc20 void AppCacheFrontendProxy::OnStatusChanged(const std::vector<int>& host_ids, function in class:content::AppCacheFrontendProxy
/external/chromium_org/content/child/appcache/
H A Dappcache_dispatcher.cc23 IPC_MESSAGE_HANDLER(AppCacheMsg_StatusChanged, OnStatusChanged)
39 void AppCacheDispatcher::OnStatusChanged(const std::vector<int>& host_ids, function in class:content::AppCacheDispatcher
41 frontend_->OnStatusChanged(host_ids, status);
H A Dappcache_frontend_impl.cc29 void AppCacheFrontendImpl::OnStatusChanged(const std::vector<int>& host_ids, function in class:content::AppCacheFrontendImpl
35 host->OnStatusChanged(status);
H A Dweb_application_cache_host_impl.cc98 void WebApplicationCacheHostImpl::OnStatusChanged(appcache::Status status) { function in class:content::WebApplicationCacheHostImpl

Completed in 88 milliseconds