Searched refs:source_handle (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dhandle_interception.h15 ResultCode DuplicateHandleProxy(HANDLE source_handle,
H A Dhandle_interception.cc16 ResultCode DuplicateHandleProxy(HANDLE source_handle, argument
30 source_handle, target_process_id,
H A Dhandle_policy.h30 HANDLE source_handle,
H A Dhandle_dispatcher.h26 bool DuplicateHandleProxy(IPCInfo* ipc, HANDLE source_handle,
H A Dtarget_services.h49 virtual ResultCode DuplicateHandle(HANDLE source_handle,
H A Dhandle_policy.cc55 HANDLE source_handle,
83 if (!::DuplicateHandle(::GetCurrentProcess(), source_handle, target_process,
54 DuplicateHandleProxyAction(EvalResult eval_result, HANDLE source_handle, DWORD target_process_id, HANDLE* target_handle, DWORD desired_access, DWORD options) argument
H A Dsandbox.h155 virtual ResultCode DuplicateHandle(HANDLE source_handle,
H A Dhandle_dispatcher.cc43 HANDLE source_handle,
54 if (!::DuplicateHandle(ipc->client_info->process, source_handle,
42 DuplicateHandleProxy(IPCInfo* ipc, HANDLE source_handle, DWORD target_process_id, DWORD desired_access, DWORD options) argument
H A Dtarget_services.cc185 ResultCode TargetServicesBase::DuplicateHandle(HANDLE source_handle, argument
190 return sandbox::DuplicateHandleProxy(source_handle, target_process_id,
/external/chromium_org/third_party/skia/tools/pyutils/
H A Durl_utils.py61 with contextlib.closing(urllib.urlopen(source_url)) as source_handle:
63 shutil.copyfileobj(fsrc=source_handle, fdst=dest_handle)
H A Durl_utils_test.py46 with open(source_path, 'w') as source_handle:
47 source_handle.write(contents)
/external/skia/tools/pyutils/
H A Durl_utils.py61 with contextlib.closing(urllib.urlopen(source_url)) as source_handle:
63 shutil.copyfileobj(fsrc=source_handle, fdst=dest_handle)
H A Durl_utils_test.py46 with open(source_path, 'w') as source_handle:
47 source_handle.write(contents)
/external/chromium_org/v8/tools/
H A Dparser-shell.cc52 v8::Handle<v8::String> source_handle; local
55 source_handle = v8::String::NewFromUtf8(
60 source_handle = v8::String::NewFromTwoByte(
66 source_handle = v8::String::NewFromOneByte(isolate, source);
72 v8::Utils::OpenHandle(*source_handle));
/external/chromium_org/content/public/common/
H A Dsandbox_init.h42 CONTENT_EXPORT bool BrokerDuplicateHandle(HANDLE source_handle,
/external/chromium_org/content/common/gpu/client/
H A Dgpu_channel_host.cc266 base::SharedMemoryHandle source_handle) {
273 if (!BrokerDuplicateHandle(source_handle,
283 int duped_handle = HANDLE_EINTR(dup(source_handle.fd));
296 gfx::GpuMemoryBufferHandle source_handle) {
297 switch (source_handle.type) {
301 handle.handle = ShareToGpuProcess(source_handle.handle);
306 return source_handle;
310 return source_handle;
265 ShareToGpuProcess( base::SharedMemoryHandle source_handle) argument
295 ShareGpuMemoryBufferToGpuProcess( gfx::GpuMemoryBufferHandle source_handle) argument
H A Dgpu_channel_host.h154 base::SharedMemoryHandle source_handle);
163 gfx::GpuMemoryBufferHandle source_handle);
/external/chromium_org/content/common/
H A Dsandbox_win.cc395 HANDLE source_handle,
441 HANDLE source_handle,
448 if (!g_iat_orig_duplicate_handle(source_process_handle, source_handle,
744 bool BrokerDuplicateHandle(HANDLE source_handle, argument
751 return !!::DuplicateHandle(::GetCurrentProcess(), source_handle,
759 g_target_services->DuplicateHandle(source_handle, target_process_id,
770 return !!::DuplicateHandle(::GetCurrentProcess(), source_handle,
440 DuplicateHandlePatch(HANDLE source_process_handle, HANDLE source_handle, HANDLE target_process_handle, LPHANDLE target_handle, DWORD desired_access, BOOL inherit_handle, DWORD options) argument
/external/chromium_org/components/nacl/loader/
H A Dnacl_listener.cc93 int BrokerDuplicateHandle(NaClHandle source_handle,
98 return content::BrokerDuplicateHandle(source_handle, process_id,
/external/chromium_org/ppapi/c/private/
H A Dppb_nacl_private.h286 int32_t (*BrokerDuplicateHandle)(PP_FileHandle source_handle,
/external/chromium_org/ppapi/api/private/
H A Dppb_nacl_private.idl237 int32_t BrokerDuplicateHandle([in] PP_FileHandle source_handle,
/external/chromium_org/components/nacl/renderer/
H A Dppb_nacl_private_impl.cc457 int32_t BrokerDuplicateHandle(PP_FileHandle source_handle, argument
463 return content::BrokerDuplicateHandle(source_handle, process_id,
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c3302 static int32_t Pnacl_M25_PPB_NaCl_Private_BrokerDuplicateHandle(PP_FileHandle source_handle, uint32_t process_id, PP_FileHandle* target_handle, uint32_t desired_access, uint32_t options) { argument
3304 return iface->BrokerDuplicateHandle(source_handle, process_id, target_handle, desired_access, options);
5230 .BrokerDuplicateHandle = (int32_t (*)(PP_FileHandle source_handle, uint32_t process_id, PP_FileHandle* target_handle, uint32_t desired_access, uint32_t options))&Pnacl_M25_PPB_NaCl_Private_BrokerDuplicateHandle,

Completed in 1032 milliseconds