Home
last modified time | relevance | path

Searched refs:kTestType (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/profiles/
Dprofile_manager.cc151 if (!command_line.HasSwitch(switches::kTestType) || in GetDefaultProfile()
340 if (!command_line.HasSwitch(switches::kTestType)) { in Observe()
360 (!command_line.HasSwitch(switches::kTestType) || in DoFinalInit()
387 (!command_line.HasSwitch(switches::kTestType) || in OnProfileCreated()
Dprofile_manager_unittest.cc97 cl->AppendSwitch(switches::kTestType); in TEST_F()
112 cl->AppendSwitch(switches::kTestType); in TEST_F()
/external/chromium/chrome/common/
Dchrome_switches.cc911 const char kTestType[] = "test-type"; variable
Dchrome_switches.h255 extern const char kTestType[];
/external/chromium/chrome/browser/chromeos/
Dboot_times_loader.cc90 if (command_line.HasSwitch(switches::kTestType)) { in GetBootTimes()