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

  /external/chromium_org/content/child/appcache/
appcache_backend_proxy.h 23 virtual void RegisterHost(int host_id) OVERRIDE;
appcache_backend_proxy.cc 11 void AppCacheBackendProxy::RegisterHost(int host_id) {
web_application_cache_host_impl.cc 69 backend_->RegisterHost(host_id_);
  /external/chromium_org/remoting/host/setup/
service_client.h 42 void RegisterHost(const std::string& host_id,
service_client.cc 31 void RegisterHost(const std::string& host_id,
69 void ServiceClient::Core::RegisterHost(
178 void ServiceClient::RegisterHost(
185 return core_->RegisterHost(host_id, host_name, public_key, host_client_id,
host_starter.cc 121 service_client_->RegisterHost(
  /external/chromium_org/content/browser/appcache/
appcache_backend_impl.h 30 bool RegisterHost(int host_id);
appcache_backend_impl.cc 36 bool AppCacheBackendImpl::RegisterHost(int id) {
appcache_dispatcher_host.cc 72 if (!backend_impl_.RegisterHost(host_id)) {
appcache_host_unittest.cc 431 backend_impl.RegisterHost(kParentHostId);
432 backend_impl.RegisterHost(kWorkerHostId);
appcache_request_handler_unittest.cc 202 backend_impl_->RegisterHost(kHostId);
833 backend_impl_->RegisterHost(kWorkerHostId);
845 backend_impl_->RegisterHost(kAbandonedWorkerHostId);
    [all...]
appcache_storage_impl_unittest.cc     [all...]
  /external/chromium_org/content/common/
appcache_interfaces.h 139 virtual void RegisterHost(int host_id) = 0;
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.h 189 static void RegisterHost(int host_id, RenderProcessHost* host);
render_process_host_impl.cc 463 RegisterHost(GetID(), this);
    [all...]
  /external/chromium_org/content/public/test/
mock_render_process_host.cc 34 RenderProcessHostImpl::RegisterHost(GetID(), this);

Completed in 502 milliseconds