HomeSort by relevance Sort by last modified time
    Searched defs:handles_to_inherit (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/process/
launch.h 51 HandlesToInheritVector* handles_to_inherit; member in struct:base::LaunchOptions
57 // Note: If |handles_to_inherit| is non-null, this flag is ignored and only
process_util_unittest.cc 422 base::HandlesToInheritVector handles_to_inherit; local
423 handles_to_inherit.push_back(event.handle());
425 options.handles_to_inherit = &handles_to_inherit;

Completed in 146 milliseconds