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(
33 HostStarter::~HostStarter() {
36 scoped_ptr<HostStarter> HostStarter::Create(
46 return scoped_ptr<HostStarter>(
47 new HostStarter(oauth_client.Pass(), service_client.Pass(),
51 void HostStarter::StartHost(
75 void HostStarter::OnGetTokensResponse
    [all...]
host_starter.h 20 class HostStarter : public gaia::GaiaOAuthClient::Delegate,
32 virtual ~HostStarter();
34 // Creates a HostStarter.
35 static scoped_ptr<HostStarter> Create(
69 HostStarter(scoped_ptr<gaia::GaiaOAuthClient> oauth_client,
90 base::WeakPtrFactory<HostStarter> weak_ptr_factory_;
91 base::WeakPtr<HostStarter> weak_ptr_;
93 DISALLOW_COPY_AND_ASSIGN(HostStarter);

Completed in 183 milliseconds