HomeSort by relevance Sort by last modified time
    Searched full:command_line (Results 276 - 300 of 2119) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/apps/app_shim/
app_shim_quit_interactive_uitest_mac.mm 92 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
93 PlatformAppBrowserTest::SetUpCommandLine(command_line);
98 command_line->AppendSwitchNative(apps::kLoadAndLaunchApp,
100 command_line->AppendSwitch(switches::kSilentLaunch);
  /external/chromium_org/chrome/browser/
browser_process_platform_part_base.h 29 const base::CommandLine& command_line);
  /external/chromium_org/chrome/browser/chromeos/extensions/
echo_private_apitest.cc 8 #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/
crash_restore_browsertest.cc 8 #include "base/command_line.h"
40 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
41 command_line->AppendSwitchASCII(switches::kLoginUser, kUserId1);
42 command_line->AppendSwitchASCII(
login_manager_test.cc 39 void LoginManagerTest::SetUpCommandLine(CommandLine* command_line) {
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/session/
chrome_session_manager.cc 7 #include "base/command_line.h"
25 bool ShouldAutoLaunchKioskApp(const base::CommandLine& command_line) {
27 return command_line.HasSwitch(switches::kLoginManager) &&
28 !command_line.HasSwitch(switches::kForceLoginManagerInTests) &&
  /external/chromium_org/chrome/browser/chromeos/login/ui/
captive_portal_window_browsertest.cc 5 #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/policy/
device_system_use_24hour_clock_browsertest.cc 9 #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);
  /external/chromium_org/chrome/browser/devtools/device/
port_forwarding_browsertest.cc 5 #include "base/command_line.h"
31 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
32 InProcessBrowserTest::SetUpCommandLine(command_line);
33 command_line->AppendSwitchASCII(switches::kRemoteDebuggingPort,
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_log_browsertest.cc 32 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
33 ExtensionBrowserTest::SetUpCommandLine(command_line);
34 command_line->AppendSwitch(switches::kEnableExtensionActivityLogging);
35 command_line->AppendSwitchASCII(switches::kPrerenderMode,
  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_apitest.cc 5 #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/api/mdns/
mdns_apitest.cc 5 #include "base/command_line.h"
45 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
46 ExtensionApiTest::SetUpCommandLine(command_line);
47 command_line->AppendSwitchASCII(
  /external/chromium_org/chrome/browser/extensions/
chrome_ui_overrides_browsertest.cc 5 #include "base/command_line.h"
  /external/chromium_org/chrome/browser/media/
test_license_server_config.h 30 virtual bool GetServerCommandLine(base::CommandLine* command_line) = 0;
wv_test_license_server_config.h 18 virtual bool GetServerCommandLine(base::CommandLine* command_line) OVERRIDE;
  /external/chromium_org/chrome/browser/net/
predictor_tab_helper.cc 7 #include "base/command_line.h"
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service_factory.h 31 static bool UseSyncedNotifications(base::CommandLine* command_line);
  /external/chromium_org/chrome/browser/password_manager/
password_generation_interactive_uitest.cc 5 #include "base/command_line.h"
53 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
55 command_line->AppendSwitch(autofill::switches::kEnablePasswordGeneration);
58 command_line->AppendSwitch(
  /external/chromium_org/chrome/browser/prefs/
pref_service_syncable_factory.h 39 void SetCommandLine(base::CommandLine* command_line);
  /external/chromium_org/chrome/browser/safe_browsing/
local_two_phase_testserver.cc 7 #include "base/command_line.h"
  /external/chromium_org/chrome/browser/service_process/
service_process_control_mac.mm 8 #include "base/command_line.h"
  /external/chromium_org/chrome/browser/task_manager/
browser_process_resource_provider.cc 7 #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/chrome/browser/ui/bookmarks/
bookmark_bubble_sign_in_delegate_unittest.cc 8 #include "base/command_line.h"
57 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
61 command_line->AppendSwitch(switches::kEnableWebBasedSignin);
65 command_line, base::FilePath(), false);
  /external/chromium_org/chrome/browser/ui/cocoa/apps/
quit_with_apps_controller_mac_interactive_uitest.cc 7 #include "base/command_line.h"
36 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
37 PlatformAppBrowserTest::SetUpCommandLine(command_line);
38 command_line->AppendSwitch(switches::kAppsKeepChromeAliveInTests);
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view_factory_aura.cc 7 #include "base/command_line.h"

Completed in 583 milliseconds

<<11121314151617181920>>