Searched defs:OnHostDeleted (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/remoting/host/
H A Dhost_change_notification_listener.cc64 // OnHostDeleted() may want delete |signal_strategy_|, but SignalStrategy
65 // objects cannot be deleted from a Listener callback, so OnHostDeleted()
68 FROM_HERE, base::Bind(&HostChangeNotificationListener::OnHostDeleted,
77 void HostChangeNotificationListener::OnHostDeleted() { function in class:remoting::HostChangeNotificationListener
78 listener_->OnHostDeleted();
H A Dremoting_me2me_host.cc167 virtual void OnHostDeleted() OVERRIDE;
782 void HostProcess::OnHostDeleted() { function in class:remoting::HostProcess

Completed in 73 milliseconds