| /external/chromium_org/components/autofill/core/common/ | 
| password_generation_util.cc | 7 #include "base/command_line.h" 51   CommandLine* command_line = CommandLine::ForCurrentProcess();  local
 52   if (command_line->HasSwitch(switches::kDisablePasswordGeneration))
 55   if (command_line->HasSwitch(switches::kEnablePasswordGeneration))
 
 | 
| /external/chromium_org/content/browser/ | 
| plugin_data_remover_impl_browsertest.cc | 7 #include "base/command_line.h" 31   virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
 35     command_line->AppendSwitchPath(switches::kExtraPluginDir,
 43     command_line->AppendSwitch("always-authorize-plugins");
 
 | 
| /external/chromium_org/content/renderer/ | 
| renderer_main_platform_delegate_linux.cc | 10 #include "base/command_line.h" 33   const CommandLine& command_line = parameters_.command_line;  local
 34   if (command_line.HasSwitch(switches::kEnableVtune))
 
 | 
| /external/chromium_org/net/spdy/fuzzing/ | 
| hpack_fuzz_wrapper.cc | 6 #include "base/command_line.h" 27   const base::CommandLine& command_line =  local
 30   if (!command_line.HasSwitch(kFileToParse)) {
 35   string file_to_parse = command_line.GetSwitchValueASCII(kFileToParse);
 
 | 
| /external/chromium_org/content/ppapi_plugin/ | 
| ppapi_plugin_main.cc | 6 #include "base/command_line.h" 66   const CommandLine& command_line = parameters.command_line;  local
 75   if (command_line.HasSwitch(switches::kPpapiStartupDialog)) {
 85   if (command_line.HasSwitch(switches::kLang)) {
 86     std::string locale = command_line.GetSwitchValueASCII(switches::kLang);
 135       new PpapiThread(parameters.command_line, false));  // Not a broker.
 
 | 
| /external/chromium_org/content/shell/android/browsertests_apk/ | 
| content_browser_tests_android.cc | 18 #include "base/command_line.h" 76   CommandLine* command_line = CommandLine::ForCurrentProcess();  local
 77   command_line->AppendArguments(CommandLine(argc, &argv[0]), false);
 80   command_line->AppendSwitch(content::kSingleProcessTestsFlag);
 81   command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream);
 82   command_line->AppendSwitch(switches::kUseFakeUIForMediaStream);
 85   command_line->AppendSwitchASCII(switches::kRemoteDebuggingSocketName,
 
 | 
| /external/chromium_org/chrome/app/ | 
| chrome_main_delegate.cc | 8 #include "base/command_line.h" 139 bool HasDeprecatedArguments(const std::wstring& command_line) {
 141   std::wstring command_line_lower = command_line;
 248 bool HandleVersionSwitches(const CommandLine& command_line) {
 252   if (command_line.HasSwitch(switches::kProductVersion)) {
 258   if (command_line.HasSwitch(switches::kVersion)) {
 271 void HandleHelpSwitches(const CommandLine& command_line) {
 272   if (command_line.HasSwitch(switches::kHelp) ||
 273       command_line.HasSwitch(switches::kHelpShort)) {
 274     base::FilePath binary(command_line.argv()[0])
 309  CommandLine* command_line = CommandLine::ForCurrentProcess();  local
 387  const CommandLine& command_line = *CommandLine::ForCurrentProcess();  local
 620  const CommandLine& command_line = *CommandLine::ForCurrentProcess();  local
 862  const CommandLine* command_line = CommandLine::ForCurrentProcess();  local
 [all...]
 | 
| /external/chromium_org/chrome/browser/first_run/ | 
| upgrade_util.h | 24 bool RelaunchChromeBrowser(const base::CommandLine& command_line); 45 bool RelaunchChromeWithMode(const base::CommandLine& command_line,
 
 | 
| upgrade_util_linux.cc | 8 #include "base/command_line.h" 24 bool RelaunchChromeBrowser(const CommandLine& command_line) {
 28   return base::LaunchProcess(command_line, options, NULL);
 
 | 
| /external/chromium_org/chrome/test/perf/ | 
| browser_perf_test.cc | 7 #include "base/command_line.h" 18 void BrowserPerfTest::SetUpCommandLine(CommandLine* command_line) {
 20   command_line->AppendSwitch(switches::kDisableBackgroundNetworking);
 
 | 
| /external/chromium_org/components/autofill/content/browser/wallet/ | 
| wallet_service_url_unittest.cc | 5 #include "base/command_line.h" 91   CommandLine* command_line = CommandLine::ForCurrentProcess();  local
 92   command_line->AppendSwitch(::switches::kReduceSecurityForTesting);
 95   command_line->AppendSwitchASCII(switches::kWalletServiceUseSandbox, "0");
 100   CommandLine* command_line = CommandLine::ForCurrentProcess();  local
 101   command_line->AppendSwitchASCII(switches::kWalletServiceUseSandbox, "1");
 106   command_line->AppendSwitchASCII(switches::kWalletServiceUrl,
 117   CommandLine* command_line = CommandLine::ForCurrentProcess();  local
 118   command_line->AppendSwitchASCII(switches::kWalletServiceUseSandbox, "1");
 
 | 
| /external/chromium_org/content/public/common/ | 
| main_function_params.h | 13 #include "base/command_line.h" 31       : command_line(cl),
 40   const base::CommandLine& command_line;  member in struct:content::MainFunctionParams
 
 | 
| /external/chromium_org/content/test/ppapi/ | 
| ppapi_test.cc | 7 #include "base/command_line.h" 42 void PPAPITestBase::SetUpCommandLine(base::CommandLine* command_line) {
 44   command_line->AppendSwitch(switches::kEnableFileCookies);
 48   command_line->AppendSwitch(switches::kEnablePepperTesting);
 51   command_line->AppendSwitch(switches::kDisableSmoothScrolling);
 100 void PPAPITest::SetUpCommandLine(base::CommandLine* command_line) {
 101   PPAPITestBase::SetUpCommandLine(command_line);
 113   command_line->AppendSwitchNative(switches::kRegisterPepperPlugins,
 117     command_line->AppendSwitch(switches::kPpapiInProcess);
 
 | 
| /external/chromium_org/mojo/embedder/ | 
| platform_channel_pair.h | 68       const base::CommandLine& command_line); 71   // using |LaunchProcess()| (from base/launch.h). Modifies |*command_line| and
 75       base::CommandLine* command_line,
 
 | 
| /external/e2fsprogs/ext2ed/ | 
| blockbitmap_com.c | 32 void type_ext2_block_bitmap___entry (char *command_line) 47 	ptr=parse_word (command_line,buffer);					/* Get the requested entry */
 69 void type_ext2_block_bitmap___next (char *command_line)
 81 	ptr=parse_word (command_line,buffer);
 91 void type_ext2_block_bitmap___prev (char *command_line)
 97 	ptr=parse_word (command_line,buffer);
 107 void type_ext2_block_bitmap___allocate (char *command_line)
 121 	ptr=parse_word (command_line,buffer);					/* Get the number of blocks to allocate */
 142 void type_ext2_block_bitmap___deallocate (char *command_line)
 150 	ptr=parse_word (command_line,buffer)
 [all...]
 | 
| inodebitmap_com.c | 26 void type_ext2_inode_bitmap___entry (char *command_line) 32 	ptr=parse_word (command_line,buffer);
 48 void type_ext2_inode_bitmap___next (char *command_line)
 54 	ptr=parse_word (command_line,buffer);
 64 void type_ext2_inode_bitmap___prev (char *command_line)
 70 	ptr=parse_word (command_line,buffer);
 80 void type_ext2_inode_bitmap___allocate (char *command_line)
 86 	ptr=parse_word (command_line,buffer);
 106 void type_ext2_inode_bitmap___deallocate (char *command_line)
 112 	ptr=parse_word (command_line,buffer)
 [all...]
 | 
| /external/chromium_org/chrome/browser/media/ | 
| chrome_webrtc_apprtc_browsertest.cc | 5 #include "base/command_line.h" 51   virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
 52     EXPECT_FALSE(command_line->HasSwitch(switches::kUseFakeUIForMediaStream));
 55     command_line->AppendSwitch(switches::kUseGpuInTests);
 90     CommandLine command_line(CommandLine::NO_PROGRAM);
 91     EXPECT_TRUE(GetPythonCommand(&command_line));
 93     command_line.AppendArgPath(appengine_dev_appserver);
 94     command_line.AppendArgPath(apprtc_dir);
 95     command_line.AppendArg("--port=9999");
 96     command_line.AppendArg("--admin_port=9998")
 [all...]
 | 
| /external/chromium_org/apps/shell/test/ | 
| shell_test_launcher_delegate.cc | 17     base::CommandLine* command_line, 
 | 
| shell_test_launcher_delegate.h | 16       base::CommandLine* command_line, 
 | 
| /external/chromium_org/chrome/browser/ | 
| browser_process_platform_part_aurawin.cc | 7 #include "base/command_line.h" 40     const CommandLine& command_line) {
 45   bool launch = command_line.HasSwitch(switches::kViewerLaunchViaAppId);
 47                   (command_line.HasSwitch(switches::kViewerConnect) &&
 55         command_line.GetSwitchValueNative(
 
 | 
| browser_process_platform_part_aurawin.h | 27       const base::CommandLine& command_line) OVERRIDE; 
 | 
| browser_process_platform_part_base.h | 29       const base::CommandLine& command_line); 
 | 
| /external/chromium_org/chrome/browser/chromeos/login/test/ | 
| wizard_in_process_browser_test.h | 39   virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; 
 | 
| /external/chromium_org/chrome/browser/diagnostics/ | 
| diagnostics_controller.cc | 9 #include "base/command_line.h" 61 int DiagnosticsController::Run(const CommandLine& command_line,
 65   model_.reset(MakeDiagnosticsModel(command_line));
 73 int DiagnosticsController::RunRecovery(const CommandLine& command_line,
 78   if (command_line.HasSwitch(chromeos::switches::kLoginUser)) {
 
 | 
| /external/chromium_org/chrome/browser/extensions/api/system_indicator/ | 
| system_indicator_apitest.cc | 19   virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 20     ExtensionApiTest::SetUpCommandLine(command_line);
 23     command_line->AppendSwitchASCII(
 25     command_line->AppendSwitchASCII(
 
 |