Searched defs:handles_to_inherit (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/process/
H A Dlaunch.h52 HandlesToInheritVector* handles_to_inherit; member in struct:base::LaunchOptions
58 // Note: If |handles_to_inherit| is non-null, this flag is ignored and only
H A Dprocess_util_unittest.cc428 base::HandlesToInheritVector handles_to_inherit; local
429 handles_to_inherit.push_back(event.handle());
431 options.handles_to_inherit = &handles_to_inherit;

Completed in 267 milliseconds