Searched defs:OnSocketOpened (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/devtools/device/
H A Dandroid_web_socket.cc56 virtual void OnSocketOpened() OVERRIDE {
58 base::Bind(&Delegate::OnSocketOpened, weak_delegate_));
94 virtual void OnSocketOpened() OVERRIDE;
177 OnSocketOpened();
256 void AndroidWebSocketImpl::OnSocketOpened() { function in class:__anon3536::AndroidWebSocketImpl
258 delegate_->OnSocketOpened();
H A Dport_forwarding_controller.cc293 virtual void OnSocketOpened() OVERRIDE;
461 void PortForwardingController::Connection::OnSocketOpened() { function in class:PortForwardingController::Connection
H A Ddevtools_android_bridge.cc188 virtual void OnSocketOpened() OVERRIDE;
210 void ProtocolCommand::OnSocketOpened() { function in class:__anon3537::ProtocolCommand
295 virtual void OnSocketOpened() OVERRIDE;
365 void AgentHostDelegate::OnSocketOpened() { function in class:AgentHostDelegate

Completed in 511 milliseconds