/external/chromium_org/ppapi/proxy/ |
D | proxy_channel.cc | 20 peer_pid_(base::kNullProcessId), in ProxyChannel() 33 peer_pid_ = peer_pid; in InitWithChannel() 47 peer_pid_ = base::GetCurrentProcId(); in InitWithTestSink() 72 DCHECK(peer_pid_ != base::kNullProcessId); in ShareHandleWithRemote() 73 return delegate_->ShareHandleWithRemote(handle, peer_pid_, in ShareHandleWithRemote()
|
D | proxy_channel.h | 109 base::ProcessId peer_pid_; variable
|
/external/chromium_org/content/public/browser/ |
D | browser_message_filter.cc | 48 filter_->peer_pid_ = peer_pid; in OnChannelConnected() 108 peer_pid_(base::kNullProcessId), in BrowserMessageFilter() 119 peer_pid_(base::kNullProcessId), in BrowserMessageFilter() 130 base::OpenPrivilegedProcessHandle(peer_pid_, &peer_handle_); in PeerHandle() 135 base::OpenPrivilegedProcessHandle(peer_pid_, &result); in PeerHandle()
|
D | browser_message_filter.h | 84 base::ProcessId peer_pid() const { return peer_pid_; } in peer_pid() 87 peer_pid_ = peer_pid; in set_peer_pid_for_testing() 127 base::ProcessId peer_pid_; variable
|
/external/chromium_org/components/nacl/renderer/ |
D | manifest_service_channel.cc | 34 peer_pid_(base::kNullProcessId), in ManifestServiceChannel() 60 peer_pid_ = peer_pid; in OnChannelConnected() 92 peer_pid_, in DidOpenResource()
|
D | manifest_service_channel.h | 73 base::ProcessId peer_pid_; variable
|
/external/chromium_org/ipc/ |
D | ipc_channel_proxy.cc | 33 peer_pid_(base::kNullProcessId) { in Context() 99 peer_pid_ = channel_->GetPeerPID(); in OnChannelConnected() 186 if (peer_pid_ == base::kNullProcessId) in OnAddFilter() 203 new_filters[i]->OnChannelConnected(peer_pid_); in OnAddFilter() 209 if (peer_pid_ == base::kNullProcessId) { in OnRemoveFilter() 291 listener_->OnChannelConnected(peer_pid_); in OnDispatchConnected()
|
D | ipc_channel_proxy.h | 120 base::ProcessId GetPeerPID() const { return context_->peer_pid_; } in GetPeerPID() 222 base::ProcessId peer_pid_; variable
|
D | ipc_channel_win.cc | 62 peer_pid_(base::kNullProcessId), in ChannelWin() 137 return peer_pid_; in GetPeerPID() 213 peer_pid_ = claimed_pid; in HandleInternalMessage()
|
D | ipc_channel_win.h | 79 base::ProcessId peer_pid_; variable
|
D | ipc_channel_posix.h | 136 base::ProcessId peer_pid_; variable
|
D | ipc_channel_posix.cc | 184 peer_pid_(base::kNullProcessId), in ChannelPosix() 1000 peer_pid_ = pid; in HandleInternalMessage() 1048 return peer_pid_; in GetPeerPID()
|
/external/chromium_org/content/renderer/pepper/ |
D | host_dispatcher_wrapper.h | 55 base::ProcessId peer_pid() { return peer_pid_; } in peer_pid() 62 base::ProcessId peer_pid_; variable
|
D | host_dispatcher_wrapper.cc | 25 peer_pid_(peer_pid), in HostDispatcherWrapper() 56 peer_pid_, in Init()
|
/external/chromium_org/ipc/mojo/ |
D | ipc_channel_mojo.h | 123 void set_peer_pid(base::ProcessId pid) { peer_pid_ = pid; } in set_peer_pid() 148 base::ProcessId peer_pid_; variable
|
D | ipc_channel_mojo.cc | 88 peer_pid_(base::kNullProcessId), in ChannelMojo() 197 return peer_pid_; in GetPeerPID()
|
/external/chromium_org/content/child/npapi/ |
D | np_channel_base.cc | 119 peer_pid_(0), in NPChannelBase() 245 peer_pid_ = peer_pid; in OnChannelConnected()
|
D | np_channel_base.h | 169 int peer_pid_;
|