OnHostDeleted      69 remoting/host/host_change_notification_listener.cc           FROM_HERE, base::Bind(&HostChangeNotificationListener::OnHostDeleted,
OnHostDeleted      79 remoting/host/host_change_notification_listener.cc   listener_->OnHostDeleted();
OnHostDeleted      32 remoting/host/host_change_notification_listener.h     virtual void OnHostDeleted() = 0;
OnHostDeleted      49 remoting/host/host_change_notification_listener.h   void OnHostDeleted();
OnHostDeleted      48 remoting/host/host_change_notification_listener_unittest.cc     MOCK_METHOD0(OnHostDeleted, void());
OnHostDeleted      92 remoting/host/host_change_notification_listener_unittest.cc   EXPECT_CALL(mock_listener_, OnHostDeleted())
OnHostDeleted     104 remoting/host/host_change_notification_listener_unittest.cc   EXPECT_CALL(mock_listener_, OnHostDeleted())
OnHostDeleted     118 remoting/host/host_change_notification_listener_unittest.cc   EXPECT_CALL(mock_listener_, OnHostDeleted())
OnHostDeleted     130 remoting/host/host_change_notification_listener_unittest.cc   EXPECT_CALL(mock_listener_, OnHostDeleted())
OnHostDeleted     142 remoting/host/host_change_notification_listener_unittest.cc   EXPECT_CALL(mock_listener_, OnHostDeleted())
OnHostDeleted     157 remoting/host/remoting_me2me_host.cc   virtual void OnHostDeleted() OVERRIDE;