Home | History | Annotate | Download | only in google

Lines Matching refs:infobar

70   virtual InfoBar* CreateInfoBar();
86 InfoBar* TestInfoBarDelegate::CreateInfoBar() {
257 TestInfoBarDelegate* infobar = static_cast<TestInfoBarDelegate*>(
259 return infobar->new_google_url();
263 TestInfoBarDelegate* infobar = static_cast<TestInfoBarDelegate*>(
265 ASSERT_TRUE(infobar);
266 ASSERT_TRUE(infobar->google_url_tracker());
267 infobar->google_url_tracker()->AcceptGoogleURL(infobar->new_google_url());
271 TestInfoBarDelegate* infobar = static_cast<TestInfoBarDelegate*>(
273 ASSERT_TRUE(infobar);
274 ASSERT_TRUE(infobar->google_url_tracker());
275 infobar->google_url_tracker()->CancelGoogleURL(infobar->new_google_url());
279 InfoBarDelegate* infobar = g_browser_process->google_url_tracker()->infobar_;
280 ASSERT_TRUE(infobar);
282 static_cast<TestInfoBarDelegate*>(infobar)->google_url_tracker();
285 delete infobar;