Searched refs:command_line (Results 226 - 250 of 915) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/test/nacl/
H A Dnacl_browsertest_util.cc8 #include "base/command_line.h"
197 void NaClBrowserTestBase::SetUpCommandLine(base::CommandLine* command_line) { argument
198 command_line->AppendSwitch(switches::kEnableNaCl);
292 base::CommandLine* command_line) {
293 NaClBrowserTestBase::SetUpCommandLine(command_line);
294 command_line->AppendSwitch(switches::kEnableNaClNonSfiMode);
311 base::CommandLine* command_line) {
312 NaClBrowserTestBase::SetUpCommandLine(command_line);
313 command_line->AppendSwitch(switches::kEnableNaClNonSfiMode);
317 CommandLine* command_line) {
291 SetUpCommandLine( base::CommandLine* command_line) argument
310 SetUpCommandLine( base::CommandLine* command_line) argument
316 SetUpCommandLine( CommandLine* command_line) argument
334 SetUpCommandLine( CommandLine* command_line) argument
[all...]
/external/chromium_org/content/shell/browser/
H A Dshell_content_browser_client.cc8 #include "base/command_line.h"
79 int GetCrashSignalFD(const CommandLine& command_line) { argument
84 command_line.GetSwitchValueASCII(switches::kProcessType);
236 CommandLine* command_line, int child_process_id) {
238 command_line->AppendSwitch(switches::kDumpRenderTree);
241 command_line->AppendSwitch(switches::kEnableFontAntialiasing);
244 command_line->AppendSwitch(switches::kExposeInternalsForTesting);
247 command_line->AppendSwitch(switches::kExposeIpcEcho);
249 command_line->AppendSwitch(switches::kStableReleaseMode);
252 command_line
235 AppendExtraCommandLineSwitches( CommandLine* command_line, int child_process_id) argument
357 GetAdditionalMappedFilesForChildProcess( const CommandLine& command_line, int child_process_id, std::vector<FileDescriptorInfo>* mappings) argument
[all...]
/external/chromium_org/remoting/host/setup/
H A Ddaemon_controller_delegate_linux.cc12 #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
[all...]
/external/chromium_org/ui/compositor/
H A Dcompositor.cc11 #include "base/command_line.h"
93 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
103 !command_line->HasSwitch(switches::kDisableGpuVsync);
106 !command_line->HasSwitch(cc::switches::kUIDisablePartialSwap);
114 command_line->HasSwitch(cc::switches::kUIShowCompositedLayerBorders);
116 command_line->HasSwitch(cc::switches::kUIShowFPSCounter);
118 command_line->HasSwitch(cc::switches::kUIShowLayerAnimationBounds);
120 command_line->HasSwitch(switches::kUIShowPaintRects);
122 command_line->HasSwitch(cc::switches::kUIShowPropertyChangedRects);
124 command_line
[all...]
/external/chromium_org/chrome/browser/media/
H A Dencrypted_media_browsertest.cc5 #include "base/command_line.h"
237 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
239 command_line->AppendSwitch(
245 CommandLine* command_line) {
250 command_line->AppendSwitch(switches::kDisableWebSecurity);
254 RegisterPepperCdm(command_line, kClearKeyCdmAdapterFileName, key_system);
258 RegisterPepperCdm(command_line, kWidevineCdmAdapterFileName, key_system);
266 void RegisterPepperCdm(CommandLine* command_line, argument
285 command_line->AppendSwitchNative(switches::kRegisterPepperPlugins,
329 virtual void SetUpCommandLine(CommandLine* command_line) OVERRID
244 SetUpCommandLineForKeySystem(const std::string& key_system, CommandLine* command_line) argument
423 SetUpCommandLineForKeySystem(CurrentKeySystem(), command_line); variable
[all...]
/external/chromium_org/content/app/
H A Dcontent_main_runner.cc11 #include "base/command_line.h"
196 static base::ProcessId GetBrowserPid(const base::CommandLine& command_line) { argument
198 if (command_line.HasSwitch(switches::kProcessChannelID)) {
200 command_line.GetSwitchValueASCII(switches::kProcessChannelID);
211 static void InitializeStatsTable(const base::CommandLine& command_line) { argument
217 if (command_line.HasSwitch(switches::kEnableStatsTable)) {
235 static_cast<unsigned int>(GetBrowserPid(command_line)));
328 const base::CommandLine& command_line = local
331 command_line.GetSwitchValueASCII(switches::kProcessType);
337 InitializeStatsTable(command_line);
615 const base::CommandLine& command_line = variable
684 SetupCRT(command_line); variable
724 InitializeStatsTable(command_line); variable
755 const base::CommandLine& command_line = variable
780 const base::CommandLine& command_line = variable
[all...]
/external/e2fsprogs/ext2ed/
H A Dgeneral_com.c24 void help (char *command_line) argument
32 ptr=parse_word (command_line,argument);
148 void set_device (char *command_line) argument
153 ptr=parse_word (command_line,new_device);
201 void set_offset (char *command_line) argument
213 ptr=parse_word (command_line,new_offset_buffer);
357 void set (char *command_line) argument
372 hex_set (command_line);
376 ptr=parse_word (command_line,buffer);
426 void hex_set (char *command_line) argument
491 set_type(char *command_line) argument
613 show(char *command_line) argument
692 next(char *command_line) argument
721 prev(char *command_line) argument
757 pgup(char *command_line) argument
764 redraw(char *command_line) argument
771 remember(char *command_line) argument
809 recall(char *command_line) argument
853 enable_write(char *command_line) argument
882 disable_write(char *command_line) argument
902 write_data(char *command_line) argument
[all...]
/external/chromium_org/chrome/browser/net/
H A Dproxy_browsertest.cc5 #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) OVERRID
[all...]
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service_unittest.cc5 #include "base/command_line.h"
25 TestingAppListServiceImpl(const CommandLine& command_line, argument
28 : AppListServiceImpl(command_line, local_state, profile_store.Pass()),
94 void SetupWithCommandLine(const CommandLine& command_line) { argument
111 command_line,
187 CommandLine command_line(CommandLine::NO_PROGRAM);
188 command_line.AppendSwitch(switches::kEnableAppList);
189 SetupWithCommandLine(command_line);
195 CommandLine command_line(CommandLine::NO_PROGRAM);
196 command_line
[all...]
/external/chromium_org/cloud_print/service/win/
H A Dcloud_print_service.cc17 #include "base/command_line.h"
157 CommandLine command_line(CommandLine::NO_PROGRAM);
158 command_line.ParseFromString(lpCmdLine);
160 LOG(INFO) << command_line.GetCommandLineString();
163 *pnRetCode = ParseCommandLine(command_line, &is_service);
201 HRESULT ParseCommandLine(const CommandLine& command_line, bool* is_service) { argument
207 command_line.GetSwitchValuePath(switches::kUserDataDir);
211 if (command_line.HasSwitch(kStopSwitch))
214 if (command_line.HasSwitch(kUninstallSwitch))
217 if (command_line
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dtest_extension_system.cc7 #include "base/command_line.h"
64 const CommandLine* command_line,
67 command_line && command_line->HasSwitch(switches::kDisableExtensions);
88 const CommandLine* command_line,
92 CreateExtensionPrefs(command_line, install_directory);
108 command_line,
63 CreateExtensionPrefs( const CommandLine* command_line, const base::FilePath& install_directory) argument
87 CreateExtensionService( const CommandLine* command_line, const base::FilePath& install_directory, bool autoupdate_enabled) argument
H A Dextension_icon_source_apitest.cc20 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
21 ExtensionApiTest::SetUpCommandLine(command_line);
22 command_line->AppendSwitch(
/external/chromium_org/chrome/browser/ui/location_bar/
H A Dlocation_bar_browsertest.cc49 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
61 void LocationBarBrowserTest::SetUpCommandLine(base::CommandLine* command_line) { argument
66 ExtensionBrowserTest::SetUpCommandLine(command_line);
173 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
181 base::CommandLine* command_line) {
182 LocationBarBrowserTest::SetUpCommandLine(command_line);
180 SetUpCommandLine( base::CommandLine* command_line) argument
/external/chromium_org/chrome/browser/extensions/api/cloud_print_private/
H A Dcloud_print_private_apitest.cc26 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
27 ExtensionApiTest::SetUpCommandLine(command_line);
28 command_line->AppendSwitchASCII(
/external/chromium_org/chrome/browser/extensions/api/dial/
H A Ddial_apitest.cc5 #include "base/command_line.h"
28 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
29 ExtensionApiTest::SetUpCommandLine(command_line);
30 command_line->AppendSwitchASCII(
/external/chromium_org/chrome/browser/extensions/signin/
H A Dgaia_auth_extension_loader.cc7 #include "base/command_line.h"
42 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
43 if (command_line->HasSwitch(switches::kAuthExtensionPath)) {
45 command_line->GetSwitchValuePath(switches::kAuthExtensionPath);
/external/chromium_org/chrome/browser/
H A Dprocess_singleton.h19 #include "base/command_line.h"
65 const base::CommandLine& command_line,
107 const base::CommandLine& command_line,
112 const base::CommandLine& command_line,
/external/chromium_org/chrome/browser/resources/pdf/
H A Dpdf_extension_test.cc24 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
25 ExtensionApiTest::SetUpCommandLine(command_line);
26 command_line->AppendSwitch(switches::kOutOfProcessPdf);
/external/chromium_org/chrome/browser/task_manager/
H A Dbrowser_process_resource_provider.cc7 #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/
H A Dtranslate_util.cc8 #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/tools/telemetry/telemetry/core/forwarders/
H A Dcros_forwarder.py34 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/base/test/
H A Dmultiprocess_test.h28 // CommandLine command_line(
30 // // Maybe add our own switches to |command_line|....
37 // base::SpawnMultiProcessTestChild("a_test_func", command_line,
58 // |command_line| should be as provided by
63 const CommandLine& command_line,
/external/chromium_org/chrome/browser/chromeos/login/
H A Dlogin_manager_test.cc39 void LoginManagerTest::SetUpCommandLine(CommandLine* command_line) { argument
40 command_line->AppendSwitch(chromeos::switches::kLoginManager);
41 command_line->AppendSwitch(chromeos::switches::kForceLoginManagerInTests);
42 MixinBasedBrowserTest::SetUpCommandLine(command_line);
/external/chromium_org/chrome/browser/chromeos/login/test/
H A Dwizard_in_process_browser_test.h39 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_log_browsertest.cc32 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
33 ExtensionBrowserTest::SetUpCommandLine(command_line);
34 command_line->AppendSwitch(switches::kEnableExtensionActivityLogging);
35 command_line->AppendSwitchASCII(switches::kPrerenderMode,

Completed in 1385 milliseconds

1234567891011>>