Home
last modified time | relevance | path

Searched refs:should_close_source (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/content/common/
Dsandbox_util.cc18 bool should_close_source) { in BrokerGetFileHandleForProcess() argument
22 if (should_close_source) in BrokerGetFileHandleForProcess()
37 int fd = should_close_source ? handle : ::dup(handle); in BrokerGetFileHandleForProcess()
Dsandbox_util.h22 bool should_close_source);
/external/chromium_org/ppapi/proxy/
Dproxy_channel.cc64 bool should_close_source) { in ShareHandleWithRemote() argument
67 if (should_close_source) { in ShareHandleWithRemote()
74 should_close_source); in ShareHandleWithRemote()
Dproxy_channel.h51 bool should_close_source) = 0;
70 bool should_close_source);
Dppapi_proxy_test.cc253 bool should_close_source) { in ShareHandleWithRemote() argument
256 should_close_source); in ShareHandleWithRemote()
499 bool should_close_source) { in ShareHandleWithRemote() argument
502 should_close_source); in ShareHandleWithRemote()
Dppapi_proxy_test.h139 bool should_close_source) OVERRIDE;
278 bool should_close_source) OVERRIDE;
/external/chromium_org/content/renderer/pepper/
Dpepper_proxy_channel_delegate_impl.cc29 bool should_close_source) { in ShareHandleWithRemote() argument
30 return BrokerGetFileHandleForProcess(handle, remote_pid, should_close_source); in ShareHandleWithRemote()
Drenderer_ppapi_host_impl.cc220 bool should_close_source) { in ShareHandleWithRemote() argument
227 handle, base::GetCurrentProcId(), should_close_source); in ShareHandleWithRemote()
229 return dispatcher_->ShareHandleWithRemote(handle, should_close_source); in ShareHandleWithRemote()
Dpepper_proxy_channel_delegate_impl.h24 bool should_close_source) OVERRIDE;
Dmock_renderer_ppapi_host.cc75 bool should_close_source) { in ShareHandleWithRemote() argument
Dmock_renderer_ppapi_host.h53 bool should_close_source) OVERRIDE;
Drenderer_ppapi_host_impl.h97 bool should_close_source) OVERRIDE;
/external/chromium_org/content/ppapi_plugin/
Dppapi_thread.cc178 bool should_close_source) { in ShareHandleWithRemote() argument
183 should_close_source); in ShareHandleWithRemote()
188 return BrokerGetFileHandleForProcess(handle, peer_pid, should_close_source); in ShareHandleWithRemote()
Dppapi_thread.h76 bool should_close_source) OVERRIDE;
/external/chromium_org/content/public/renderer/
Drenderer_ppapi_host.h121 bool should_close_source) = 0;
/external/chromium_org/ppapi/nacl_irt/
Dppapi_dispatcher.h60 bool should_close_source) OVERRIDE;
Dppapi_dispatcher.cc86 bool should_close_source) { in ShareHandleWithRemote() argument