HomeSort by relevance Sort by last modified time
    Searched defs:peer_pid (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/content/public/browser/
browser_message_filter.h 35 virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;
72 base::ProcessId peer_pid() const { return peer_pid_; } function in class:content::BrowserMessageFilter
  /external/chromium_org/content/renderer/pepper/
host_dispatcher_wrapper.h 28 base::ProcessId peer_pid,
53 base::ProcessId peer_pid() { return peer_pid_; } function in class:content::HostDispatcherWrapper
plugin_module.cc 530 return host_dispatcher_wrapper_->peer_pid();
634 base::ProcessId peer_pid,
641 peer_pid,
717 base::ProcessId peer_pid; local
720 path, &channel_handle, &peer_pid, &plugin_child_id));
735 peer_pid,
  /external/chromium_org/ipc/
ipc_channel_win.h 35 base::ProcessId peer_pid() const { return peer_pid_; } function in class:IPC::Channel::ChannelImpl
ipc_channel_posix.h 68 base::ProcessId peer_pid() const { return peer_pid_; } function in class:IPC::Channel::ChannelImpl
ipc_channel_nacl.cc 374 base::ProcessId Channel::peer_pid() const { function in class:IPC::Channel
ipc_channel_proxy.h 78 virtual void OnChannelConnected(int32 peer_pid);
178 base::ProcessId peer_pid() const { return context_->peer_pid_; } function in class:IPC::ChannelProxy
213 virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;
ipc_channel_win.cc 484 base::ProcessId Channel::peer_pid() const { function in class:IPC::Channel
485 return channel_impl_->peer_pid();
ipc_channel_posix.cc 971 base::ProcessId Channel::peer_pid() const { function in class:IPC::Channel
972 return channel_impl_->peer_pid();
  /external/chromium_org/content/child/npapi/
np_channel_base.h 89 base::ProcessId peer_pid() { return channel_->peer_pid(); } function in class:content::NPChannelBase
149 virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;
  /external/chromium_org/remoting/host/win/
unprivileged_process_delegate.cc 358 void UnprivilegedProcessDelegate::OnChannelConnected(int32 peer_pid) {
362 if (pid != static_cast<DWORD>(peer_pid)) {
365 << peer_pid; local
370 event_handler_->OnChannelConnected(peer_pid);
wts_session_process_delegate.cc 75 virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;
301 void WtsSessionProcessDelegate::Core::OnChannelConnected(int32 peer_pid) {
315 if (pid != static_cast<DWORD>(peer_pid)) {
318 << peer_pid; local
336 event_handler_->OnChannelConnected(peer_pid);

Completed in 275 milliseconds