| /external/chromium_org/content/renderer/ |
| renderer_main_platform_delegate_android.cc | 7 #include "base/command_line.h" 32 const CommandLine& command_line = parameters_.command_line; local 33 if (command_line.HasSwitch(switches::kEnableVtune))
|
| /external/chromium_org/mojo/shell/ |
| shell_test_main.cc | 6 #include "base/command_line.h" 16 const base::CommandLine& command_line = local 19 if (command_line.HasSwitch(switches::kChildProcessType)) { 21 mojo::shell::ChildProcess::Create(command_line);
|
| /external/chromium_org/net/tools/testserver/ |
| run_testserver.cc | 8 #include "base/command_line.h" 29 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local 41 if (command_line->GetSwitches().empty() || 42 command_line->HasSwitch("help")) { 48 if (command_line->HasSwitch("http")) { 50 } else if (command_line->HasSwitch("https")) { 52 } else if (command_line->HasSwitch("ws")) { 54 } else if (command_line->HasSwitch("wss")) { 56 } else if (command_line->HasSwitch("ftp")) { 61 if (command_line->HasSwitch("ssl-cert") [all...] |
| /external/chromium_org/chrome/test/ppapi/ |
| ppapi_test.cc | 7 #include "base/command_line.h" 42 void AddPrivateSwitches(base::CommandLine* command_line) { 44 command_line->AppendSwitch(switches::kUnlimitedStorage); 45 command_line->AppendSwitchASCII(switches::kAllowNaClFileHandleAPI, 134 void PPAPITestBase::SetUpCommandLine(base::CommandLine* command_line) { 136 command_line->AppendSwitch(switches::kEnableFileCookies); 140 command_line->AppendSwitch(switches::kEnablePepperTesting); 143 command_line->AppendSwitch(switches::kDisableSmoothScrolling); 285 void PPAPITest::SetUpCommandLine(base::CommandLine* command_line) { 286 PPAPITestBase::SetUpCommandLine(command_line); [all...] |
| /external/chromium_org/base/mac/ |
| launch_services_util.h | 11 #include "base/command_line.h" 20 // |command_line| as command line arguments if the app isn't already running. 26 const CommandLine& command_line,
|
| /external/chromium_org/chrome/browser/apps/ |
| speech_recognition_browsertest.cc | 34 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 35 command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream); 36 command_line->AppendSwitch(switches::kUseFakeUIForMediaStream); 37 extensions::PlatformAppBrowserTest::SetUpCommandLine(command_line);
|
| /external/chromium_org/chrome/browser/ |
| chrome_browser_field_trials.h | 9 #include "base/command_line.h" 15 explicit ChromeBrowserFieldTrials(const base::CommandLine& command_line);
|
| /external/chromium_org/chrome/browser/media/ |
| test_license_server.cc | 7 #include "base/command_line.h" 33 CommandLine command_line(CommandLine::NO_PROGRAM); 34 if (!server_config_->GetServerCommandLine(&command_line)) { 40 command_line.GetCommandLineString(); 41 if (!base::LaunchProcess(command_line, base::LaunchOptions(),
|
| test_license_server_config.h | 30 virtual bool GetServerCommandLine(base::CommandLine* command_line) = 0;
|
| /external/chromium_org/chrome/browser/ui/webui/ |
| downloads_ui_browsertest.h | 27 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
|
| /external/chromium_org/chrome/installer/util/ |
| app_command.h | 28 // Constructs a new command that will execute the given |command_line|. 30 explicit AppCommand(const base::string16& command_line); 45 const base::string16& command_line() const { return command_line_; } function in class:installer::AppCommand 46 void set_command_line(const base::string16& command_line) { 47 command_line_ = command_line;
|
| /external/chromium_org/chrome/test/base/ |
| test_launcher_utils.h | 20 // Appends browser switches to provided |command_line| to be used 22 void PrepareBrowserCommandLineForTests(base::CommandLine* command_line);
|
| /external/chromium_org/content/public/app/ |
| startup_helper_win.h | 33 void SetupCRT(const base::CommandLine& command_line);
|
| /external/chromium_org/gpu/config/ |
| gpu_driver_bug_list.h | 11 #include "base/command_line.h" 25 // |command_line|. 27 std::set<int>* workarounds, const CommandLine& command_line);
|
| gpu_util.h | 11 #include "base/command_line.h" 28 // system, and append the |command_line|. 29 GPU_EXPORT void ApplyGpuDriverBugWorkarounds(base::CommandLine* command_line); 32 // system, and append the |command_line|. 34 const GPUInfo& gpu_inco, base::CommandLine* command_line);
|
| /external/chromium_org/win8/delegate_execute/ |
| delegate_execute_util.cc | 13 CommandLine command_line(CommandLine::NO_PROGRAM); 18 command_line.ParseFromString(command_string); 19 command_line.SetProgram(base::FilePath()); 22 return command_line;
|
| /external/chromium_org/ash/shell/content_client/ |
| shell_main_delegate.cc | 8 #include "base/command_line.h" 22 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 24 command_line.GetSwitchValueASCII(switches::kProcessType);
|
| /external/chromium_org/chrome/browser/diagnostics/ |
| diagnostics_controller.h | 26 int Run(const base::CommandLine& command_line, DiagnosticsWriter* writer); 30 int RunRecovery(const base::CommandLine& command_line,
|
| /external/chromium_org/ui/compositor/test/ |
| context_factories_for_test.cc | 7 #include "base/command_line.h" 27 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 28 if (command_line->HasSwitch(switches::kEnablePixelOutputInTests))
|
| /external/chromium_org/google_apis/ |
| google_api_keys.cc | 9 #include "base/command_line.h" 80 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 87 command_line); 95 command_line); 102 command_line); 116 command_line); 123 command_line); 131 command_line); 138 command_line); 146 command_line); [all...] |
| /external/chromium_org/content/shell/app/ |
| shell_main_delegate.cc | 8 #include "base/command_line.h" 125 CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 126 if (command_line.HasSwitch(switches::kCheckLayoutTestSysDeps)) { 134 if (command_line.HasSwitch(switches::kDumpRenderTree)) { 137 command_line.AppendSwitch(switches::kProcessPerTab); 138 command_line.AppendSwitch(switches::kEnableLogging); 139 command_line.AppendSwitch(switches::kAllowFileAccessFromFiles); 140 command_line.AppendSwitchASCII(switches::kUseGL, 142 command_line.AppendSwitch(switches::kSkipGpuDataLoading); 143 command_line.AppendSwitchASCII(switches::kTouchEvents [all...] |
| /external/chromium_org/remoting/host/ |
| host_main.cc | 13 #include "base/command_line.h" 96 base::CommandLine command_line(base::CommandLine::NO_PROGRAM); 100 command_line.AppendSwitchNative(i->first, i->second); 104 command_line.AppendArgNative(*i); 112 command_line.GetCommandLineString(); 190 const base::CommandLine* command_line = local 192 if (command_line->HasSwitch(kHelpSwitchName) || 193 command_line->HasSwitch(kQuestionSwitchName)) { 194 Usage(command_line->GetProgram()); 198 if (command_line->HasSwitch(kVersionSwitchName)) [all...] |
| /external/chromium_org/win8/test/ |
| test_registrar.cc | 22 #include "base/command_line.h" 36 CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 38 if (!command_line.HasSwitch(win8::test::kTestAppUserModelId)) 39 command_line.AppendSwitchNative(win8::test::kTestAppUserModelId, 42 if (!command_line.HasSwitch(win8::test::kTestExeName)) 43 command_line.AppendSwitchNative(win8::test::kTestExeName, 46 if (!command_line.HasSwitch(win8::test::kTestExePath)) { 51 command_line.AppendSwitchNative(win8::test::kTestExePath, 55 if (!command_line.HasSwitch(win8::test::kTestProgId)) 56 command_line.AppendSwitchNative(win8::test::kTestProgId 83 CommandLine& command_line = *CommandLine::ForCurrentProcess(); local [all...] |
| /external/e2fsprogs/ext2ed/ |
| group_com.c | 21 void type_ext2_group_desc___next (char *command_line) 27 ptr=parse_word (command_line,buffer); 37 void type_ext2_group_desc___prev (char *command_line) 43 ptr=parse_word (command_line,buffer); 53 void type_ext2_group_desc___entry (char *command_line) 59 ptr=parse_word (command_line,buffer); 79 void type_ext2_group_desc___gocopy (char *command_line) 85 ptr=parse_word (command_line,buffer); 107 void type_ext2_group_desc___show (char *command_line) 115 show (command_line); [all...] |
| /external/chromium_org/chrome/browser/ui/startup/ |
| startup_browser_creator.h | 54 // |command_line| holds the command line we need to process. 60 const base::CommandLine& command_line, 68 // Launches a browser window associated with |profile|. |command_line| should 73 bool LaunchBrowser(const base::CommandLine& command_line, 86 const base::CommandLine& command_line, 122 const base::CommandLine& command_line, 126 static bool ProcessCmdLineImpl(const base::CommandLine& command_line, 136 const base::CommandLine& command_line, 174 const base::CommandLine& command_line);
|