Searched refs:RegisterHost (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/remoting/host/setup/
H A Dservice_client.h42 void RegisterHost(const std::string& host_id,
H A Dservice_client.cc31 void RegisterHost(const std::string& host_id,
69 void ServiceClient::Core::RegisterHost( function in class:remoting::ServiceClient::Core
178 void ServiceClient::RegisterHost( function in class:remoting::ServiceClient
185 return core_->RegisterHost(host_id, host_name, public_key, host_client_id,
H A Dhost_starter.cc121 service_client_->RegisterHost(
/external/chromium_org/content/browser/appcache/
H A Dappcache_backend_impl.h30 bool RegisterHost(int host_id);
H A Dappcache_backend_impl.cc36 bool AppCacheBackendImpl::RegisterHost(int id) { function in class:content::AppCacheBackendImpl
H A Dappcache_dispatcher_host.cc72 if (!backend_impl_.RegisterHost(host_id)) {
H A Dappcache_host_unittest.cc431 backend_impl.RegisterHost(kParentHostId);
432 backend_impl.RegisterHost(kWorkerHostId);
H A Dappcache_request_handler_unittest.cc202 backend_impl_->RegisterHost(kHostId);
833 backend_impl_->RegisterHost(kWorkerHostId);
845 backend_impl_->RegisterHost(kAbandonedWorkerHostId);
H A Dappcache_storage_impl_unittest.cc1749 backend_->RegisterHost(1);
1761 backend_->RegisterHost(2);
/external/chromium_org/content/child/appcache/
H A Dappcache_backend_proxy.cc11 void AppCacheBackendProxy::RegisterHost(int host_id) { function in class:content::AppCacheBackendProxy
H A Dappcache_backend_proxy.h23 virtual void RegisterHost(int host_id) OVERRIDE;
H A Dweb_application_cache_host_impl.cc69 backend_->RegisterHost(host_id_);
/external/chromium_org/content/common/
H A Dappcache_interfaces.h139 virtual void RegisterHost(int host_id) = 0;
/external/chromium_org/content/public/test/
H A Dmock_render_process_host.cc34 RenderProcessHostImpl::RegisterHost(GetID(), this);
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.h189 static void RegisterHost(int host_id, RenderProcessHost* host);
H A Drender_process_host_impl.cc463 RegisterHost(GetID(), this);
1619 void RenderProcessHostImpl::RegisterHost(int host_id, RenderProcessHost* host) { function in class:content::RenderProcessHostImpl

Completed in 202 milliseconds