Searched defs:ServiceClient (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/remoting/host/setup/
H A Dservice_client.h19 class ServiceClient { class in namespace:remoting
37 ServiceClient(const std::string& chromoting_hosts_url,
39 ~ServiceClient();
57 DISALLOW_COPY_AND_ASSIGN(ServiceClient);
H A Dservice_client.cc19 class ServiceClient::Core
20 : public base::RefCountedThreadSafe<ServiceClient::Core>,
36 ServiceClient::Delegate* delegate);
40 ServiceClient::Delegate* delegate);
59 ServiceClient::Delegate* delegate);
63 ServiceClient::Delegate* delegate_;
69 void ServiceClient::Core::RegisterHost(
94 void ServiceClient::Core::UnregisterHost(
107 void ServiceClient::Core::MakeChromotingRequest(
112 ServiceClient
170 ServiceClient::ServiceClient(const std::string& chromoting_hosts_url, function in class:remoting::ServiceClient
[all...]

Completed in 83 milliseconds