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

  /external/chromium_org/content/child/appcache/
appcache_frontend_impl.cc 22 void AppCacheFrontendImpl::OnCacheSelected(int host_id,
29 void AppCacheFrontendImpl::OnStatusChanged(const std::vector<int>& host_ids,
39 void AppCacheFrontendImpl::OnEventRaised(const std::vector<int>& host_ids,
51 void AppCacheFrontendImpl::OnProgressEventRaised(
64 void AppCacheFrontendImpl::OnErrorEventRaised(const std::vector<int>& host_ids,
74 void AppCacheFrontendImpl::OnLogMessage(int host_id,
82 void AppCacheFrontendImpl::OnContentBlocked(int host_id,
appcache_frontend_impl.h 12 class AppCacheFrontendImpl : public appcache::AppCacheFrontend {
  /external/chromium_org/content/worker/
worker_thread.cc 52 new AppCacheDispatcher(this, new AppCacheFrontendImpl()));
  /external/chromium_org/content/renderer/
render_thread_impl.cc 345 new AppCacheDispatcher(Get(), new AppCacheFrontendImpl()));
    [all...]

Completed in 1023 milliseconds