Home
last modified time | relevance | path

Searched defs:process_id (Results 1 – 8 of 8) sorted by relevance

/third_party/gn/src/base/win/
Dscoped_process_information.h56 DWORD process_id() const { return process_id_; } in process_id() function
/third_party/cef/libcef/common/
Dframe_util.cc26 uint32_t process_id = frame_id >> 32; in GetFrameDebugString() local
/third_party/cef/libcef/browser/extensions/
Dextension_web_contents_observer.cc43 int process_id = render_frame_host->GetProcess()->GetID(); in RenderFrameCreated() local
/third_party/skia/third_party/externals/dawn/src/utils/
DWindowsDebugLogger.cpp42 DWORD process_id; in WindowsDebugLogger() member
/third_party/python/Lib/asyncio/
Dtrsock.py157 def share(self, process_id): argument
/third_party/python/Modules/clinic/
D_winapi.c.h795 DWORD process_id; in _winapi_OpenProcess() local
/third_party/python/Modules/
D_winapi.c1446 BOOL inherit_handle, DWORD process_id) in _winapi_OpenProcess_impl()
/third_party/cef/tests/ceftests/
Dframe_handler_unittest.cc89 uint32_t process_id = frame_id >> 32; in GetFrameDebugString() local