| /external/chromium_org/content/test/ |
| content_browser_test_test.cc | 7 #include "base/command_line.h" 24 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 28 command_line->AppendSwitch(switches::kSingleProcess);
|
| /external/chromium_org/extensions/common/ |
| feature_switch.h | 56 FeatureSwitch(const base::CommandLine* command_line, 67 void Init(const base::CommandLine* command_line,
|
| /external/chromium_org/content/browser/gpu/ |
| gpu_data_manager_impl_private.cc | 9 #include "base/command_line.h" 116 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 154 command_line.HasSwitch(switches::kDisableAccelerated2dCanvas), 155 command_line.HasSwitch(switches::kDisableGpu), 156 command_line.HasSwitch(switches::kDisableExperimentalWebGL), }; 240 CommandLine* command_line, 301 !command_line->HasSwitch(switches::kDefaultTileWidth) && 302 !command_line->HasSwitch(switches::kDefaultTileHeight)) { 305 command_line->AppendSwitchASCII( 307 command_line->AppendSwitchASCII 401 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 555 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local 942 CommandLine* command_line = CommandLine::ForCurrentProcess(); local [all...] |
| /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/app/ |
| chrome_exe_main_win.cc | 11 #include "base/command_line.h" 53 bool ContainsNonFastStartFlag(const CommandLine& command_line) { 54 const CommandLine::SwitchMap& switches = command_line.GetSwitches(); 65 bool AttemptFastNotify(const CommandLine& command_line) { 66 if (ContainsNonFastStartFlag(command_line))
|
| /external/chromium_org/chrome/browser/chromeos/first_run/ |
| first_run.cc | 5 #include "base/command_line.h" 65 CommandLine* command_line = CommandLine::ForCurrentProcess(); variable 66 bool launched_in_test = command_line->HasSwitch(::switches::kTestType); 68 command_line->HasSwitch(switches::kOobeSkipPostLogin); 70 bool first_run_forced = command_line->HasSwitch(switches::kForceFirstRunUI);
|
| /external/chromium_org/chrome/browser/chromeos/login/ |
| chrome_restart_request.cc | 10 #include "base/command_line.h" 69 CommandLine* command_line) { 70 DCHECK_NE(&base_command_line, command_line); 217 command_line->CopySwitchesFrom(base_command_line, 222 command_line->AppendArg(start_url.spec()); 229 command_line->AppendSwitchASCII(it.key(), value); 232 std::string cmd_line_str = command_line->GetCommandLineString(); 249 void ReLaunch(const std::string& command_line) { 253 base::SplitString(command_line, ' ', &argv); 269 explicit ChromeRestartRequest(const std::string& command_line); [all...] |
| session_login_browsertest.cc | 32 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 33 LoginManagerTest::SetUpCommandLine(command_line); 34 command_line->AppendSwitch(::switches::kCreateBrowserOnStartupForTests);
|
| /external/chromium_org/chrome/browser/nacl_host/test/ |
| gdb_debug_stub_browsertest.cc | 5 #include "base/command_line.h" 21 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE; 29 void NaClGdbDebugStubTest::SetUpCommandLine(CommandLine* command_line) { 30 PPAPINaClNewlibTest::SetUpCommandLine(command_line); 31 command_line->AppendSwitch(switches::kEnableNaClDebug);
|
| /external/chromium_org/chrome/browser/prefs/ |
| command_line_pref_store.h | 9 #include "base/command_line.h" 17 explicit CommandLinePrefStore(const base::CommandLine* command_line);
|
| pref_service_syncable_factory.h | 39 void SetCommandLine(base::CommandLine* command_line);
|
| /external/chromium_org/chrome/common/ |
| auto_start_linux.h | 18 const std::string& command_line,
|
| chrome_content_client_unittest.cc | 7 #include "base/command_line.h" 71 CommandLine* command_line = CommandLine::ForCurrentProcess(); 74 ASSERT_FALSE(command_line->HasSwitch(switches::kUseMobileUserAgent)); 78 command_line->AppendSwitch(switches::kUseMobileUserAgent); 79 ASSERT_TRUE(command_line->HasSwitch(switches::kUseMobileUserAgent));
|
| logging_chrome.cc | 33 #include "base/command_line.h" 120 LoggingDestination DetermineLogMode(const CommandLine& command_line) { 132 if (command_line.HasSwitch(kInvertLoggingSwitch)) 139 if (command_line.GetSwitchValueASCII(switches::kEnableLogging) == "stderr") 190 base::FilePath GetSessionLogFile(const CommandLine& command_line) { 197 } else if (command_line.HasSwitch(chromeos::switches::kLoginProfile)) { 201 command_line.GetSwitchValueASCII(chromeos::switches::kLoginProfile); 216 void RedirectChromeLogging(const CommandLine& command_line) { 228 base::FilePath log_path = GetSessionLogFile(command_line); 239 settings.logging_dest = DetermineLogMode(command_line); [all...] |
| /external/chromium_org/chrome/installer/util/ |
| wmi.h | 64 // Creates a new process from 'command_line'. The advantage over CreateProcess 73 static bool Launch(const std::wstring& command_line, int* process_id);
|
| /external/chromium_org/sync/test/ |
| local_sync_test_server.h | 30 base::CommandLine* command_line) const OVERRIDE;
|
| /external/lldb/examples/customization/bin-utils/ |
| binutils.py | 63 def utob(debugger, command_line, result, dict): 68 args = command_line.split() 94 def itob(debugger, command_line, result, dict): 99 args = command_line.split()
|
| /external/chromium_org/chrome/browser/apps/ |
| window_controls_browsertest.cc | 14 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 15 extensions::PlatformAppBrowserTest::SetUpCommandLine(command_line); 16 command_line->AppendSwitch(switches::kEnableAppWindowControls);
|
| /external/chromium_org/chrome/browser/chromeos/extensions/ |
| input_method_apitest_chromeos.cc | 9 #include "base/command_line.h" 65 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 66 ExtensionApiTest::SetUpCommandLine(command_line); 67 command_line->AppendSwitchASCII(
|
| /external/chromium_org/chrome/browser/chromeos/settings/ |
| owner_flags_storage.cc | 7 #include "base/command_line.h" 55 CommandLine command_line(CommandLine::NO_PROGRAM); 56 ::about_flags::ConvertFlagsToSwitches(this, &command_line, 58 CommandLine::StringVector switches = command_line.argv();
|
| /external/chromium_org/chrome/browser/extensions/api/activity_log_private/ |
| activity_log_private_apitest.cc | 31 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 32 ExtensionApiTest::SetUpCommandLine(command_line); 34 command_line->AppendSwitch(switches::kEnableExtensionActivityLogging);
|
| /external/chromium_org/chrome/browser/extensions/api/feedback_private/ |
| feedback_browsertest.cc | 43 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 44 command_line->AppendSwitch(::switches::kEnableUserMediaScreenCapturing); 45 InProcessBrowserTest::SetUpCommandLine(command_line);
|
| /external/chromium_org/chrome/browser/extensions/api/screenlock_private/ |
| screenlock_private_apitest.cc | 31 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 32 ExtensionApiTest::SetUpCommandLine(command_line); 36 switches::EnableNewProfileManagementForTesting(command_line);
|
| /external/chromium_org/chrome/browser/extensions/ |
| pack_extension_unittest.cc | 5 #include "base/command_line.h" 35 CommandLine command_line(CommandLine::NO_PROGRAM); 36 command_line.AppendSwitchPath(switches::kPackExtension, 38 return startup_helper_.PackExtension(command_line);
|
| /external/chromium_org/chrome/browser/media/ |
| chrome_webrtc_disable_encryption_flag_browsertest.cc | 5 #include "base/command_line.h" 38 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 40 command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream); 43 command_line->AppendSwitch(switches::kDisableWebRtcEncryption);
|