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

  /external/chromium_org/content/renderer/
renderer_webapplicationcachehost_impl.h 24 virtual void OnCacheSelected(const AppCacheInfo& info) OVERRIDE;
renderer_webapplicationcachehost_impl.cc 48 void RendererWebApplicationCacheHostImpl::OnCacheSelected(
54 WebApplicationCacheHostImpl::OnCacheSelected(info);
  /external/chromium_org/content/child/appcache/
appcache_dispatcher.cc 22 IPC_MESSAGE_HANDLER(AppCacheMsg_CacheSelected, OnCacheSelected)
34 void AppCacheDispatcher::OnCacheSelected(
36 frontend_->OnCacheSelected(host_id, info);
appcache_frontend_impl.h 14 virtual void OnCacheSelected(int host_id,
appcache_dispatcher.h 35 void OnCacheSelected(int host_id, const AppCacheInfo& info);
web_application_cache_host_impl.h 33 virtual void OnCacheSelected(const AppCacheInfo& info);
appcache_frontend_impl.cc 21 void AppCacheFrontendImpl::OnCacheSelected(int host_id,
25 host->OnCacheSelected(info);
web_application_cache_host_impl.cc 77 void WebApplicationCacheHostImpl::OnCacheSelected(
  /external/chromium_org/content/browser/appcache/
appcache_frontend_proxy.h 22 virtual void OnCacheSelected(int host_id,
appcache_frontend_proxy.cc 15 void AppCacheFrontendProxy::OnCacheSelected(
appcache_dispatcher_host.cc 106 frontend_proxy_.OnCacheSelected(host_id, AppCacheInfo());
118 frontend_proxy_.OnCacheSelected(host_id, AppCacheInfo());
128 frontend_proxy_.OnCacheSelected(host_id, AppCacheInfo());
appcache_host.cc 460 frontend_->OnCacheSelected(host_id_, info);
543 frontend_->OnCacheSelected(host_id_, info);
appcache_group_unittest.cc 25 virtual void OnCacheSelected(
appcache_host_unittest.cc 45 virtual void OnCacheSelected(
215 // We should have received an OnCacheSelected msg
247 // We should have received an OnCacheSelected msg for kAppCacheNoCacheId.
279 // We should have received an OnCacheSelected msg for kAppCacheNoCacheId.
372 mock_frontend_.last_host_id_ = -222; // to verify we received OnCacheSelected
377 // verify OnCacheSelected was called
442 // We should have received an OnCacheSelected msg for the worker_host.
482 // have received an OnCacheSelected msg yet.
519 // We should have received an OnCacheSelected msg
appcache_request_handler_unittest.cc 38 virtual void OnCacheSelected(
    [all...]
appcache_unittest.cc 16 virtual void OnCacheSelected(int host_id, const AppCacheInfo& info) OVERRIDE {
appcache_storage_impl_unittest.cc     [all...]
appcache_update_job_unittest.cc 222 virtual void OnCacheSelected(
    [all...]
  /external/chromium_org/content/common/
appcache_interfaces.h 117 virtual void OnCacheSelected(

Completed in 1259 milliseconds