Searched defs:should_close_source (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/common/
H A Dsandbox_util.cc18 bool should_close_source) {
22 if (should_close_source)
37 int fd = should_close_source ? handle : ::dup(handle);
15 BrokerGetFileHandleForProcess( base::PlatformFile handle, base::ProcessId target_process_id, bool should_close_source) argument
/external/chromium_org/content/renderer/pepper/
H A Dpepper_proxy_channel_delegate_impl.cc29 bool should_close_source) {
30 return BrokerGetFileHandleForProcess(handle, remote_pid, should_close_source);
26 ShareHandleWithRemote( base::PlatformFile handle, base::ProcessId remote_pid, bool should_close_source) argument
H A Dmock_renderer_ppapi_host.cc75 bool should_close_source) {
73 ShareHandleWithRemote( base::PlatformFile handle, bool should_close_source) argument
H A Drenderer_ppapi_host_impl.cc220 bool should_close_source) {
227 handle, base::GetCurrentProcId(), should_close_source);
229 return dispatcher_->ShareHandleWithRemote(handle, should_close_source);
218 ShareHandleWithRemote( base::PlatformFile handle, bool should_close_source) argument
/external/chromium_org/ppapi/proxy/
H A Dproxy_channel.cc64 bool should_close_source) {
67 if (should_close_source) {
74 should_close_source);
62 ShareHandleWithRemote( base::PlatformFile handle, bool should_close_source) argument
H A Dppapi_proxy_test.cc254 bool should_close_source) {
257 should_close_source);
490 bool should_close_source) {
493 should_close_source);
251 ShareHandleWithRemote( base::PlatformFile handle, base::ProcessId , bool should_close_source) argument
487 ShareHandleWithRemote( base::PlatformFile handle, base::ProcessId , bool should_close_source) argument
/external/chromium_org/ppapi/nacl_irt/
H A Dppapi_dispatcher.cc86 bool should_close_source) {
83 ShareHandleWithRemote( base::PlatformFile handle, base::ProcessId peer_pid, bool should_close_source) argument
/external/chromium_org/content/ppapi_plugin/
H A Dppapi_thread.cc180 bool should_close_source) {
185 should_close_source);
190 return BrokerGetFileHandleForProcess(handle, peer_pid, should_close_source);
177 ShareHandleWithRemote( base::PlatformFile handle, base::ProcessId peer_pid, bool should_close_source) argument

Completed in 142 milliseconds