HomeSort by relevance Sort by last modified time
    Searched refs:kTestType (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector.cc 22 return CommandLine::ForCurrentProcess()->HasSwitch(::switches::kTestType);
  /external/chromium_org/chrome/browser/ui/ash/
caps_lock_delegate_chromeos.cc 23 CommandLine::ForCurrentProcess()->HasSwitch(switches::kTestType));
  /external/chromium/chrome/browser/profiles/
profile_manager.cc 151 if (!command_line.HasSwitch(switches::kTestType) ||
340 if (!command_line.HasSwitch(switches::kTestType)) {
360 (!command_line.HasSwitch(switches::kTestType) ||
387 (!command_line.HasSwitch(switches::kTestType) ||
profile_manager_unittest.cc 97 cl->AppendSwitch(switches::kTestType);
112 cl->AppendSwitch(switches::kTestType);
  /external/chromium_org/chrome/browser/chromeos/login/
hwid_checker.cc 116 if (cmd_line->HasSwitch(::switches::kTestType) ||
wallpaper_manager.cc 280 if (command_line->HasSwitch(::switches::kTestType))
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/test/
test_api.cc 44 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kTestType)) {
  /external/chromium/chrome/common/
chrome_switches.cc     [all...]
chrome_switches.h 255 extern const char kTestType[];
  /external/chromium_org/chrome/common/
chrome_switches.cc     [all...]
chrome_switches.h 375 extern const char kTestType[];
  /external/chromium_org/chrome/browser/extensions/
bundle_installer.cc 94 CHECK(CommandLine::ForCurrentProcess()->HasSwitch(switches::kTestType));
component_loader.cc 395 (command_line->HasSwitch(switches::kTestType) ||
event_router.cc 413 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kTestType))
    [all...]
  /external/chromium_org/chrome/test/base/
in_process_browser_test.cc 77 // Passed as value of kTestType.
232 command_line->AppendSwitchASCII(switches::kTestType, kBrowserTestType);
  /external/chromium/chrome/browser/chromeos/
boot_times_loader.cc 90 if (command_line.HasSwitch(switches::kTestType)) {
  /external/chromium_org/chrome/browser/chromeos/
chrome_browser_main_chromeos.cc 536 if (parsed_command_line().HasSwitch(::switches::kTestType) ||
    [all...]
  /external/chromium_org/chrome/browser/prefs/
pref_metrics_service.cc 319 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kTestType) &&
  /external/chromium_org/chrome/browser/rlz/
rlz.cc 271 if (CommandLine::ForCurrentProcess()->HasSwitch(::switches::kTestType))
  /external/chromium_org/chrome/browser/profiles/
profile_manager.cc 591 if (!command_line.HasSwitch(switches::kTestType)) {
    [all...]
profile_manager_unittest.cc 109 cl->AppendSwitch(switches::kTestType);
  /external/chromium_org/chrome/test/automation/
proxy_launcher.cc 42 // Passed as value of kTestType.
418 command_line->AppendSwitchASCII(switches::kTestType, kUITestType);
  /external/chromium_org/chrome/browser/
chrome_browser_main.cc     [all...]
  /external/chromium_org/chrome/browser/net/
chrome_network_delegate.cc     [all...]
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.cc     [all...]

Completed in 898 milliseconds

1 2