OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kSilentLaunch
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/common/
chrome_switches.cc
[
all
...]
chrome_switches.h
354
extern const char
kSilentLaunch
[];
/external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.cc
294
const bool silent_launch = command_line.HasSwitch(switches::
kSilentLaunch
);
517
if (command_line.HasSwitch(switches::
kSilentLaunch
)) {
/external/chromium_org/chrome/test/base/
in_process_browser_test.cc
223
// Ash already launches with a single browser opened, add
kSilentLaunch
to
226
command_line->AppendSwitch(switches::
kSilentLaunch
);
/external/chromium_org/win8/delegate_execute/
command_execute_impl.cc
97
cl.AppendSwitch(switches::
kSilentLaunch
);
/external/chromium_org/chrome/browser/chromeos/login/
existing_user_controller.cc
793
CommandLine::ForCurrentProcess()->AppendSwitch(::switches::
kSilentLaunch
);
[
all
...]
Completed in 5040 milliseconds