Home
last modified time | relevance | path

Searched refs:NotifyConnected (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/remoting/host/win/
Drdp_client.cc68 void NotifyConnected();
190 NotifyConnected(); in OnConnected()
209 void RdpClient::Core::NotifyConnected() { in NotifyConnected() function in remoting::RdpClient::Core
212 FROM_HERE, base::Bind(&Core::NotifyConnected, this)); in NotifyConnected()
Drdp_client_window.h129 void NotifyConnected();
Drdp_client_window.cc409 NotifyConnected(); in OnConnected()
464 void RdpClientWindow::NotifyConnected() { in NotifyConnected() function in remoting::RdpClientWindow
/external/chromium_org/remoting/protocol/
Dlibjingle_transport_factory.cc96 void NotifyConnected(scoped_ptr<net::StreamSocket> socket);
351 NotifyConnected(socket.Pass()); in OnAuthenticationDone()
379 void LibjingleStreamTransport::NotifyConnected( in NotifyConnected() function in remoting::protocol::__anon3df164710111::LibjingleStreamTransport
401 NotifyConnected(scoped_ptr<net::StreamSocket>()); in NotifyConnectFailed()
/external/chromium/chrome/browser/tab_contents/
Dtab_contents.h916 void NotifyConnected();