/external/chromium_org/chrome/browser/task_manager/ |
D | os_resource_win.cc | 15 HANDLE current_process = GetCurrentProcess(); in GetWinGDIHandles() local 17 if (DuplicateHandle(current_process, process, current_process, in GetWinGDIHandles() 32 HANDLE current_process = GetCurrentProcess(); in GetWinUSERHandles() local 34 if (DuplicateHandle(current_process, process, current_process, in GetWinUSERHandles()
|
D | task_manager.cc | 127 HANDLE current_process = GetCurrentProcess(); in GetWinGDIHandles() local 129 if (DuplicateHandle(current_process, process, current_process, in GetWinGDIHandles() 144 HANDLE current_process = GetCurrentProcess(); in GetWinUSERHandles() local 146 if (DuplicateHandle(current_process, process, current_process, in GetWinUSERHandles()
|
/external/chromium_org/tools/memory_watcher/ |
D | call_stack.cc | 251 HANDLE current_process = GetCurrentProcess(); in GetStackTrace() 262 current_process, in GetStackTrace() 285 HANDLE current_process = GetCurrentProcess(); in ToString() local 287 if (!LoadSymbols(current_process)) { in ToString() 314 BOOL ok = pSymGetSymFromAddr64(current_process, // hProcess in ToString() 324 ok = pSymGetLineFromAddr64(current_process, in ToString() 358 if (pSymGetModuleInfo64(current_process, intruction_pointer, in ToString()
|
/external/chromium_org/chrome/browser/ |
D | memory_details_linux.cc | 178 const Process& current_process = iter->second; in CollectProcessData() local 179 const BrowserType type = GetBrowserType(current_process.name); in CollectProcessData() 184 process_map.find(current_process.parent); in CollectProcessData() 186 browsers_found.insert(current_process.pid); in CollectProcessData() 193 browsers_found.insert(current_process.pid); in CollectProcessData()
|
/external/chromium_org/chrome/browser/ui/ |
D | hung_plugin_tab_helper.cc | 106 HANDLE current_process = ::GetCurrentProcess(); in KillPluginOnIOThread() local 107 ::DuplicateHandle(current_process, data.handle, current_process, &handle, in KillPluginOnIOThread() 358 HANDLE current_process = ::GetCurrentProcess(); in KillPlugin() local 364 ::DuplicateHandle(current_process, host->GetHandle(), current_process, in KillPlugin()
|
/external/chromium_org/chrome/browser/install_verification/win/ |
D | module_list.cc | 46 HANDLE current_process = ::GetCurrentProcess(); in GetModuleInfoSet() local 55 current_process, modules_[i], in GetModuleInfoSet()
|
/external/chromium_org/ui/base/win/ |
D | mouse_wheel_util.cc | 72 DWORD current_process = GetCurrentProcessId(); in RerouteMouseWheel() local 88 if (current_process != wheel_window_process) { in RerouteMouseWheel()
|
/external/qemu/memcheck/ |
D | memcheck_proc_management.c | 44 static ProcDesc* current_process = NULL; variable 323 current_process = current_thread->process; in get_process_from_pid() 324 return current_process; in get_process_from_pid() 338 if (current_process == NULL) { in get_current_process() 341 current_process = cur_thread->process; in get_current_process() 344 return current_process; in get_current_process() 461 current_process = NULL; in memcheck_switch() 683 current_process = NULL; in memcheck_exit()
|
/external/chromium_org/sandbox/win/src/ |
D | Wow64.cc | 101 HANDLE current_process = ::GetCurrentProcess(); in WaitForNtdll() local 104 if (!::DuplicateHandle(current_process, dll_load_, child_->Process(), in WaitForNtdll() 107 if (!::DuplicateHandle(current_process, continue_load_, child_->Process(), in WaitForNtdll()
|
/external/chromium_org/ui/base/clipboard/ |
D | clipboard_unittest.cc | 350 base::ProcessHandle current_process = base::kNullProcessHandle; in TestBitmapWrite() local 352 current_process = GetCurrentProcess(); in TestBitmapWrite() 354 shared_buf.ShareToProcess(current_process, &handle_to_share); in TestBitmapWrite() 371 &objects, handle_to_share, current_process)); in TestBitmapWrite()
|
/external/chromium/base/ |
D | process_util_win.cc | 154 HANDLE current_process = GetCurrentProcess(); in GetProcId() local 156 if (DuplicateHandle(current_process, process, current_process, in GetProcId()
|