Searched defs:command_line (Results 251 - 275 of 474) sorted by relevance

<<111213141516171819

/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_browsertest_util.cc7 #include "base/command_line.h"
41 void PlatformAppBrowserTest::SetUpCommandLine(CommandLine* command_line) { argument
43 ExtensionBrowserTest::SetUpCommandLine(command_line);
181 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
182 CommandLine::StringVector args = command_line->GetArgs();
183 CommandLine::StringVector argv = command_line->argv();
186 command_line->InitFromArgv(argv);
191 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
194 command_line->AppendArgPath(test_doc);
256 CommandLine* command_line) {
255 SetUpCommandLine( CommandLine* command_line) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/
H A Dchrome_browser_main_chromeos.cc14 #include "base/command_line.h"
139 bool ShouldAutoLaunchKioskApp(const base::CommandLine& command_line) { argument
141 return command_line.HasSwitch(switches::kLoginManager) &&
142 !command_line.HasSwitch(switches::kForceLoginManagerInTests) &&
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_cloud_policy_manager_factory_chromeos.cc8 #include "base/command_line.h"
120 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
150 command_line->HasSwitch(chromeos::switches::kLoginUser);
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_test_helper.cc110 const std::string& command_line) {}
109 RestartJob(int pid, const std::string& command_line) argument
/external/chromium_org/chrome/browser/extensions/
H A Dactive_script_controller_browsertest.cc74 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
90 base::CommandLine* command_line) {
91 ExtensionBrowserTest::SetUpCommandLine(command_line);
95 command_line->AppendSwitch(switches::kEnableScriptsRequireAction);
411 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE {
412 ExtensionBrowserTest::SetUpCommandLine(command_line);
89 SetUpCommandLine( base::CommandLine* command_line) argument
H A Dchrome_extensions_browser_client.cc7 #include "base/command_line.h"
63 const CommandLine& command_line,
66 return command_line.HasSwitch(switches::kDisableExtensions) ||
62 AreExtensionsDisabled( const CommandLine& command_line, content::BrowserContext* context) argument
H A Dextension_apitest.cc314 params.command_line = *CommandLine::ForCurrentProcess();
415 void ExtensionApiTest::SetUpCommandLine(CommandLine* command_line) { argument
416 ExtensionBrowserTest::SetUpCommandLine(command_line);
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
/external/chromium_org/chrome/browser/extensions/api/sessions/
H A Dsessions_apitest.cc7 #include "base/command_line.h"
87 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
109 void ExtensionSessionsTest::SetUpCommandLine(CommandLine* command_line) { argument
111 command_line->AppendSwitch(
/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/policy/cloud/
H A Dcloud_policy_browsertest.cc6 #include "base/command_line.h"
212 CommandLine* command_line = CommandLine::ForCurrentProcess(); variable
213 command_line->AppendSwitchASCII(switches::kDeviceManagementUrl, url);
/external/chromium_org/chrome/browser/printing/cloud_print/
H A Dcloud_print_proxy_service_unittest.cc7 #include "base/command_line.h"
209 bool LaunchBrowser(const CommandLine& command_line, Profile* profile) { argument
213 command_line, base::FilePath(), false, profile,
464 CommandLine command_line(CommandLine::NO_PROGRAM);
465 command_line.AppendSwitch(switches::kCheckCloudPrintConnectorPolicy);
467 EXPECT_FALSE(LaunchBrowser(command_line, &profile_));
/external/chromium_org/chrome/browser/
H A Dprocess_singleton_posix_unittest.cc18 #include "base/command_line.h"
58 bool NotificationCallback(const CommandLine& command_line, argument
60 callback_command_lines_.push_back(command_line.argv());
166 CommandLine command_line(CommandLine::ForCurrentProcess()->GetProgram());
167 command_line.AppendArg("about:blank");
177 command_line, kRetryAttempts, timeout(), true);
185 CommandLine command_line(CommandLine::ForCurrentProcess()->GetProgram());
186 command_line.AppendArg(url);
188 command_line, kRetryAttempts, timeout());
/external/chromium_org/chrome/browser/speech/
H A Dtts_linux.cc9 #include "base/command_line.h"
98 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
99 if (!command_line.HasSwitch(switches::kEnableSpeechDispatcher))
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_components_factory_impl.cc5 #include "base/command_line.h"
134 const CommandLine& command_line) {
137 command_line.GetSwitchValueASCII(switches::kDisableSyncTypes);
143 const CommandLine& command_line) {
145 if (command_line.HasSwitch(switches::kEnableSyncSyncedNotifications)) {
155 CommandLine* command_line,
160 command_line_(command_line),
133 GetDisabledTypesFromCommandLine( const CommandLine& command_line) argument
142 GetEnabledTypesFromCommandLine( const CommandLine& command_line) argument
153 ProfileSyncComponentsFactoryImpl( Profile* profile, CommandLine* command_line, const GURL& sync_service_url, OAuth2TokenService* token_service, net::URLRequestContextGetter* url_request_context_getter) argument
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service_impl.cc10 #include "base/command_line.h"
240 AppListServiceImpl::AppListServiceImpl(const CommandLine& command_line, argument
244 command_line_(command_line),
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_navigator_browsertest.cc7 #include "base/command_line.h"
199 void BrowserNavigatorTest::SetUpCommandLine(base::CommandLine* command_line) { argument
202 command_line->AppendSwitch(::switches::kDisableSettingsWindow);
/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/browser/ui/views/app_list/win/
H A Dapp_list_service_win.cc10 #include "base/command_line.h"
109 CommandLine command_line(chrome_exe);
110 command_line.CopySwitchesFrom(*current, kSwitchesToCopy,
112 command_line.AppendSwitch(switches::kShowAppList);
113 return command_line;
121 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
122 if (command_line->HasSwitch(switches::kUserDataDir)) {
124 command_line->GetSwitchValuePath(switches::kUserDataDir).AppendASCII(
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_frame.cc8 #include "base/command_line.h"
117 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
125 } else if (command_line.HasSwitch(switches::kUserDataDir)) {
131 command_line.GetSwitchValueNative(switches::kUserDataDir);
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dbrowser_actions_container_browsertest.cc34 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE {
36 ExtensionBrowserTest::SetUpCommandLine(command_line);
465 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
486 base::CommandLine* command_line) {
487 BrowserActionsContainerTest::SetUpCommandLine(command_line);
485 SetUpCommandLine( base::CommandLine* command_line) argument
/external/chromium_org/chrome/browser/ui/webui/help/
H A Dhelp_handler.cc12 #include "base/command_line.h"
267 CommandLine::StringType command_line = local
269 localized_strings->SetString("commandLineInfo", command_line);
/external/chromium_org/chrome/browser/ui/webui/net_internals/
H A Dnet_internals_ui_browsertest.cc9 #include "base/command_line.h"
307 void NetInternalsTest::SetUpCommandLine(CommandLine* command_line) { argument
308 WebUIBrowserTest::SetUpCommandLine(command_line);
310 command_line->AppendSwitchASCII(switches::kPrerenderMode,
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dlanguage_options_handler_common.cc14 #include "base/command_line.h"
121 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
123 command_line.HasSwitch(switches::kEnableSpellingAutoCorrect);

Completed in 2321 milliseconds

<<111213141516171819