HomeSort by relevance Sort by last modified time
    Searched refs:UITest (Results 26 - 45 of 45) sorted by null

12

  /external/chromium/chrome/browser/prefs/
pref_service_uitest.cc 22 class PreferenceServiceTest : public UITest {
66 UITest::SetUp();
71 UITest::TearDown();
  /external/chromium_org/chrome/test/ui/
ui_test.h 12 // Tests should #include this file, subclass UITest, and use the TEST_F macro
44 // If using gtest, you probably want to inherit from UITest (declared below)
146 // UITest::SetUp().
333 class UITest : public UITestBase, public PlatformTest {
335 UITest() {}
336 explicit UITest(base::MessageLoop::Type msg_loop_type)
  /external/chromium/chrome/browser/printing/
printing_layout_uitest.cc 25 class PrintingLayoutTest : public PrintingTest<UITest> {
36 UITest::SetUp();
40 UITest::TearDown();
  /external/chromium/chrome/browser/
process_singleton_linux_uitest.cc 30 class ProcessSingletonLinuxTest : public UITest {
33 UITest::SetUp();
40 UITest::TearDown();
104 // initiated by UITest. So we just test against this existing object.
182 // TODO(mattm): This doesn't really need to be a uitest. (We don't use the
183 // uitest created browser process, but we do use some uitest provided stuff like
errorpage_uitest.cc 14 class ErrorPageTest : public UITest {
unload_uitest.cc 93 class UnloadTest : public UITest {
103 UITest::SetUp();
session_history_uitest.cc 16 class SessionHistoryTest : public UITest {
25 UITest::SetUp();
process_singleton_uitest.cc 61 // UITest::LaunchBrowserHelper somehow?
134 class ProcessSingletonTest : public UITest {
215 // We don't want to use the default profile, but can't use UITest's since we
216 // don't use UITest::LaunchBrowser.
tab_restore_uitest.cc 27 class TabRestoreUITest : public UITest {
29 TabRestoreUITest() : UITest() {
  /external/chromium/chrome/browser/sessions/
session_restore_uitest.cc 24 class SessionRestoreUITest : public UITest {
26 SessionRestoreUITest() : UITest() {
38 UITest::TearDown();
44 UITest::SetUp();
  /external/chromium/chrome/browser/ui/webui/options/
options_ui_uitest.cc 22 class OptionsUITest : public UITest {
  /external/chromium_org/chrome/test/perf/
startup_test.cc 212 UITest::SetUp();
242 UITest::TearDown();
345 UITest::SetUp();
352 UITest::TearDown();
362 // and each time, UITest::SetUp will wait for |tab_count| tabs to
dom_checker_uitest.cc 36 class DomCheckerTest : public UITest {
memory_test.cc 104 UITest::SetUp();
  /external/chromium/chrome/browser/ui/webui/
bookmarks_ui_uitest.cc 14 class BookmarksUITest : public UITest {
  /external/chromium_org/chrome/test/reliability/
automated_ui_test_base.cc 33 UITest::SetUp();
page_load_test.cc 233 class PageLoadTest : public UITest {
528 // Relaunch browser so UITest does not fire assertion during TearDown.
603 UITest::SetUp();
  /external/chromium/chrome/browser/history/
redirect_uitest.cc 29 class RedirectTest : public UITest {
258 // UITest will check for crashes. We make sure the title doesn't match the
  /external/chromium/chrome/browser/ui/login/
login_prompt_uitest.cc 22 class LoginPromptTest : public UITest {
  /external/chromium/chrome/browser/ui/views/tabs/
tab_dragging_test.cc 49 class TabDraggingTest : public UITest {

Completed in 401 milliseconds

12