| /external/chromium_org/chrome/browser/extensions/ |
| extension_disabled_ui_browsertest.cc | 36 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 37 ExtensionBrowserTest::SetUpCommandLine(command_line); 38 command_line->AppendSwitchASCII(switches::kAppsGalleryUpdateURL,
|
| extension_resource_request_policy_apitest.cc | 5 #include "base/command_line.h" 20 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 21 ExtensionApiTest::SetUpCommandLine(command_line); 22 command_line->AppendSwitch(
|
| process_management_browsertest.cc | 33 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 34 ExtensionBrowserTest::SetUpCommandLine(command_line); 35 command_line->AppendSwitch(
|
| window_open_apitest.cc | 5 #include "base/command_line.h" 235 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 236 ExtensionApiTest::SetUpCommandLine(command_line); 238 // command_line->AppendSwitch(switches::kDisablePanels); 248 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 249 ExtensionApiTest::SetUpCommandLine(command_line); 250 command_line->AppendSwitch(switches::kEnablePanels);
|
| /external/chromium_org/chrome/browser/lifetime/ |
| application_lifetime.cc | 9 #include "base/command_line.h" 175 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 176 if (command_line.HasSwitch(switches::kTraceShutdown)) { 178 command_line.GetSwitchValueASCII(switches::kTraceShutdown));
|
| /external/chromium_org/chrome/browser/password_manager/ |
| chrome_password_manager_client.cc | 8 #include "base/command_line.h" 323 CommandLine* command_line = CommandLine::ForCurrentProcess(); 324 if (command_line->HasSwitch(switches::kDisableSavePasswordBubble)) 327 if (command_line->HasSwitch(switches::kEnableSavePasswordBubble))
|
| /external/chromium_org/chrome/browser/service_process/ |
| service_process_control_browsertest.cc | 9 #include "base/command_line.h" 121 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 122 ServiceProcessControlBrowserTest::SetUpCommandLine(command_line); 131 command_line->AppendSwitchPath(switches::kBrowserSubprocessPath, exe);
|
| /external/chromium_org/chrome/browser/supervised_user/ |
| supervised_user_browsertest.cc | 5 #include "base/command_line.h" 121 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 125 command_line->AppendSwitchASCII(switches::kHostResolverRules, 130 command_line->AppendSwitchASCII(switches::kSupervisedUserId, "asdf");
|
| /external/chromium_org/chrome/browser/ui/ |
| browser_navigator_browsertest_chromeos.cc | 9 #include "base/command_line.h" 157 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 158 CommandLine command_line_copy = *command_line; 164 command_line); variable
|
| /external/chromium_org/chrome/browser/ui/panels/ |
| panel_extension_browsertest.cc | 5 #include "base/command_line.h" 36 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 37 ExtensionBrowserTest::SetUpCommandLine(command_line); 38 command_line->AppendSwitch(switches::kEnablePanels);
|
| /external/chromium_org/chrome/browser/ui/views/frame/ |
| browser_frame.cc | 8 #include "base/command_line.h" 117 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 125 } else if (command_line.HasSwitch(switches::kUserDataDir)) { 131 command_line.GetSwitchValueNative(switches::kUserDataDir);
|
| /external/chromium_org/chrome/browser/ui/window_sizer/ |
| window_sizer_ash_uitest.cc | 9 #include "base/command_line.h" 30 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 31 InProcessBrowserTest::SetUpCommandLine(command_line); 33 command_line->AppendSwitchASCII("ash-host-window-bounds",
|
| /external/chromium_org/chrome/installer/util/ |
| auto_launch_util.cc | 7 #include "base/command_line.h" 187 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 188 if (command_line.HasSwitch(switches::kUserDataDir)) { 193 command_line.GetSwitchValuePath(switches::kUserDataDir).value();
|
| /external/chromium_org/chrome_elf/ |
| chrome_elf_util.cc | 205 wchar_t* command_line = GetCommandLine(); local 206 bool has_process_type_flag = command_line && wcsstr(command_line, L"--type");
|
| /external/chromium_org/chromeos/system/ |
| statistics_provider.cc | 8 #include "base/command_line.h" 263 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 264 if (command_line->HasSwitch(switches::kAppOemManifestFile)) { 266 command_line->GetSwitchValuePath(switches::kAppOemManifestFile));
|
| /external/chromium_org/cloud_print/common/win/ |
| install_utils.cc | 9 #include "base/command_line.h" 203 CommandLine command_line(temp_path); 204 command_line.AppendSwitchPath(delete_switch, installer_source.DirName()); 207 if (!base::LaunchProcess(command_line, options, &process_handle)) {
|
| /external/chromium_org/content/browser/gpu/ |
| gpu_data_manager_impl_private.h | 64 void AppendRendererCommandLine(base::CommandLine* command_line) const; 66 void AppendGpuCommandLine(base::CommandLine* command_line) const; 68 void AppendPluginCommandLine(base::CommandLine* command_line) const;
|
| /external/chromium_org/content/browser/media/ |
| webrtc_browsertest.cc | 5 #include "base/command_line.h" 43 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 44 WebRtcContentBrowserTest::SetUpCommandLine(command_line); 48 command_line->AppendSwitch(switches::kDisableAudioTrackProcessing);
|
| /external/chromium_org/content/browser/ |
| site_instance_impl.cc | 7 #include "base/command_line.h" 332 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 333 if (command_line.HasSwitch(switches::kEnableStrictSiteIsolation) || 334 command_line.HasSwitch(switches::kSitePerProcess)) {
|
| /external/lldb/utils/test/ |
| ras.py | 40 command_line = "./dotest.py -w -s %s" % sessDir 42 args = shlex.split(command_line) 51 cmd = "%s %s" % (' '.join(envs) if envs else "", command_line)
|
| /external/chromium_org/chrome/browser/chromeos/login/session/ |
| session_manager.cc | 11 #include "base/command_line.h" 487 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 492 if (command_line->HasSwitch(::switches::kAppModeOAuth2Token)) { 493 oauth2_refresh_token_ = command_line->GetSwitchValueASCII( 497 if (command_line->HasSwitch(::switches::kAppModeAuthCode)) { 498 user_context_.SetAuthCode(command_line->GetSwitchValueASCII(
|
| /external/chromium_org/chrome/browser/chromeos/policy/ |
| power_policy_browsertest.cc | 11 #include "base/command_line.h" 158 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE; 279 CommandLine* command_line) { 280 PowerPolicyBrowserTestBase::SetUpCommandLine(command_line); 281 command_line->AppendSwitch(chromeos::switches::kLoginManager); 282 command_line->AppendSwitch(chromeos::switches::kForceLoginManagerInTests);
|
| /external/chromium_org/chrome/browser/printing/cloud_print/ |
| cloud_print_proxy_service_unittest.cc | 7 #include "base/command_line.h" 209 bool LaunchBrowser(const CommandLine& command_line, Profile* profile) { 213 command_line, base::FilePath(), false, profile, 464 CommandLine command_line(CommandLine::NO_PROGRAM); 465 command_line.AppendSwitch(switches::kCheckCloudPrintConnectorPolicy); 467 EXPECT_FALSE(LaunchBrowser(command_line, &profile_));
|
| /external/chromium_org/chrome/browser/sync/test/integration/ |
| two_client_app_list_sync_test.cc | 6 #include "base/command_line.h" 60 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 61 SyncTest::SetUpCommandLine(command_line); 62 command_line->AppendSwitch(app_list::switches::kEnableSyncAppList); 485 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 486 TwoClientAppListSyncTest::SetUpCommandLine(command_line);
|
| /external/chromium_org/chrome/browser/ui/startup/ |
| startup_browser_creator_browsertest.cc | 8 #include "base/command_line.h" 93 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 94 ExtensionBrowserTest::SetUpCommandLine(command_line); 95 command_line->AppendSwitch(switches::kEnablePanels); 96 command_line->AppendSwitchASCII(switches::kHomePage, url::kAboutBlankURL); 99 command_line->AppendSwitch(switches::kCreateBrowserOnStartupForTests); 275 CommandLine command_line(CommandLine::NO_PROGRAM); 276 command_line.AppendSwitchASCII(switches::kAppId, extension_app->id()); 280 StartupBrowserCreatorImpl launch(base::FilePath(), command_line, first_run); local 305 CommandLine command_line(CommandLine::NO_PROGRAM) 309 StartupBrowserCreatorImpl launch(base::FilePath(), command_line, first_run); local 340 StartupBrowserCreatorImpl launch(base::FilePath(), command_line, first_run); local [all...] |