OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_handle
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/base/process/
process.h
31
void
set_handle
(ProcessHandle handle) {
function in class:base::Process
/external/chromium_org/ui/gfx/ozone/dri/
dri_skbitmap.h
38
void
set_handle
(uint32_t handle) { handle_ = handle; };
function in class:gfx::DriSkBitmap
dri_skbitmap.cc
137
bitmap->
set_handle
(request.handle);
/external/chromium/base/
process.h
63
void
set_handle
(ProcessHandle handle) {
function in class:base::Process
/external/chromium_org/content/browser/
child_process_launcher.cc
330
process_.
set_handle
(handle);
361
process_.
set_handle
(base::kNullProcessHandle);
/external/chromium/chrome/browser/nacl_host/
nacl_process_host.cc
170
set_handle
(handle);
Completed in 877 milliseconds