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

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

Completed in 32 milliseconds