HomeSort by relevance Sort by last modified time
    Searched defs:OnStatusChanged (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/browser/appcache/
appcache_frontend_proxy.cc 20 void AppCacheFrontendProxy::OnStatusChanged(const std::vector<int>& host_ids,
  /external/chromium_org/content/child/appcache/
appcache_frontend_impl.cc 28 void AppCacheFrontendImpl::OnStatusChanged(const std::vector<int>& host_ids,
34 host->OnStatusChanged(status);
appcache_dispatcher.cc 23 IPC_MESSAGE_HANDLER(AppCacheMsg_StatusChanged, OnStatusChanged)
39 void AppCacheDispatcher::OnStatusChanged(const std::vector<int>& host_ids,
41 frontend_->OnStatusChanged(host_ids, status);
web_application_cache_host_impl.cc 83 void WebApplicationCacheHostImpl::OnStatusChanged(

Completed in 62 milliseconds