/external/chromium_org/chrome/browser/extensions/api/messaging/ |
native_process_launcher_win.cc | 9 #include "base/command_line.h" 91 const CommandLine& command_line, 102 if (!command_line.GetProgram().IsAbsolute()) { 145 base::string16 command_line_string = command_line.GetCommandLineString(); 157 << command_line.GetProgram().MaybeAsASCII(); 168 << command_line.GetProgram().MaybeAsASCII();
|
/external/chromium_org/chrome/browser/net/ |
proxy_service_factory.cc | 7 #include "base/command_line.h" 94 const CommandLine& command_line, 101 bool use_v8 = !command_line.HasSwitch(switches::kWinHttpProxyResolver); 102 if (use_v8 && command_line.HasSwitch(switches::kSingleProcess)) { 114 if (command_line.HasSwitch(switches::kNumPacThreads)) { 115 std::string s = command_line.GetSwitchValueASCII(switches::kNumPacThreads);
|
/external/chromium_org/chrome/browser/ui/location_bar/ |
location_bar_browsertest.cc | 49 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; 61 void LocationBarBrowserTest::SetUpCommandLine(base::CommandLine* command_line) { 66 ExtensionBrowserTest::SetUpCommandLine(command_line); 173 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; 181 base::CommandLine* command_line) { 182 LocationBarBrowserTest::SetUpCommandLine(command_line);
|
/external/chromium_org/content/browser/gpu/ |
gpu_data_manager_impl.cc | 152 base::CommandLine* command_line) const { 154 private_->AppendRendererCommandLine(command_line); 158 base::CommandLine* command_line) const { 160 private_->AppendGpuCommandLine(command_line); 164 base::CommandLine* command_line) const { 166 private_->AppendPluginCommandLine(command_line);
|
/external/chromium_org/content/public/test/ |
content_browser_test.cc | 7 #include "base/command_line.h" 64 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 65 command_line->AppendSwitch(switches::kContentBrowserTest); 67 SetUpCommandLine(command_line); 72 if (command_line->HasSwitch(switches::kSingleProcess)) { 89 command_line->AppendSwitchPath(switches::kBrowserSubprocessPath,
|
/external/chromium_org/remoting/host/setup/ |
start_host.cc | 10 #include "base/command_line.h" 104 const base::CommandLine* command_line = local 107 std::string host_name = command_line->GetSwitchValueASCII("name"); 108 std::string host_pin = command_line->GetSwitchValueASCII("pin"); 109 std::string auth_code = command_line->GetSwitchValueASCII("code"); 110 std::string redirect_url = command_line->GetSwitchValueASCII("redirect-url");
|
/external/chromium_org/tools/telemetry/ |
cloud_storage | 12 from telemetry.core import command_line namespace 62 class Ls(command_line.Command): 108 class Mv(command_line.Command): 143 class Rm(command_line.Command): 158 class Upload(command_line.Command): 191 class CloudStorageCommand(command_line.SubcommandCommand):
|
/external/chromium_org/chrome/browser/chromeos/accessibility/ |
spoken_feedback_browsertest.cc | 9 #include "base/command_line.h" 226 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 228 command_line->AppendSwitch(chromeos::switches::kGuestSession); 229 command_line->AppendSwitch(::switches::kIncognito); 230 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, 232 command_line->AppendSwitchASCII(chromeos::switches::kLoginUser, 432 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 433 command_line->AppendSwitch(chromeos::switches::kGuestSession); 434 command_line->AppendSwitch(::switches::kIncognito); 435 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user") [all...] |
/external/chromium_org/android_webview/browser/net/ |
aw_url_request_context_getter.cc | 16 #include "base/command_line.h" 55 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 56 if (command_line.HasSwitch(switches::kHostResolverRules)) { 64 command_line.GetSwitchValueASCII(switches::kHostResolverRules)); 72 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 73 if (command_line.HasSwitch(switches::kTestingFixedHttpPort)) { 74 base::StringToInt(command_line.GetSwitchValueASCII( 78 if (command_line.HasSwitch(switches::kTestingFixedHttpsPort)) { 79 base::StringToInt(command_line.GetSwitchValueASCII( 83 if (command_line.HasSwitch(switches::kIgnoreCertificateErrors)) [all...] |
/external/chromium_org/chrome/browser/ |
app_controller_mac_browsertest.mm | 12 #include "base/command_line.h" 92 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 93 PlatformAppBrowserTest::SetUpCommandLine(command_line); 94 command_line->AppendSwitchASCII(switches::kAppId, 148 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 149 command_line->AppendSwitchASCII(switches::kApp, GetAppURL()); 209 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 210 switches::EnableNewProfileManagementForTesting(command_line); 318 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 321 command_line->AppendArg(chrome::kChromeUINewTabURL) [all...] |
process_singleton_posix_unittest.cc | 18 #include "base/command_line.h" 58 bool NotificationCallback(const CommandLine& command_line, 60 callback_command_lines_.push_back(command_line.argv()); 166 CommandLine command_line(CommandLine::ForCurrentProcess()->GetProgram()); 167 command_line.AppendArg("about:blank"); 177 command_line, kRetryAttempts, timeout(), true); 185 CommandLine command_line(CommandLine::ForCurrentProcess()->GetProgram()); 186 command_line.AppendArg(url); 188 command_line, kRetryAttempts, timeout());
|
/external/chromium_org/content/browser/renderer_host/ |
render_view_host_impl.cc | 13 #include "base/command_line.h" 335 const base::CommandLine& command_line = local 339 !command_line.HasSwitch(switches::kDisableJavaScript); 341 !command_line.HasSwitch(switches::kDisableWebSecurity); 343 !command_line.HasSwitch(switches::kDisablePlugins); 345 !command_line.HasSwitch(switches::kDisableJava); 348 !command_line.HasSwitch(switches::kDisableRemoteFonts); 350 !command_line.HasSwitch(switches::kDisableXSLT); 352 !command_line.HasSwitch(switches::kDisableXSSAuditor); 354 !command_line.HasSwitch(switches::kDisableApplicationCache) [all...] |
/external/chromium_org/courgette/ |
courgette_tool.cc | 10 #include "base/command_line.h" 430 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 438 bool cmd_sup = command_line.HasSwitch("supported"); 439 bool cmd_dis = command_line.HasSwitch("dis"); 440 bool cmd_asm = command_line.HasSwitch("asm"); 441 bool cmd_disadj = command_line.HasSwitch("disadj"); 442 bool cmd_make_patch = command_line.HasSwitch("gen"); 443 bool cmd_apply_patch = command_line.HasSwitch("apply"); 444 bool cmd_make_bsdiff_patch = command_line.HasSwitch("genbsdiff"); 445 bool cmd_apply_bsdiff_patch = command_line.HasSwitch("applybsdiff") [all...] |
/external/chromium_org/chrome/browser/first_run/ |
first_run_browsertest.cc | 7 #include "base/command_line.h" 104 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 105 InProcessBrowserTest::SetUpCommandLine(command_line); 106 command_line->AppendSwitch(switches::kForceFirstRun); 252 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 253 FirstRunMasterPrefsBrowserTestT::SetUpCommandLine(command_line); 254 command_line->AppendSwitchASCII(
|
upgrade_util_win.cc | 15 #include "base/command_line.h" 135 bool RelaunchChromeHelper(const CommandLine& command_line, 154 CommandLine chrome_exe_command_line = command_line; 223 bool RelaunchChromeBrowser(const CommandLine& command_line) { 224 return RelaunchChromeHelper(command_line, RELAUNCH_MODE_DEFAULT); 227 bool RelaunchChromeWithMode(const CommandLine& command_line, 229 return RelaunchChromeHelper(command_line, relaunch_mode); 297 bool DoUpgradeTasks(const CommandLine& command_line) { 306 if (!RelaunchChromeBrowser(command_line)) {
|
/external/chromium_org/components/precache/core/ |
precache_fetcher.cc | 11 #include "base/command_line.h" 30 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 31 if (command_line.HasSwitch(switches::kPrecacheConfigSettingsURL)) { 33 command_line.GetSwitchValueASCII(switches::kPrecacheConfigSettingsURL)); 46 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 47 if (command_line.HasSwitch(switches::kPrecacheManifestURLPrefix)) { 48 return command_line.GetSwitchValueASCII(
|
/external/chromium_org/extensions/shell/browser/ |
shell_content_browser_client.cc | 7 #include "base/command_line.h" 188 CommandLine* command_line, 191 command_line->GetSwitchValueASCII(::switches::kProcessType); 193 AppendRendererSwitches(command_line); 222 CommandLine* command_line) { 226 command_line->AppendSwitch(switches::kExtensionProcess); 234 command_line->CopySwitchesFrom(*CommandLine::ForCurrentProcess(),
|
/external/chromium_org/sandbox/win/src/ |
process_thread_interception.cc | 263 LPCWSTR application_name, LPWSTR command_line, 270 if (orig_CreateProcessW(application_name, command_line, process_attributes, 306 command_line, cur_dir, proc_info, &answer); 322 LPCSTR application_name, LPSTR command_line, 329 if (orig_CreateProcessA(application_name, command_line, process_attributes, 354 if (command_line) { 355 cmd_unicode = AnsiToUnicode(command_line);
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
blocking_login_browsertest.cc | 9 #include "base/command_line.h" 90 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 96 command_line->AppendSwitch(switches::kLoginManager); 97 command_line->AppendSwitch(switches::kForceLoginManagerInTests); 98 command_line->AppendSwitchASCII(switches::kLoginProfile, "user"); 99 command_line->AppendSwitchASCII(::switches::kAuthExtensionPath, 103 command_line->AppendSwitchASCII(::switches::kGaiaUrl, 105 command_line->AppendSwitchASCII(::switches::kLsoUrl, 107 command_line->AppendSwitchASCII(
|
/system/extras/tests/sdcard/ |
plot_sdcard.py | 89 self.command_line = '' 101 self.command_line = re.search('# Command: [/\w_]+ (.*)', line).group(1) 102 self.command_line = self.command_line.replace(' --', '-') 103 self.command_line = self.command_line.replace(' -d', '') 104 self.command_line = self.command_line.replace('--test=', '') 115 self.kernel, self.duration, self.command_line, self.sched)
|
/external/chromium_org/apps/ |
app_load_service.cc | 32 command_line(CommandLine::NO_PROGRAM) { 62 const CommandLine& command_line, 75 action.command_line = command_line; 109 profile_, extension, it->second.command_line, it->second.current_dir);
|
/external/chromium_org/athena/main/ |
athena_launcher.cc | 25 #include "base/command_line.h" 90 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local 93 command_line->AppendSwitch(app_list::switches::kEnableExperimentalAppList); 94 command_line->AppendSwitch(switches::kEnableOverlayScrollbar); 97 command_line->AppendSwitchASCII(switches::kScrollEndEffect, "1");
|
/external/chromium_org/base/test/ |
multiprocess_test.h | 28 // CommandLine command_line( 30 // // Maybe add our own switches to |command_line|.... 37 // base::SpawnMultiProcessTestChild("a_test_func", command_line, 58 // |command_line| should be as provided by 63 const CommandLine& command_line,
|
/external/chromium_org/chrome/browser/extensions/api/push_messaging/ |
push_messaging_canary_test.cc | 44 CommandLine* command_line = CommandLine::ForCurrentProcess(); variable 46 ASSERT_TRUE(command_line->HasSwitch(kPasswordFileForTest)); 48 command_line->GetSwitchValuePath(kPasswordFileForTest); 60 command_line->GetSwitchValuePath(kOverrideUserDataDir); 62 command_line->AppendSwitchPath(switches::kUserDataDir,
|
/external/chromium_org/chrome/browser/extensions/ |
extension_tabs_apitest.cc | 41 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 42 ExtensionApiTest::SetUpCommandLine(command_line); 45 command_line->AppendSwitchASCII( 168 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 169 ExtensionApiTest::SetUpCommandLine(command_line);
|