Searched refs:HostStarter (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/remoting/host/setup/
H A Dhost_starter.cc22 HostStarter::HostStarter( function in class:remoting::HostStarter
36 HostStarter::~HostStarter() {
39 scoped_ptr<HostStarter> HostStarter::Create(
49 return scoped_ptr<HostStarter>(
50 new HostStarter(oauth_client.Pass(), service_client.Pass(),
54 void HostStarter::StartHost(
78 void HostStarter
[all...]
H A Dhost_starter.h25 class HostStarter : public gaia::GaiaOAuthClient::Delegate, class in namespace:remoting
37 virtual ~HostStarter();
39 // Creates a HostStarter.
40 static scoped_ptr<HostStarter> Create(
74 HostStarter(scoped_ptr<gaia::GaiaOAuthClient> oauth_client,
104 base::WeakPtr<HostStarter> weak_ptr_;
105 base::WeakPtrFactory<HostStarter> weak_ptr_factory_;
107 DISALLOW_COPY_AND_ASSIGN(HostStarter);
H A Dstart_host.cc26 using remoting::HostStarter;
77 // Called when the HostStarter has finished.
78 void OnDone(HostStarter::Result result) {
84 case HostStarter::START_COMPLETE:
87 case HostStarter::NETWORK_ERROR:
90 case HostStarter::OAUTH_ERROR:
93 case HostStarter::START_ERROR:
175 scoped_ptr<HostStarter> host_starter(HostStarter::Create(
190 // Destroy the HostStarter an
[all...]

Completed in 423 milliseconds