HomeSort by relevance Sort by last modified time
    Searched defs:ServiceClient (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/remoting/host/setup/
service_client.h 19 class ServiceClient {
37 ServiceClient(const std::string& chromoting_hosts_url,
39 ~ServiceClient();
57 DISALLOW_COPY_AND_ASSIGN(ServiceClient);
service_client.cc 19 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::Delegate* delegate)
    [all...]

Completed in 291 milliseconds