Searched refs:GetPeerPID (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/ipc/
H A Dipc_test_sink.h83 virtual base::ProcessId GetPeerPID() const OVERRIDE;
H A Dipc_channel_nacl.h44 virtual base::ProcessId GetPeerPID() const OVERRIDE;
H A Dipc_test_sink.cc33 base::ProcessId TestSink::GetPeerPID() const { function in class:IPC::TestSink
H A Dipc_channel.h171 virtual base::ProcessId GetPeerPID() const = 0;
H A Dipc_channel_win.h37 virtual base::ProcessId GetPeerPID() const OVERRIDE;
H A Dipc_channel_posix.h64 virtual base::ProcessId GetPeerPID() const OVERRIDE;
H A Dipc_channel_proxy.h113 base::ProcessId GetPeerPID() const { return context_->peer_pid_; } function in class:IPC::ChannelProxy
H A Dipc_channel_nacl.cc142 base::ProcessId ChannelNacl::GetPeerPID() const { function in class:IPC::ChannelNacl
308 listener()->OnChannelConnected(GetPeerPID());
H A Dipc_channel_proxy.cc98 peer_pid_ = channel_->GetPeerPID();
H A Dipc_channel_win.cc106 base::ProcessId ChannelWin::GetPeerPID() const { function in class:IPC::ChannelWin
H A Dipc_channel_posix.cc1049 base::ProcessId ChannelPosix::GetPeerPID() const { function in class:IPC::ChannelPosix
H A Dipc_sync_channel_unittest.cc1725 ASSERT_EQ(channel()->GetPeerPID(), base::GetCurrentProcId());
1754 ASSERT_EQ(channel()->GetPeerPID(), base::GetCurrentProcId());
/external/chromium_org/content/child/npapi/
H A Dnp_channel_base.h89 base::ProcessId peer_pid() { return channel_->GetPeerPID(); }
/external/chromium_org/content/common/gpu/
H A Dgpu_channel.h80 base::ProcessId renderer_pid() const { return channel_->GetPeerPID(); }
/external/chromium_org/win8/viewer/
H A Dmetro_viewer_process_host.cc88 return channel_->GetPeerPID();
94 DCHECK_EQ(base::kNullProcessId, channel_->GetPeerPID());
/external/chromium_org/content/renderer/pepper/
H A Drenderer_ppapi_host_impl.cc179 return dispatcher_->channel()->GetPeerPID();
/external/chromium_org/content/common/gpu/client/
H A Dgpu_channel_host.cc274 channel_->GetPeerPID(),

Completed in 290 milliseconds