Searched defs:LaunchOptions (Results 1 – 2 of 2) sorted by relevance
58 struct BASE_EXPORT LaunchOptions { struct82 bool wait = false;85 base::FilePath current_directory;88 bool start_hidden = false;97 enum class Inherit {117 Inherit inherit_mode = Inherit::kSpecific;118 HandlesToInheritVector handles_to_inherit;127 UserTokenHandle as_user = nullptr;130 bool empty_desktop_name = false;135 HANDLE job_handle = nullptr;[all …]
127 struct LaunchOptions { struct133 // These mirror values in base::LaunchOptions, see it for details. argument135 base::LaunchOptions::Inherit inherit_mode = argument160 const LaunchOptions& options, argument