Home
last modified time | relevance | path

Searched refs:current_process (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/task_manager/
Dos_resource_win.cc15 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()
Dtask_manager.cc127 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/
Dcall_stack.cc251 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/
Dmemory_details_linux.cc178 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/
Dhung_plugin_tab_helper.cc106 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/
Dmodule_list.cc46 HANDLE current_process = ::GetCurrentProcess(); in GetModuleInfoSet() local
55 current_process, modules_[i], in GetModuleInfoSet()
/external/chromium_org/ui/base/win/
Dmouse_wheel_util.cc72 DWORD current_process = GetCurrentProcessId(); in RerouteMouseWheel() local
88 if (current_process != wheel_window_process) { in RerouteMouseWheel()
/external/qemu/memcheck/
Dmemcheck_proc_management.c44 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/
DWow64.cc101 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/
Dclipboard_unittest.cc350 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/
Dprocess_util_win.cc154 HANDLE current_process = GetCurrentProcess(); in GetProcId() local
156 if (DuplicateHandle(current_process, process, current_process, in GetProcId()