Home
last modified time | relevance | path

Searched refs:peer_pid_ (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/ppapi/proxy/
Dproxy_channel.cc20 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()
Dproxy_channel.h109 base::ProcessId peer_pid_; variable
/external/chromium_org/content/public/browser/
Dbrowser_message_filter.cc48 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()
Dbrowser_message_filter.h84 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/
Dmanifest_service_channel.cc34 peer_pid_(base::kNullProcessId), in ManifestServiceChannel()
60 peer_pid_ = peer_pid; in OnChannelConnected()
92 peer_pid_, in DidOpenResource()
Dmanifest_service_channel.h73 base::ProcessId peer_pid_; variable
/external/chromium_org/ipc/
Dipc_channel_proxy.cc33 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()
Dipc_channel_proxy.h120 base::ProcessId GetPeerPID() const { return context_->peer_pid_; } in GetPeerPID()
222 base::ProcessId peer_pid_; variable
Dipc_channel_win.cc62 peer_pid_(base::kNullProcessId), in ChannelWin()
137 return peer_pid_; in GetPeerPID()
213 peer_pid_ = claimed_pid; in HandleInternalMessage()
Dipc_channel_win.h79 base::ProcessId peer_pid_; variable
Dipc_channel_posix.h136 base::ProcessId peer_pid_; variable
Dipc_channel_posix.cc184 peer_pid_(base::kNullProcessId), in ChannelPosix()
1000 peer_pid_ = pid; in HandleInternalMessage()
1048 return peer_pid_; in GetPeerPID()
/external/chromium_org/content/renderer/pepper/
Dhost_dispatcher_wrapper.h55 base::ProcessId peer_pid() { return peer_pid_; } in peer_pid()
62 base::ProcessId peer_pid_; variable
Dhost_dispatcher_wrapper.cc25 peer_pid_(peer_pid), in HostDispatcherWrapper()
56 peer_pid_, in Init()
/external/chromium_org/ipc/mojo/
Dipc_channel_mojo.h123 void set_peer_pid(base::ProcessId pid) { peer_pid_ = pid; } in set_peer_pid()
148 base::ProcessId peer_pid_; variable
Dipc_channel_mojo.cc88 peer_pid_(base::kNullProcessId), in ChannelMojo()
197 return peer_pid_; in GetPeerPID()
/external/chromium_org/content/child/npapi/
Dnp_channel_base.cc119 peer_pid_(0), in NPChannelBase()
245 peer_pid_ = peer_pid; in OnChannelConnected()
Dnp_channel_base.h169 int peer_pid_;