Searched defs:OnChannelConnected (Results 1 - 25 of 40) sorted by relevance

12

/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/ipc/
H A Dipc_listener.h25 virtual void OnChannelConnected(int32 peer_pid) {} function in class:IPC::Listener
H A Dmessage_filter.cc18 void MessageFilter::OnChannelConnected(int32 peer_pid) {} function in class:IPC::MessageFilter
H A Dipc_channel_proxy.cc96 void ChannelProxy::Context::OnChannelConnected(int32 peer_pid) { function in class:IPC::ChannelProxy::Context
181 // Our OnChannelConnected method has not yet been called, so we can't be
182 // sure that channel_ is valid yet. When OnChannelConnected *is* called,
202 new_filters[i]->OnChannelConnected(peer_pid_);
290 listener_->OnChannelConnected(peer_pid_);
/external/chromium_org/content/browser/
H A Dprofiler_message_filter.cc19 void ProfilerMessageFilter::OnChannelConnected(int32 peer_pid) { function in class:content::ProfilerMessageFilter
H A Dbrowser_child_process_host_impl.cc238 void BrowserChildProcessHostImpl::OnChannelConnected(int32 peer_pid) { function in class:content::BrowserChildProcessHostImpl
250 delegate_->OnChannelConnected(peer_pid);
H A Dplugin_process_host.cc302 void PluginProcessHost::OnChannelConnected(int32 peer_pid) { function in class:content::PluginProcessHost
/external/chromium_org/chrome/browser/metro_viewer/
H A Dchrome_metro_viewer_process_host_aurawin.cc110 void ChromeMetroViewerProcessHost::OnChannelConnected(int32 /*peer_pid*/) { function in class:ChromeMetroViewerProcessHost
111 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/components/nacl/renderer/
H A Dmanifest_service_channel.cc56 void ManifestServiceChannel::OnChannelConnected(int32 peer_pid) { function in class:nacl::ManifestServiceChannel
/external/chromium_org/content/public/browser/
H A Dbrowser_message_filter.h45 virtual void OnChannelConnected(int32 peer_pid) {} function in class:content::BrowserMessageFilter
80 // Can be called on any thread, after OnChannelConnected is called.
83 // Can be called on any thread, after OnChannelConnected is called.
/external/chromium_org/remoting/host/
H A Ddesktop_process.cc73 void DesktopProcess::OnChannelConnected(int32 peer_pid) { function in class:remoting::DesktopProcess
H A Ddaemon_process.cc82 void DaemonProcess::OnChannelConnected(int32 peer_pid) { function in class:remoting::DaemonProcess
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);
/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/content/browser/appcache/
H A Dappcache_dispatcher_host.cc24 void AppCacheDispatcherHost::OnChannelConnected(int32 peer_pid) { function in class:content::AppCacheDispatcherHost
/external/chromium_org/remoting/host/win/
H A Dworker_process_launcher.cc141 void WorkerProcessLauncher::OnChannelConnected(int32 peer_pid) { function in class:remoting::WorkerProcessLauncher
149 ipc_handler_->OnChannelConnected(peer_pid);
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 Dworker_process_launcher_unittest.cc63 MOCK_METHOD1(OnChannelConnected, void(int32));
111 virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;
220 void WorkerProcessLauncherTest::OnChannelConnected(int32 peer_pid) { function in class:remoting::WorkerProcessLauncherTest
221 event_handler_->OnChannelConnected(peer_pid);
384 EXPECT_CALL(server_listener_, OnChannelConnected(_))
394 // Starts and connects to the worker process. Expect OnChannelConnected to be
402 EXPECT_CALL(server_listener_, OnChannelConnected(_))
421 EXPECT_CALL(server_listener_, OnChannelConnected(_))
445 EXPECT_CALL(server_listener_, OnChannelConnected(_))
467 EXPECT_CALL(server_listener_, OnChannelConnected(
[all...]
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/service_process/
H A Dservice_process_control.cc159 void ServiceProcessControl::OnChannelConnected(int32 peer_pid) { function in class:ServiceProcessControl
/external/chromium_org/content/child/npapi/
H A Dnp_channel_base.cc244 void NPChannelBase::OnChannelConnected(int32 peer_pid) { function in class:content::NPChannelBase
/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/protocol/
H A Dchannel_multiplexer_unittest.cc98 &ChannelMultiplexerTest::OnChannelConnected, base::Unretained(this),
101 &ChannelMultiplexerTest::OnChannelConnected, base::Unretained(this),
110 void OnChannelConnected( function in class:remoting::protocol::ChannelMultiplexerTest
/external/chromium_org/win8/viewer/
H A Dmetro_viewer_process_host.cc44 void MetroViewerProcessHost::InternalMessageFilter::OnChannelConnected( function in class:win8::MetroViewerProcessHost::InternalMessageFilter

Completed in 611 milliseconds

12