Home
last modified time | relevance | path

Searched refs:TestTabContents (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/ui/tab_contents/
Dtest_tab_contents_wrapper.cc18 TestTabContents* TabContentsWrapperTestHarness::contents() { in contents()
19 return static_cast<TestTabContents*>(contents_wrapper_.get()->tab_contents()); in contents()
26 void TabContentsWrapperTestHarness::SetContents(TestTabContents* contents) { in SetContents()
Dtest_tab_contents_wrapper.h19 virtual TestTabContents* contents() OVERRIDE;
22 void SetContents(TestTabContents* contents);
/external/chromium/chrome/browser/
Dcontent_setting_image_model_unittest.cc29 TestTabContents tab_contents(profile_.get(), NULL); in TEST_F()
49 TestTabContents tab_contents(profile_.get(), NULL); in TEST_F()
73 TestTabContents tab_contents(profile_.get(), NULL); in TEST_F()
/external/chromium/chrome/browser/ui/find_bar/
Dfind_backend_unittest.cc35 TestTabContents* contents2 = new TestTabContents(profile_.get(), NULL); in TEST_F()
/external/chromium/chrome/browser/ui/cocoa/content_settings/
Dcollected_cookies_mac_unittest.mm26 TestTabContents* tabContents = new TestTabContents(profile_.get(),
/external/chromium/chrome/browser/ui/cocoa/
Dbug_report_window_controller_unittest.mm29 TestTabContents* tabContents = new TestTabContents(profile_.get(),
/external/chromium/chrome/browser/geolocation/
Dgeolocation_permission_context_unittest.cc30 class TestTabContentsWithPendingInfoBar : public TestTabContents {
46 : TestTabContents(profile, instance), in TestTabContentsWithPendingInfoBar()
60 TestTabContents::Observe(type, source, details); in Observe()
/external/chromium/chrome/browser/tab_contents/
Dweb_contents_unittest.cc404 TestTabContents contents2(profile(), instance1); in TEST_F()
458 TestTabContents contents2(profile(), instance1); in TEST_F()
1654 scoped_ptr<TestTabContents> other_contents(CreateTestTabContents()); in TEST_F()
1677 scoped_ptr<TestTabContents> other_contents(CreateTestTabContents()); in TEST_F()
Dtab_contents.h778 friend class TestTabContents; variable