Searched refs:command_line (Results 501 - 525 of 915) sorted by relevance

<<21222324252627282930>>

/external/chromium_org/chrome/tools/
H A Dwebforms_aggregator_unittests.py244 command_line = 'python -u -m SimpleHTTPServer %s' % self.PORT1
245 args = command_line.split()
250 command_line = 'python -u -m SimpleHTTPServer %s' % self.PORT2
251 args = command_line.split()
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_auth_request_handler.cc8 #include "base/command_line.h"
41 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
42 return command_line.HasSwitch(
207 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
209 command_line.GetSwitchValueASCII(switches::kDataReductionProxyKey);
/external/chromium_org/components/policy/core/common/cloud/
H A Dcloud_policy_constants.cc8 #include "base/command_line.h"
87 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
88 if (command_line->HasSwitch(switches::kDisablePolicyKeyVerification)) {
98 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
99 if (command_line->HasSwitch(switches::kFakeCloudPolicyType))
/external/chromium_org/content/browser/zygote_host/
H A Dzygote_host_impl_linux.h36 pid_t ForkRequest(const std::vector<std::string>& command_line,
/external/chromium_org/content/public/test/
H A Dbrowser_test_base.h55 virtual void SetUpCommandLine(base::CommandLine* command_line) {} argument
/external/chromium_org/content/test/
H A Dwebrtc_content_browsertest_base.cc7 #include "base/command_line.h"
22 void WebRtcContentBrowserTest::SetUpCommandLine(CommandLine* command_line) { argument
/external/chromium_org/net/test/spawned_test_server/
H A Dlocal_test_server.h78 // |command_line|. Returns true on success.
79 virtual bool AddCommandLineArguments(base::CommandLine* command_line) const
/external/chromium_org/remoting/host/win/
H A Dunprivileged_process_delegate.cc13 #include "base/command_line.h"
293 base::CommandLine command_line(target_command_->argv());
294 command_line.AppendSwitchASCII(kDaemonPipeSwitchName, pipe_handle);
307 if (!LaunchProcessWithToken(command_line.GetProgram(),
308 command_line.GetCommandLineString(),
H A Dwts_session_process_delegate.cc11 #include "base/command_line.h"
351 base::CommandLine command_line(target_command_->argv());
368 command_line.SetProgram(helper_binary);
369 command_line.AppendSwitchPath(kElevateSwitchName,
389 command_line.AppendSwitchNative(kDaemonPipeSwitchName,
395 if (!LaunchProcessWithToken(command_line.GetProgram(),
396 command_line.GetCommandLineString(),
/external/chromium_org/sandbox/win/src/
H A Dbroker_services.h51 const wchar_t* command_line,
/external/chromium_org/ui/gl/
H A Dgl_implementation_win.cc10 #include "base/command_line.h"
165 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
167 command_line->GetSwitchValueASCII(switches::kUseGL) == "swiftshader";
169 if (!command_line->HasSwitch(switches::kSwiftShaderPath))
172 command_line->GetSwitchValuePath(switches::kSwiftShaderPath);
/external/chromium_org/chrome/browser/extensions/api/cast_streaming/
H A Dcast_streaming_apitest.cc10 #include "base/command_line.h"
40 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
41 ExtensionApiTest::SetUpCommandLine(command_line);
42 command_line->AppendSwitchASCII(
45 command_line->AppendSwitchASCII(::switches::kWindowSize, "300,300");
324 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
325 command_line->AppendSwitchASCII(::switches::kWindowSize, "128,128");
326 CastStreamingApiTest::SetUpCommandLine(command_line);
/external/chromium_org/chrome/common/
H A Dchrome_content_client.cc7 #include "base/command_line.h"
388 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
392 if (command_line->HasSwitch(switches::kPpapiFlashPath))
396 command_line->HasSwitch(switches::kDisableBundledPpapiFlash);
421 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
422 if (command_line->HasSwitch(switches::kUserAgent)) {
423 std::string ua = command_line->GetSwitchValueASCII(switches::kUserAgent);
431 if (command_line->HasSwitch(switches::kUseMobileUserAgent))
/external/chromium_org/base/test/launcher/
H A Dtest_results_tracker.cc8 #include "base/command_line.h"
103 bool TestResultsTracker::Init(const CommandLine& command_line) { argument
112 if (!command_line.HasSwitch(kGTestOutputFlag))
115 std::string flag = command_line.GetSwitchValueASCII(kGTestOutputFlag);
120 command_line.GetSwitchValuePath(kGTestOutputFlag);
127 FilePath executable = command_line.GetProgram().BaseName();
/external/chromium_org/chrome/browser/apps/
H A Dapp_url_redirector_browsertest.cc23 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
117 CommandLine* command_line) {
118 PlatformAppBrowserTest::SetUpCommandLine(command_line);
119 command_line->AppendSwitch(::switches::kDisablePopupBlocking);
120 command_line->AppendSwitchASCII(::switches::kPrerenderMode,
116 SetUpCommandLine( CommandLine* command_line) argument
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dlogin_screen_default_policy_browsertest.cc11 #include "base/command_line.h"
106 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
169 CommandLine* command_line) {
170 LoginScreenDefaultPolicyBrowsertestBase::SetUpCommandLine(command_line);
171 command_line->AppendSwitch(chromeos::switches::kLoginManager);
172 command_line->AppendSwitch(chromeos::switches::kForceLoginManagerInTests);
168 SetUpCommandLine( CommandLine* command_line) argument
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_log_enabled_unittest.cc5 #include "base/command_line.h"
72 CommandLine command_line(CommandLine::NO_PROGRAM);
126 CommandLine command_line(CommandLine::NO_PROGRAM);
135 &command_line, base::FilePath(), false);
231 CommandLine command_line(CommandLine::NO_PROGRAM);
242 &command_line, base::FilePath(), false);
/external/chromium_org/media/tools/player_x11/
H A Dplayer_x11.cc11 #include "base/command_line.h"
241 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
242 std::string filename = command_line->GetSwitchValueASCII("file");
280 if (command_line->HasSwitch("use-gl")) {
289 CreateDataSource(filename), command_line->HasSwitch("streaming")));
297 paint_cb, command_line->HasSwitch("audio"));
/external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
H A Dport_monitor.cc16 #include "base/command_line.h"
213 CommandLine command_line(chrome_path);
217 command_line.AppendSwitchPath(switches::kUserDataDir, chrome_profile);
219 command_line.AppendSwitchPath(switches::kCloudPrintFile, xps_path);
220 command_line.AppendSwitchNative(switches::kCloudPrintFileType, kXpsMimeType);
221 command_line.AppendSwitchNative(switches::kCloudPrintJobTitle, job_title);
224 base::LaunchProcess(command_line, options, NULL);
245 CommandLine command_line(ie_path);
246 command_line.AppendArg(kChromeInstallUrl);
250 base::LaunchProcess(command_line, option
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_test.cc20 #include "base/command_line.h"
284 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
288 command_line->AppendSwitch(switches::kDisableIPv6);
292 command_line->AppendSwitch(switches::kSbDisableDownloadProtection);
296 command_line->AppendSwitch(
301 command_line->AppendSwitch(switches::kSbDisableExtensionBlacklist);
305 command_line->AppendSwitch(switches::kSbDisableSideEffectFreeWhitelist);
/external/chromium_org/chrome/installer/setup/
H A Dsetup_util.cc11 #include "base/command_line.h"
41 // Launches |setup_exe| with |command_line|, save --install-archive and its
47 const CommandLine& command_line,
53 CommandLine::SwitchMap switches(command_line.GetSwitches());
64 CommandLine::StringVector args(command_line.GetArgs());
287 const CommandLine& command_line,
292 base::FilePath prefs_source_path(command_line.GetSwitchValueNative(
304 if (!LaunchAndWaitForExistingInstall(setup_exe, command_line, &exit_code)) {
46 LaunchAndWaitForExistingInstall(const base::FilePath& setup_exe, const CommandLine& command_line, int* exit_code) argument
286 DeferToExistingInstall(const base::FilePath& setup_exe, const CommandLine& command_line, const InstallerState& installer_state, const base::FilePath& temp_path, InstallStatus* install_status) argument
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.cc12 #include "base/command_line.h"
452 int GetCrashSignalFD(const CommandLine& command_line) { argument
454 if (command_line.HasSwitch(extensions::switches::kExtensionProcess)) {
462 command_line.GetSwitchValueASCII(switches::kProcessType);
1196 CommandLine* command_line, int child_process_id) {
1201 command_line->AppendSwitchASCII(switches::kEnableCrashReporter,
1208 command_line->AppendSwitch(switches::kNoErrorDialogs);
1211 command_line->GetSwitchValueASCII(switches::kProcessType);
1218 command_line->CopySwitchesFrom(browser_command_line, kCommonSwitchNames,
1225 command_line
1195 AppendExtraCommandLineSwitches( CommandLine* command_line, int child_process_id) argument
2412 GetAdditionalMappedFilesForChildProcess( const CommandLine& command_line, int child_process_id, std::vector<FileDescriptorInfo>* mappings) argument
[all...]
H A Dcrash_recovery_browsertest.cc5 #include "base/command_line.h"
79 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE {
80 command_line->AppendSwitch(switches::kDisableBreakpad);
/external/chromium_org/ash/wm/
H A Dapp_list_controller_unittest.cc10 #include "base/command_line.h"
47 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
48 command_line->AppendSwitch(app_list::switches::kEnableCenteredAppList);
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Derror_screen.cc7 #include "base/command_line.h"
82 CommandLine command_line(browser_command_line.GetProgram());
87 &command_line);

Completed in 685 milliseconds

<<21222324252627282930>>