/external/chromium_org/chrome/browser/extensions/ |
webstore_installer_test.cc | 5 #include "base/command_line.h" 54 void WebstoreInstallerTest::SetUpCommandLine(CommandLine* command_line) { 55 ExtensionBrowserTest::SetUpCommandLine(command_line); 64 command_line->AppendSwitchASCII( 73 command_line->AppendSwitchASCII(switches::kJavaScriptFlags, "--expose-gc");
|
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/chrome/browser/net/ |
cookie_store_util.cc | 9 #include "base/command_line.h" 103 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 106 return command_line.HasSwitch(switches::kRecordMode) && 111 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 113 command_line.HasSwitch(switches::kPlaybackMode);
|
/external/chromium_org/chrome/browser/signin/ |
easy_unlock_service_browsertest_chromeos.cc | 5 #include "base/command_line.h" 174 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 175 command_line->AppendSwitchASCII(switches::kForceFieldTrials, 227 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 228 command_line->AppendSwitchASCII(switches::kForceFieldTrials,
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
gtk2_util.cc | 11 #include "base/command_line.h" 25 void CommonInitFromCommandLine(const CommandLine& command_line, 27 const std::vector<std::string>& args = command_line.argv(); 48 void GtkInitFromCommandLine(const CommandLine& command_line) { 49 CommonInitFromCommandLine(command_line, gtk_init);
|
/external/chromium_org/chrome/installer/mini_installer/ |
configuration_test.cc | 14 explicit TestConfiguration(const wchar_t* command_line) : Configuration() { 15 Initialize(command_line); 18 void Initialize(const wchar_t* command_line) { 19 ASSERT_TRUE(InitializeFromCommandLine(command_line)); 62 TestConfiguration(kCommandLines[i]).command_line());
|
/external/chromium_org/chrome/installer/util/ |
product.cc | 9 #include "base/command_line.h" 146 void Product::AppendProductFlags(CommandLine* command_line) const { 147 operations_->AppendProductFlags(options_, command_line); 150 void Product::AppendRenameFlags(CommandLine* command_line) const { 151 operations_->AppendRenameFlags(options_, command_line);
|
/external/chromium_org/chrome/test/nacl/ |
nacl_browsertest_util.h | 65 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; 129 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; 135 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; 151 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE; 156 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
|
/external/chromium_org/components/data_reduction_proxy/browser/ |
data_reduction_proxy_auth_request_handler.cc | 8 #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/ |
cloud_policy_constants.cc | 8 #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/apps/ |
load_and_launch_browsertest.cc | 112 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 113 PlatformAppBrowserTest::SetUpCommandLine(command_line); 117 command_line->AppendSwitchNative(apps::kLoadAndLaunchApp,
|
/external/chromium_org/chrome/browser/apps/ |
app_view_browsertest.cc | 134 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 135 command_line->AppendSwitch(extensions::switches::kEnableAppView); 136 extensions::PlatformAppBrowserTest::SetUpCommandLine(command_line);
|
/external/chromium_org/chrome/browser/ |
chrome_net_benchmarking_message_filter.cc | 9 #include "base/command_line.h" 144 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 145 result = command_line.HasSwitch(switches::kEnableNetBenchmarking);
|
chrome_process_singleton_win_unittest.cc | 8 #include "base/command_line.h" 17 const CommandLine& command_line, 23 bool ClientCallback(const CommandLine& command_line,
|
locale_tests_browsertest.cc | 5 #include "base/command_line.h" 72 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 73 command_line->AppendSwitchASCII(switches::kLang, locale_.locale());
|
/external/chromium_org/chrome/browser/chromeos/app_mode/ |
kiosk_mode_idle_app_name_notification.cc | 9 #include "base/command_line.h" 77 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 79 command_line->GetSwitchValueASCII(::switches::kAppId);
|
/external/chromium_org/chrome/browser/chromeos/background/ |
ash_user_wallpaper_delegate.cc | 10 #include "base/command_line.h" 71 const CommandLine* command_line = CommandLine::ForCurrentProcess(); variable 72 bool disable_boot_animation = command_line->
|
/external/chromium_org/chrome/browser/chromeos/login/enrollment/ |
enrollment_screen_browsertest.cc | 6 #include "base/command_line.h" 94 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 98 command_line->AppendSwitchPath(
|
/external/chromium_org/chrome/browser/chromeos/login/ |
resource_loader_browsertest.cc | 7 #include "base/command_line.h" 36 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 38 command_line->AppendSwitch(switches::kDisableWebSecurity);
|
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
error_screen.cc | 7 #include "base/command_line.h" 82 CommandLine command_line(browser_command_line.GetProgram()); 87 &command_line);
|
/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/first_run/ |
try_chrome_dialog_view_browsertest.cc | 5 #include "base/command_line.h" 32 virtual void SetUpCommandLine(CommandLine* command_line) { 33 command_line->AppendSwitchASCII(switches::kTryChromeAgain, "10001");
|
/external/chromium_org/chrome/browser/metrics/ |
metrics_service_browsertest.cc | 12 #include "base/command_line.h" 32 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 34 command_line->AppendSwitch(switches::kMetricsRecordingOnly);
|
/external/chromium_org/chrome/browser/ui/ash/ |
keyboard_controller_browsertest.cc | 5 #include "base/command_line.h" 32 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 33 command_line->AppendSwitch(
|
/external/chromium_org/chrome/common/ |
pepper_permission_util.cc | 9 #include "base/command_line.h" 79 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 81 command_line.GetSwitchValueASCII(command_line_switch);
|