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

  /external/chromium_org/remoting/host/setup/
host_starter.cc 20 HostStarter::HostStarter(
34 HostStarter::~HostStarter() {
37 scoped_ptr<HostStarter> HostStarter::Create(
47 return scoped_ptr<HostStarter>(
48 new HostStarter(oauth_client.Pass(), service_client.Pass(),
52 void HostStarter::StartHost(
76 void HostStarter::OnGetTokensResponse
    [all...]
host_starter.h 21 class HostStarter : public gaia::GaiaOAuthClient::Delegate,
33 virtual ~HostStarter();
35 // Creates a HostStarter.
36 static scoped_ptr<HostStarter> Create(
70 HostStarter(scoped_ptr<gaia::GaiaOAuthClient> oauth_client,
100 base::WeakPtr<HostStarter> weak_ptr_;
101 base::WeakPtrFactory<HostStarter> weak_ptr_factory_;
103 DISALLOW_COPY_AND_ASSIGN(HostStarter);

Completed in 916 milliseconds