Home
last modified time | relevance | path

Searched refs:OnHostStarted (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/remoting/host/setup/
Dhost_starter.cc172 base::Bind(&HostStarter::OnHostStarted, base::Unretained(this))); in StartHostProcess()
175 void HostStarter::OnHostStarted(DaemonController::AsyncResult result) { in OnHostStarted() function in remoting::HostStarter
178 &HostStarter::OnHostStarted, weak_ptr_, result)); in OnHostStarted()
Dhost_starter.h76 void OnHostStarted(DaemonController::AsyncResult result);
/external/chromium_org/remoting/host/
Ddaemon_process.cc120 OnHostStarted) in OnMessageReceived()
360 void DaemonProcess::OnHostStarted(const std::string& xmpp_login) { in OnHostStarted() function in remoting::DaemonProcess
Ddaemon_process.h125 void OnHostStarted(const std::string& xmpp_login);