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

1234567891011>>

/external/chromium_org/chrome/browser/ui/cocoa/passwords/
H A Dmanage_passwords_controller_test.h22 virtual void SetUp() OVERRIDE;
/external/chromium_org/chromecast/metrics/
H A Dcast_metrics_service_client_unittest.cc22 virtual void SetUp() OVERRIDE {
/external/chromium_org/content/common/gpu/client/
H A Dgpu_in_process_context_tests.cc21 virtual void SetUp() { function in class:__anon7581::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(storage::FileSystemContext* file_system_context);
52 void SetUp(const base::FilePath& base_dir,
/external/chromium_org/gin/test/
H A Dv8_test.h25 virtual void SetUp() OVERRIDE;
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_extensions.cc22 virtual void SetUp() OVERRIDE {
/external/chromium_org/remoting/base/
H A Dresources_unittest.cc18 virtual void SetUp() OVERRIDE {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderingTestHelper.h16 virtual void SetUp() function in class:blink::RenderingTest
/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/supervised/
H A Dtray_supervised_user_unittest.cc48 virtual void SetUp() OVERRIDE;
55 void TraySupervisedUserInitialTest::SetUp() { function in class:ash::TraySupervisedUserInitialTest
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/athena/test/
H A Dathena_test_base.cc28 << "You have overridden SetUp but never called super class's SetUp";
33 void AthenaTestBase::SetUp() { function in class:athena::test::AthenaTestBase
35 testing::Test::SetUp();
47 helper_->SetUp(context_factory);
/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.cc39 virtual void SetUp() OVERRIDE;
53 void ProfileChooserViewBrowserTest::SetUp() { function in class:ProfileChooserViewBrowserTest
54 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/chromium_org/v8/src/
H A Dv8.cc79 Sampler::SetUp();
90 compiler::Pipeline::SetUp();
92 ExternalReference::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.cc112 ASSERT_TRUE(device1->SetUp("a.chrome.package", "", "", "", false, 0).IsOk());
113 ASSERT_FALSE(device1->SetUp("a.chrome.package", "", "", "", false, 0).IsOk());
115 ASSERT_FALSE(device1->SetUp(
117 ASSERT_FALSE(device1->SetUp("a.package", "", "", "", false, 0).IsOk());
118 ASSERT_TRUE(device1->SetUp(
122 ASSERT_TRUE(device1->SetUp(
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A Disac_speed_test.cc26 virtual void SetUp() OVERRIDE;
42 void IsacSpeedTest::SetUp() { function in class:webrtc::IsacSpeedTest
43 AudioCodecSpeedTest::SetUp();
/external/chromium_org/ui/aura/test/
H A Daura_test_base.cc27 << "You have overridden SetUp but never called super class's SetUp";
32 void AuraTestBase::SetUp() { function in class:aura::test::AuraTestBase
34 testing::Test::SetUp();
63 helper_->SetUp(context_factory);
/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;

Completed in 554 milliseconds

1234567891011>>