| /external/chromium_org/remoting/host/setup/ |
| daemon_controller_delegate_linux.cc | 12 #include "base/command_line.h" 92 base::CommandLine command_line(script_path); 94 command_line.AppendArg(args[i]); 110 if (!base::LaunchProcess(command_line, options, &process_handle)) { 112 << command_line.GetCommandLineString(); 119 << command_line.GetCommandLineString(); 144 base::CommandLine command_line(script_path); 145 command_line.AppendArg("--get-status"); 150 base::GetAppOutputWithExitCode(command_line, &status, &exit_code); 159 LOG(ERROR) << "Failed to run \"" << command_line.GetCommandLineString( [all...] |
| /external/chromium_org/ui/compositor/ |
| compositor.cc | 11 #include "base/command_line.h" 92 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 102 !command_line->HasSwitch(switches::kDisableGpuVsync); 105 !command_line->HasSwitch(cc::switches::kUIDisablePartialSwap); 113 command_line->HasSwitch(cc::switches::kUIShowCompositedLayerBorders); 115 command_line->HasSwitch(cc::switches::kUIShowFPSCounter); 117 command_line->HasSwitch(cc::switches::kUIShowLayerAnimationBounds); 119 command_line->HasSwitch(switches::kUIShowPaintRects); 121 command_line->HasSwitch(cc::switches::kUIShowPropertyChangedRects); 123 command_line->HasSwitch(cc::switches::kUIShowSurfaceDamageRects) [all...] |
| /external/chromium_org/chrome/browser/media/ |
| encrypted_media_browsertest.cc | 5 #include "base/command_line.h" 234 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 236 command_line->AppendSwitch( 242 CommandLine* command_line) { 247 command_line->AppendSwitch(switches::kDisableWebSecurity); 251 RegisterPepperCdm(command_line, kClearKeyCdmAdapterFileName, key_system); 255 RegisterPepperCdm(command_line, kWidevineCdmAdapterFileName, key_system); 263 void RegisterPepperCdm(CommandLine* command_line, 282 command_line->AppendSwitchNative(switches::kRegisterPepperPlugins, 326 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE 420 SetUpCommandLineForKeySystem(CurrentKeySystem(), command_line); variable [all...] |
| chrome_webrtc_perf_browsertest.cc | 5 #include "base/command_line.h" 40 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 42 EXPECT_FALSE(command_line->HasSwitch(switches::kUseFakeUIForMediaStream)); 48 command_line->AppendSwitchPath(switches::kUseFileForFakeVideoCapture, 50 command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream);
|
| /external/e2fsprogs/ext2ed/ |
| general_com.c | 24 void help (char *command_line) 32 ptr=parse_word (command_line,argument); 148 void set_device (char *command_line) 153 ptr=parse_word (command_line,new_device); 201 void set_offset (char *command_line) 213 ptr=parse_word (command_line,new_offset_buffer); 357 void set (char *command_line) 372 hex_set (command_line); 376 ptr=parse_word (command_line,buffer); 426 void hex_set (char *command_line) [all...] |
| /external/chromium_org/chrome/browser/net/ |
| proxy_browsertest.cc | 5 #include "base/command_line.h" 90 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 91 command_line->AppendSwitchASCII(switches::kProxyServer, 160 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 162 command_line->AppendSwitchASCII(switches::kProxyPacUrl, http_server_.GetURL( 182 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 183 command_line->AppendSwitchASCII(switches::kProxyPacUrl, 212 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 214 command_line->AppendSwitchASCII( 235 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE [all...] |
| /external/chromium_org/chrome/browser/ui/app_list/ |
| app_list_service_unittest.cc | 5 #include "base/command_line.h" 25 TestingAppListServiceImpl(const CommandLine& command_line, 28 : AppListServiceImpl(command_line, local_state, profile_store.Pass()), 82 void SetupWithCommandLine(const CommandLine& command_line) { 99 command_line, 170 CommandLine command_line(CommandLine::NO_PROGRAM); 171 command_line.AppendSwitch(switches::kEnableAppList); 172 SetupWithCommandLine(command_line); 178 CommandLine command_line(CommandLine::NO_PROGRAM); 179 command_line.AppendSwitch(switches::kResetAppListInstallState) [all...] |
| /external/chromium_org/content/shell/browser/ |
| shell_content_browser_client.cc | 8 #include "base/command_line.h" 78 int GetCrashSignalFD(const CommandLine& command_line) { 83 command_line.GetSwitchValueASCII(switches::kProcessType); 209 CommandLine* command_line, int child_process_id) { 211 command_line->AppendSwitch(switches::kDumpRenderTree); 214 command_line->AppendSwitch(switches::kEnableFontAntialiasing); 217 command_line->AppendSwitch(switches::kExposeInternalsForTesting); 219 command_line->AppendSwitch(switches::kStableReleaseMode); 222 command_line->AppendSwitch(switches::kEnableCrashReporter); 225 command_line->AppendSwitchPath [all...] |
| /external/chromium_org/cloud_print/service/win/ |
| cloud_print_service.cc | 17 #include "base/command_line.h" 156 CommandLine command_line(CommandLine::NO_PROGRAM); 157 command_line.ParseFromString(lpCmdLine); 159 LOG(INFO) << command_line.GetCommandLineString(); 162 *pnRetCode = ParseCommandLine(command_line, &is_service); 200 HRESULT ParseCommandLine(const CommandLine& command_line, bool* is_service) { 206 command_line.GetSwitchValuePath(switches::kUserDataDir); 210 if (command_line.HasSwitch(kStopSwitch)) 213 if (command_line.HasSwitch(kUninstallSwitch)) 216 if (command_line.HasSwitch(kInstallSwitch)) [all...] |
| /external/chromium_org/chrome/browser/extensions/ |
| test_extension_system.cc | 7 #include "base/command_line.h" 62 const CommandLine* command_line, 65 command_line && command_line->HasSwitch(switches::kDisableExtensions); 86 const CommandLine* command_line, 90 CreateExtensionPrefs(command_line, install_directory); 107 command_line,
|
| extension_icon_source_apitest.cc | 20 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 21 ExtensionApiTest::SetUpCommandLine(command_line); 22 command_line->AppendSwitch(
|
| /external/chromium_org/athena/main/ |
| athena_main.cc | 19 #include "base/command_line.h" 41 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); variable 43 command_line->HasSwitch(kAppSwitch) ? 44 command_line->GetSwitchValueNative(kAppSwitch) :
|
| /external/chromium_org/chrome/browser/devtools/device/ |
| port_forwarding_browsertest.cc | 5 #include "base/command_line.h" 31 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 32 InProcessBrowserTest::SetUpCommandLine(command_line); 33 command_line->AppendSwitchASCII(switches::kRemoteDebuggingPort,
|
| /external/chromium_org/chrome/browser/extensions/api/cloud_print_private/ |
| cloud_print_private_apitest.cc | 26 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 27 ExtensionApiTest::SetUpCommandLine(command_line); 28 command_line->AppendSwitchASCII(
|
| /external/chromium_org/chrome/browser/extensions/api/dial/ |
| dial_apitest.cc | 5 #include "base/command_line.h" 27 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 28 ExtensionApiTest::SetUpCommandLine(command_line); 29 command_line->AppendSwitchASCII(
|
| /external/chromium_org/chrome/browser/resources/pdf/ |
| pdf_extension_test.cc | 23 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 24 ExtensionApiTest::SetUpCommandLine(command_line); 25 command_line->AppendSwitch(switches::kOutOfProcessPdf);
|
| /external/chromium_org/chrome/browser/task_manager/ |
| browser_process_resource_provider.cc | 7 #include "base/command_line.h" 108 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local 109 bool using_v8 = !command_line->HasSwitch(switches::kWinHttpProxyResolver); 110 if (using_v8 && command_line->HasSwitch(switches::kSingleProcess)) {
|
| /external/chromium_org/components/translate/core/common/ |
| translate_util.cc | 8 #include "base/command_line.h" 117 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 118 if (command_line->HasSwitch(switches::kTranslateSecurityOrigin)) { 120 command_line->GetSwitchValueASCII(switches::kTranslateSecurityOrigin);
|
| /external/chromium_org/content/browser/ |
| browser_main_runner.cc | 9 #include "base/command_line.h" 51 if (parameters.command_line.HasSwitch(switches::kWaitForDebugger)) 136 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); variable 138 if (command_line.HasSwitch(switches::kTraceShutdown))
|
| /external/chromium_org/tools/telemetry/telemetry/core/forwarders/ |
| cros_forwarder.py | 34 command_line = ['-%s%i:%s:%i' % (self._forwarding_flag, 40 command_line = ['-%s%i:%s:%i' % (self._forwarding_flag, 47 self._cri.FormSSHCommandLine(['sleep', '999999999'], command_line),
|
| /external/chromium_org/chrome/browser/chromeos/extensions/ |
| virtual_keyboard_browsertest.h | 55 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
|
| /external/chromium_org/chrome/browser/chromeos/login/test/ |
| oobe_base_test.h | 11 #include "base/command_line.h" 42 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
|
| /external/chromium_org/chrome/browser/extensions/activity_log/ |
| activity_log_browsertest.cc | 32 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 33 ExtensionBrowserTest::SetUpCommandLine(command_line); 34 command_line->AppendSwitch(switches::kEnableExtensionActivityLogging); 35 command_line->AppendSwitchASCII(switches::kPrerenderMode,
|
| /external/chromium_org/chrome/browser/extensions/signin/ |
| gaia_auth_extension_loader.cc | 7 #include "base/command_line.h" 47 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local 48 if (command_line->HasSwitch(switches::kAuthExtensionPath)) { 50 command_line->GetSwitchValuePath(switches::kAuthExtensionPath); 60 } else if (!command_line->HasSwitch(chromeos::switches::kDisableSamlSignin) ||
|
| /external/chromium_org/chrome/browser/ |
| io_thread.h | 277 // Configures QUIC options based on the flags in |command_line| as 279 void ConfigureQuic(const base::CommandLine& command_line); 283 bool ShouldEnableQuic(const base::CommandLine& command_line, 288 bool ShouldEnableQuicHttps(const base::CommandLine& command_line, 295 bool ShouldEnableQuicPortSelection(const base::CommandLine& command_line); 299 bool ShouldEnableQuicPacing(const base::CommandLine& command_line, 305 const base::CommandLine& command_line, 310 bool ShouldEnableQuicPersistServerInfo(const base::CommandLine& command_line); 313 // |command_line| or the field trial. Returns 0 if there is an error 315 size_t GetQuicMaxPacketLength(const base::CommandLine& command_line, [all...] |