Searched refs:OnFrameRead (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/devtools/device/
H A Dandroid_web_socket.cc61 virtual void OnFrameRead(const std::string& message) OVERRIDE {
63 base::Bind(&Delegate::OnFrameRead, weak_delegate_, message));
95 virtual void OnFrameRead(const std::string& message) OVERRIDE;
211 delegate_->OnFrameRead(output);
261 void AndroidWebSocketImpl::OnFrameRead(const std::string& message) { function in class:__anon3536::AndroidWebSocketImpl
263 delegate_->OnFrameRead(message);
H A Dandroid_device_manager.h62 virtual void OnFrameRead(const std::string& message) = 0;
H A Ddevtools_android_bridge.cc189 virtual void OnFrameRead(const std::string& message) OVERRIDE;
214 void ProtocolCommand::OnFrameRead(const std::string& message) { function in class:__anon3537::ProtocolCommand
296 virtual void OnFrameRead(const std::string& message) OVERRIDE;
374 void AgentHostDelegate::OnFrameRead(const std::string& message) { function in class:AgentHostDelegate
H A Dport_forwarding_controller.cc294 virtual void OnFrameRead(const std::string& message) OVERRIDE;
471 void PortForwardingController::Connection::OnFrameRead( function in class:PortForwardingController::Connection

Completed in 140 milliseconds