Searched refs:OnChannelConnected (Results 26 - 50 of 93) sorted by relevance

1234

/external/chromium_org/remoting/protocol/
H A Dmonitored_video_stub_unittest.cc48 TEST_F(MonitoredVideoStubTest, OnChannelConnected) {
H A Dchannel_multiplexer_unittest.cc101 &ChannelMultiplexerTest::OnChannelConnected, base::Unretained(this),
104 &ChannelMultiplexerTest::OnChannelConnected, base::Unretained(this),
113 void OnChannelConnected( function in class:remoting::protocol::ChannelMultiplexerTest
/external/chromium_org/content/common/
H A Dchild_process_host_impl.cc272 void ChildProcessHostImpl::OnChannelConnected(int32 peer_pid) { function in class:content::ChildProcessHostImpl
279 delegate_->OnChannelConnected(peer_pid);
281 filters_[i]->OnChannelConnected(peer_pid);
/external/chromium_org/remoting/host/
H A Ddaemon_process_win.cc73 virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;
125 void DaemonProcessWin::OnChannelConnected(int32 peer_pid) { function in class:remoting::DaemonProcessWin
138 DaemonProcess::OnChannelConnected(peer_pid);
H A Ddaemon_process.h69 virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;
H A Ddesktop_process.cc73 void DesktopProcess::OnChannelConnected(int32 peer_pid) { function in class:remoting::DesktopProcess
/external/chromium_org/content/browser/fileapi/
H A Dfileapi_message_filter_unittest.cc97 filter->OnChannelConnected(0);
129 filter1->OnChannelConnected(0);
130 filter2->OnChannelConnected(1);
/external/chromium_org/ipc/
H A Dipc_channel_proxy.cc97 void ChannelProxy::Context::OnChannelConnected(int32 peer_pid) { function in class:IPC::ChannelProxy::Context
182 // Our OnChannelConnected method has not yet been called, so we can't be
183 // sure that channel_ is valid yet. When OnChannelConnected *is* called,
203 new_filters[i]->OnChannelConnected(peer_pid_);
291 listener_->OnChannelConnected(peer_pid_);
/external/chromium_org/chrome/browser/metro_viewer/
H A Dchrome_metro_viewer_process_host_aurawin.cc111 void ChromeMetroViewerProcessHost::OnChannelConnected(int32 /*peer_pid*/) { function in class:ChromeMetroViewerProcessHost
112 DVLOG(1) << "ChromeMetroViewerProcessHost::OnChannelConnected: ";
/external/chromium_org/chrome/service/
H A Dservice_ipc_server.cc48 void ServiceIPCServer::OnChannelConnected(int32 peer_pid) { function in class:ServiceIPCServer
91 // ChannelProxy::Context is only letting OnChannelConnected get called once,
/external/chromium_org/cloud_print/service/win/
H A Dservice_listener.cc77 void ServiceListener::OnChannelConnected(int32 peer_pid) { function in class:ServiceListener
/external/chromium_org/components/nacl/broker/
H A Dnacl_broker_listener.cc63 void NaClBrokerListener::OnChannelConnected(int32 peer_pid) { function in class:NaClBrokerListener
/external/chromium_org/components/nacl/loader/
H A Dnacl_ipc_adapter.h114 virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;
/external/chromium_org/components/nacl/renderer/
H A Dmanifest_service_channel.cc59 void ManifestServiceChannel::OnChannelConnected(int32 peer_pid) { function in class:nacl::ManifestServiceChannel
/external/chromium_org/content/browser/
H A Dbrowser_child_process_host_impl.h64 virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;
H A Dplugin_process_host.h91 virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;
H A Dppapi_plugin_process_host.h133 virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;
/external/chromium_org/content/browser/renderer_host/media/
H A Dpeer_connection_tracker_host.cc44 void PeerConnectionTrackerHost::OnChannelConnected(int32 peer_pid) { function in class:content::PeerConnectionTrackerHost
51 // the IO thread. Using OnChannelConnected and OnChannelClosing guarantees
/external/chromium_org/content/ppapi_plugin/
H A Dppapi_thread.h67 virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;
/external/chromium_org/ui/views/controls/webview/
H A Dwebview.h131 virtual void OnChannelConnected(int32 peer_id) OVERRIDE {}
/external/chromium_org/remoting/host/win/
H A Dunprivileged_process_delegate.cc361 void UnprivilegedProcessDelegate::OnChannelConnected(int32 peer_pid) { function in class:remoting::UnprivilegedProcessDelegate
373 event_handler_->OnChannelConnected(peer_pid);
H A Dwts_session_process_delegate.cc75 virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;
301 void WtsSessionProcessDelegate::Core::OnChannelConnected(int32 peer_pid) { function in class:remoting::WtsSessionProcessDelegate::Core
336 event_handler_->OnChannelConnected(peer_pid);
428 // OnChannelConnected().
/external/chromium_org/chrome/browser/printing/cloud_print/test/
H A Dcloud_print_proxy_process_browsertest.cc134 MOCK_METHOD1(OnChannelConnected, void(int32 peer_pid));
141 ServiceIPCServer::OnChannelConnected(peer_pid);
157 EXPECT_CALL(*this, OnChannelConnected(_)).Times(1)
322 virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;
493 void CloudPrintProxyPolicyStartupTest::OnChannelConnected(int32 peer_pid) { function in class:CloudPrintProxyPolicyStartupTest
/external/chromium_org/chrome/browser/service_process/
H A Dservice_process_control.h102 virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;
/external/chromium_org/components/nacl/browser/
H A Dnacl_process_host.h97 virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;

Completed in 718 milliseconds

1234