Searched refs:SetUp (Results 51 - 75 of 2095) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/install_verification/win/
H A Dmodule_verification_test.cc15 void ModuleVerificationTest::SetUp() { function in class:ModuleVerificationTest
/external/chromium_org/content/common/gpu/client/
H A Dgpu_in_process_context_tests.cc21 virtual void SetUp() { function in class:__anon7227::ContextTestBase
/external/chromium_org/content/public/test/
H A Dcontent_browser_test.h23 virtual void SetUp() OVERRIDE;
H A Dsandbox_file_system_test_helper.h46 void SetUp(const base::FilePath& base_dir);
51 void SetUp(fileapi::FileSystemContext* file_system_context);
52 void SetUp(const base::FilePath& base_dir,
/external/chromium_org/content/test/
H A Dwebrtc_content_browsertest_base.h17 virtual void SetUp() OVERRIDE;
/external/chromium_org/gin/test/
H A Dv8_test.h25 virtual void SetUp() OVERRIDE;
/external/chromium_org/remoting/base/
H A Dresources_unittest.cc18 virtual void SetUp() OVERRIDE {
/external/chromium_org/third_party/webrtc/common_audio/vad/
H A Dvad_unittest.h41 virtual void SetUp();
/external/chromium_org/ui/views/test/
H A Dviews_test_helper.h32 virtual void SetUp();
H A Dviews_test_base.cc22 << "You have overridden SetUp but never called super class's SetUp";
27 void ViewsTestBase::SetUp() { function in class:views::ViewsTestBase
28 testing::Test::SetUp();
38 test_helper_->SetUp();
/external/chromium_org/ash/system/chromeos/managed/
H A Dtray_locally_managed_user_unittest.cc48 virtual void SetUp() OVERRIDE;
55 void TrayLocallyManagedUserInitialTest::SetUp() { function in class:ash::TrayLocallyManagedUserInitialTest
58 test::AshTestBase::SetUp();
/external/chromium_org/ash/test/
H A Dash_test_helper_unittest.cc22 virtual void SetUp() OVERRIDE {
23 testing::Test::SetUp();
25 ash_test_helper_->SetUp(true);
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_context_menu_chromeos_unittest.cc27 virtual void SetUp() OVERRIDE;
56 void MultiUserContextMenuChromeOSTest::SetUp() { function in class:ash::test::MultiUserContextMenuChromeOSTest
57 AshTestBase::SetUp();
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dprofile_chooser_view_browsertest.cc40 virtual void SetUp() OVERRIDE;
54 void ProfileChooserViewBrowserTest::SetUp() { function in class:ProfileChooserViewBrowserTest
55 InProcessBrowserTest::SetUp();
/external/chromium_org/testing/gtest/samples/
H A Dsample5_unittest.cc65 // Remember that SetUp() is run immediately before a test starts.
67 virtual void SetUp() { function in class:QuickTest
78 // know that you can use assertions in SetUp() and TearDown() as
146 virtual void SetUp() { function in class:QueueTest
148 QuickTest::SetUp();
/external/protobuf/gtest/samples/
H A Dsample5_unittest.cc65 // Remember that SetUp() is run immediately before a test starts.
67 virtual void SetUp() { function in class:QuickTest
78 // know that you can use assertions in SetUp() and TearDown() as
146 virtual void SetUp() { function in class:QueueTest
148 QuickTest::SetUp();
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Ddevice_manager_unittest.cc111 ASSERT_TRUE(device1->SetUp("a.chrome.package", "", "", "", false, 0).IsOk());
112 ASSERT_FALSE(device1->SetUp("a.chrome.package", "", "", "", false, 0).IsOk());
114 ASSERT_FALSE(device1->SetUp(
116 ASSERT_FALSE(device1->SetUp("a.package", "", "", "", false, 0).IsOk());
117 ASSERT_TRUE(device1->SetUp(
121 ASSERT_TRUE(device1->SetUp(
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A Disac_speed_test.cc28 virtual void SetUp() OVERRIDE;
44 void IsacSpeedTest::SetUp() { function in class:webrtc::IsacSpeedTest
45 AudioCodecSpeedTest::SetUp();
/external/chromium_org/apps/shell/test/
H A Dshell_test.h33 virtual void SetUp() OVERRIDE;
/external/chromium_org/athena/test/
H A Dathena_test_base.h27 virtual void SetUp() OVERRIDE;
/external/chromium_org/cc/base/
H A Dunique_notifier_unittest.cc20 virtual void SetUp() OVERRIDE { ResetNotificationCount(); }
/external/chromium_org/chrome/browser/chromeos/login/test/
H A Dwizard_in_process_browser_test.h30 virtual void SetUp() OVERRIDE;
/external/chromium_org/chrome/browser/search/
H A Dinstant_unittest_base.h25 virtual void SetUp() OVERRIDE;
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dcocoa_profile_test.h40 // do work in SetUp should ASSERT that either browser() or profile() are
42 virtual void SetUp() OVERRIDE;
/external/chromium_org/content/browser/
H A Dsystem_message_window_win_unittest.cc24 virtual void SetUp() OVERRIDE {

Completed in 702 milliseconds

1234567891011>>