Searched refs:ServiceClient (Results 1 - 4 of 4) 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...]
H A Dhost_starter.h26 public remoting::ServiceClient::Delegate {
62 // remoting::ServiceClient::Delegate
67 // interfaces implemented in this class. Fix ServiceClient and
75 scoped_ptr<remoting::ServiceClient> service_client,
83 scoped_ptr<remoting::ServiceClient> service_client_;
H A Dhost_starter.cc24 scoped_ptr<remoting::ServiceClient> service_client,
44 scoped_ptr<remoting::ServiceClient> service_client(
45 new remoting::ServiceClient(

Completed in 376 milliseconds