Lines Matching full:start_hidden
221 bool wait, bool start_hidden, bool inherit_handles,
226 startup_info.wShowWindow = start_hidden ? SW_HIDE : SW_SHOW;
250 bool wait, bool start_hidden, ProcessHandle* process_handle) {
251 return LaunchAppImpl(cmdline, wait, start_hidden, false, process_handle);
255 const std::wstring& cmdline, bool wait, bool start_hidden,
257 return LaunchAppImpl(cmdline, wait, start_hidden, true, process_handle);
261 bool start_hidden, ProcessHandle* process_handle) {
262 return LaunchAppAsUser(token, cmdline, start_hidden, process_handle,
267 bool start_hidden, ProcessHandle* process_handle,
274 if (start_hidden) {
305 bool wait, bool start_hidden, ProcessHandle* process_handle) {
307 start_hidden, false, process_handle);