Searched refs:command_line (Results 426 - 450 of 915) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/chromeos/extensions/
H A Decho_private_apitest.cc8 #include "base/command_line.h"
37 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
38 ExtensionApiTest::SetUpCommandLine(command_line);
42 command_line->AppendSwitch(switches::kStubCrosSettings);
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dcaptive_portal_window_browsertest.cc5 #include "base/command_line.h"
77 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
78 command_line->AppendSwitch(chromeos::switches::kForceLoginManagerInTests);
79 command_line->AppendSwitch(chromeos::switches::kLoginManager);
/external/chromium_org/chrome/browser/chromeos/login/users/
H A Duser_manager_unittest.cc8 #include "base/command_line.h"
56 CommandLine& command_line = *CommandLine::ForCurrentProcess(); variable
57 command_line.AppendSwitch(::switches::kTestType);
58 command_line.AppendSwitch(
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_system_use_24hour_clock_browsertest.cc9 #include "base/command_line.h"
28 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
29 command_line->AppendSwitch(switches::kLoginManager);
30 command_line->AppendSwitch(chromeos::switches::kForceLoginManagerInTests);
H A Duser_cloud_policy_manager_chromeos_browsertest.cc7 #include "base/command_line.h"
71 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
72 command_line->AppendSwitchASCII(policy::switches::kDeviceManagementUrl,
74 OobeBaseTest::SetUpCommandLine(command_line);
/external/chromium_org/chrome/browser/extensions/
H A Dcontent_script_apitest.cc165 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE {
166 ExtensionApiTest::SetUpCommandLine(command_line);
173 command_line->AppendSwitchASCII(
/external/chromium_org/chrome/browser/media/
H A Dchrome_media_stream_infobar_browsertest.cc5 #include "base/command_line.h"
40 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
42 command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream);
43 EXPECT_FALSE(command_line->HasSwitch(switches::kUseFakeUIForMediaStream))
/external/chromium_org/chrome/browser/metrics/
H A Dchrome_browser_main_extra_parts_metrics.cc10 #include "base/command_line.h"
192 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
194 command_line.HasSwitch(switches::kTouchEvents) ?
195 command_line.GetSwitchValueASCII(switches::kTouchEvents) :
/external/chromium_org/chrome/browser/
H A Dshell_integration_win.cc13 #include "base/command_line.h"
92 // Gets expected app id for given Chrome (based on |command_line| and
94 base::string16 GetExpectedAppId(const CommandLine& command_line, argument
97 if (command_line.HasSwitch(switches::kUserDataDir))
98 user_data_dir = command_line.GetSwitchValuePath(switches::kUserDataDir);
106 if (command_line.HasSwitch(switches::kProfileDirectory)) {
108 command_line.GetSwitchValuePath(switches::kProfileDirectory);
117 if (command_line.HasSwitch(switches::kApp)) {
119 GURL(command_line.GetSwitchValueASCII(switches::kApp))));
120 } else if (command_line
[all...]
/external/chromium_org/chrome/browser/ssl/
H A Dchrome_ssl_host_state_delegate_test.cc9 #include "base/command_line.h"
301 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
302 ChromeSSLHostStateDelegateTest::SetUpCommandLine(command_line);
303 command_line->AppendSwitchASCII(switches::kRememberCertErrorDecisions,
382 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
383 ChromeSSLHostStateDelegateTest::SetUpCommandLine(command_line);
384 command_line->AppendSwitchASCII(switches::kRememberCertErrorDecisions,
428 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
429 ChromeSSLHostStateDelegateTest::SetUpCommandLine(command_line);
430 command_line
[all...]
/external/chromium_org/chrome/browser/ui/ash/
H A Dvolume_controller_browsertest_chromeos.cc9 #include "base/command_line.h"
242 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
243 VolumeControllerSoundsTest::SetUpCommandLine(command_line);
244 command_line->AppendSwitch(chromeos::switches::kDisableVolumeAdjustSound);
/external/chromium_org/chrome/browser/ui/pdf/
H A Dpdf_browsertest_base.cc26 #include "base/command_line.h"
186 void PDFBrowserTest::SetUpCommandLine(base::CommandLine* command_line) { argument
190 command_line->AppendSwitch(switches::kDisableGpu);
195 command_line->AppendSwitch(switches::kUIDisableThreadedCompositing);
/external/chromium_org/chrome_elf/
H A Dbreakpad.cc96 wchar_t* command_line = ::GetCommandLine(); local
103 return (command_line && wcsstr(command_line, kNoErrorDialogs));
H A Dchrome_elf_util.cc205 wchar_t* command_line = GetCommandLine(); local
206 bool has_process_type_flag = command_line && wcsstr(command_line, L"--type");
/external/chromium_org/chromecast/shell/browser/
H A Dcast_content_browser_client.cc7 #include "base/command_line.h"
85 base::CommandLine* command_line,
89 command_line->GetSwitchValueNative(switches::kProcessType);
162 const base::CommandLine& command_line,
84 AppendExtraCommandLineSwitches( base::CommandLine* command_line, int child_process_id) argument
161 GetAdditionalMappedFilesForChildProcess( const base::CommandLine& command_line, int child_process_id, std::vector<content::FileDescriptorInfo>* mappings) argument
/external/chromium_org/content/browser/
H A Dbrowser_main_runner.cc9 #include "base/command_line.h"
137 if (parameters.command_line.HasSwitch(switches::kWaitForDebugger))
236 const base::CommandLine& command_line = variable
239 if (command_line.HasSwitch(switches::kTraceShutdown)) {
/external/chromium_org/content/browser/gpu/
H A Dgpu_data_manager_impl.h103 void AppendRendererCommandLine(base::CommandLine* command_line) const;
106 void AppendGpuCommandLine(base::CommandLine* command_line) const;
110 void AppendPluginCommandLine(base::CommandLine* command_line) const;
H A Dgpu_data_manager_impl.cc152 base::CommandLine* command_line) const {
154 private_->AppendRendererCommandLine(command_line);
158 base::CommandLine* command_line) const {
160 private_->AppendGpuCommandLine(command_line);
164 base::CommandLine* command_line) const {
166 private_->AppendPluginCommandLine(command_line);
/external/chromium_org/content/common/sandbox_linux/
H A Dbpf_gpu_policy_linux.cc19 #include "base/command_line.h"
76 const base::CommandLine& command_line = local
81 !command_line.HasSwitch(switches::kDisableVaapiAcceleratedVideoEncode);
83 return !command_line.HasSwitch(switches::kDisableAcceleratedVideoDecode) ||
/external/chromium_org/google_apis/gaia/
H A Dgaia_urls.cc7 #include "base/command_line.h"
51 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
52 if (command_line->HasSwitch(switch_value)) {
53 *output_value = command_line->GetSwitchValueASCII(switch_value);
/external/lldb/utils/test/
H A Dras.py40 command_line = "./dotest.py -w -s %s" % sessDir
42 args = shlex.split(command_line)
51 cmd = "%s %s" % (' '.join(envs) if envs else "", command_line)
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_riscostask.c190 char *command_line = (char *)regs.r[0]; local
191 size_t len = SDL_strlen(command_line)+1;
196 SDL_strlcpy(buffer, command_line, len);
/external/chromium_org/chrome/browser/extensions/api/management/
H A Dmanagement_apitest.cc46 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
47 ExtensionApiTest::SetUpCommandLine(command_line);
48 command_line->AppendSwitch(switches::kEnablePanels);
338 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
339 ExtensionManagementApiTest::SetUpCommandLine(command_line);
340 command_line->AppendSwitch(switches::kEnableStreamlinedHostedApps);
/external/chromium_org/base/
H A Dcommand_line.h90 static CommandLine FromString(const std::wstring& command_line);
165 void ParseFromString(const std::wstring& command_line);
/external/chromium_org/build/android/pylib/
H A Dchrome_test_server_spawner.py132 self.command_line = []
180 if self.command_line:
188 self.command_line.append(type_cmd)
195 self.command_line.append('--startup-pipe=%d' % self.pipe_out)
203 self.command_line.append('--%s' % key)
205 self.command_line.append('--%s=%s' % (key, value))
225 'sync_testserver.py')] + self.command_line
228 'testserver.py')] + self.command_line

Completed in 902 milliseconds

<<11121314151617181920>>