Searched refs:TestTabContents (Results 1 – 9 of 9) sorted by relevance
/external/chromium/chrome/browser/ui/tab_contents/ |
D | test_tab_contents_wrapper.cc | 18 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()
|
D | test_tab_contents_wrapper.h | 19 virtual TestTabContents* contents() OVERRIDE; 22 void SetContents(TestTabContents* contents);
|
/external/chromium/chrome/browser/ |
D | content_setting_image_model_unittest.cc | 29 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/ |
D | find_backend_unittest.cc | 35 TestTabContents* contents2 = new TestTabContents(profile_.get(), NULL); in TEST_F()
|
/external/chromium/chrome/browser/ui/cocoa/content_settings/ |
D | collected_cookies_mac_unittest.mm | 26 TestTabContents* tabContents = new TestTabContents(profile_.get(),
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | bug_report_window_controller_unittest.mm | 29 TestTabContents* tabContents = new TestTabContents(profile_.get(),
|
/external/chromium/chrome/browser/geolocation/ |
D | geolocation_permission_context_unittest.cc | 30 class TestTabContentsWithPendingInfoBar : public TestTabContents { 46 : TestTabContents(profile, instance), in TestTabContentsWithPendingInfoBar() 60 TestTabContents::Observe(type, source, details); in Observe()
|
/external/chromium/chrome/browser/tab_contents/ |
D | web_contents_unittest.cc | 404 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()
|
D | tab_contents.h | 778 friend class TestTabContents; variable
|