Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/geolocation/
Dgeolocation_permission_context_unittest.cc30 class TestTabContentsWithPendingInfoBar : public TestTabContents { class
32 TestTabContentsWithPendingInfoBar(Profile* profile, SiteInstance* instance);
33 virtual ~TestTabContentsWithPendingInfoBar();
43 TestTabContentsWithPendingInfoBar::TestTabContentsWithPendingInfoBar( in TestTabContentsWithPendingInfoBar() function in __anon10be1c840111::TestTabContentsWithPendingInfoBar
50 TestTabContentsWithPendingInfoBar::~TestTabContentsWithPendingInfoBar() { in ~TestTabContentsWithPendingInfoBar()
53 void TestTabContentsWithPendingInfoBar::Observe( in Observe()
95 TestTabContentsWithPendingInfoBar* tab_contents_with_pending_infobar_;
97 ScopedVector<TestTabContentsWithPendingInfoBar> extra_tabs_;
151 TestTabContentsWithPendingInfoBar* new_tab = in AddNewTab()
152 new TestTabContentsWithPendingInfoBar(profile(), NULL); in AddNewTab()
[all …]