Searched
full:commandline (Results
351 -
375 of
2662) sorted by null
<<11121314151617181920>>
/external/chromium_org/chrome/browser/diagnostics/ |
diagnostics_controller.cc | 61 int DiagnosticsController::Run(const CommandLine& command_line, 73 int DiagnosticsController::RunRecovery(const CommandLine& command_line,
|
diagnostics_model_unittest.cc | 18 : cmdline_(CommandLine::NO_PROGRAM) { 33 CommandLine cmdline_;
|
/external/chromium_org/chrome/browser/extensions/api/messaging/ |
native_process_launcher.h | 17 class CommandLine; 70 static bool LaunchNativeProcess(const base::CommandLine& command_line,
|
/external/chromium_org/chrome/browser/extensions/ |
external_component_loader.cc | 52 CommandLine* command_line = CommandLine::ForCurrentProcess();
|
test_extension_environment.cc | 56 CommandLine::ForCurrentProcess(), base::FilePath(), false); 64 CommandLine::ForCurrentProcess(), base::FilePath());
|
/external/chromium_org/chrome/browser/extensions/signin/ |
gaia_auth_extension_loader.cc | 42 const CommandLine* command_line = CommandLine::ForCurrentProcess();
|
/external/chromium_org/chrome/browser/first_run/ |
upgrade_util_win.cc | 120 CommandLine::ForCurrentProcess()->HasSwitch(switches::kViewerConnect) && 135 bool RelaunchChromeHelper(const CommandLine& command_line, 154 CommandLine chrome_exe_command_line = command_line; 188 CommandLine relaunch_cmd(CommandLine::NO_PROGRAM); 223 bool RelaunchChromeBrowser(const CommandLine& command_line) { 227 bool RelaunchChromeWithMode(const CommandLine& command_line, 297 bool DoUpgradeTasks(const CommandLine& command_line) {
|
/external/chromium_org/chrome/browser/net/ |
chrome_net_log.cc | 23 const CommandLine* command_line = CommandLine::ForCurrentProcess();
|
/external/chromium_org/chrome/browser/notifications/ |
message_center_notifications_browsertest.cc | 156 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests)) 174 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests)) 191 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests)) 207 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests)) 227 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests)) 256 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests)) 288 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests)) 319 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
|
/external/chromium_org/chrome/browser/prefs/ |
incognito_mode_prefs.h | 14 class CommandLine; 58 static bool ShouldLaunchIncognito(const base::CommandLine& command_line,
|
/external/chromium_org/chrome/browser/printing/ |
print_dialog_cloud.h | 20 class CommandLine; 62 const base::CommandLine& command_line);
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/cvox2/background/ |
background.extjs | 30 CommandLine* command_line = CommandLine::ForCurrentProcess();
|
/external/chromium_org/chrome/browser/supervised_user/ |
supervised_user_resource_throttle_browsertest.cc | 37 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE; 48 CommandLine* command_line) {
|
/external/chromium_org/chrome/browser/sync/ |
backup_rollback_controller.cc | 55 if (CommandLine::ForCurrentProcess()->HasSwitch( 89 if (CommandLine::ForCurrentProcess()->HasSwitch(
|
backup_rollback_controller_unittest.cc | 92 CommandLine::ForCurrentProcess()->AppendSwitch( 135 CommandLine::ForCurrentProcess()->AppendSwitch(
|
profile_sync_service_android_unittest.cc | 39 : command_line_(base::CommandLine::NO_PROGRAM) {} 75 base::CommandLine command_line_;
|
/external/chromium_org/chrome/browser/ui/app_list/ |
app_list_service_impl.h | 38 AppListServiceImpl(const base::CommandLine& command_line, 95 base::CommandLine command_line_;
|
/external/chromium_org/chrome/browser/ui/views/athena/ |
chrome_browser_main_extra_parts_athena.cc | 49 if (!CommandLine::ForCurrentProcess()->HasSwitch( 55 if (!CommandLine::ForCurrentProcess()->HasSwitch(
|
/external/chromium_org/chrome/common/extensions/ |
feature_switch_unittest.cc | 21 : command_line_(CommandLine::NO_PROGRAM), 25 CommandLine command_line_;
|
/external/chromium_org/chrome/installer/gcapi/ |
gcapi_test.cc | 65 CommandLine::Init(argc, argv); 70 if (CommandLine::ForCurrentProcess()->HasSwitch(kManualLaunchTests)) {
|
/external/chromium_org/chrome/installer/util/ |
user_experiment.h | 15 class CommandLine; 54 void LaunchBrowserUserExperiment(const base::CommandLine& base_command,
|
/external/chromium_org/components/crash/app/ |
crash_keys_win.h | 16 class CommandLine; 46 base::CommandLine* cmd_line,
|
/external/chromium_org/components/nacl/loader/ |
nacl_helper_win_64.cc | 52 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
|
/external/chromium_org/content/browser/android/ |
content_startup_flags.cc | 29 base::CommandLine* parsed_command_line = 30 base::CommandLine::ForCurrentProcess();
|
/external/chromium_org/content/browser/ |
child_process_launcher.h | 15 class CommandLine; 45 base::CommandLine* cmd_line,
|
Completed in 1598 milliseconds
<<11121314151617181920>>