Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/geolocation/
Dgeolocation_permission_context_unittest.cc224 contents()->GetInfoBarDelegateAt(0)->AsConfirmInfoBarDelegate(); in TEST_F()
241 contents()->GetInfoBarDelegateAt(0)->AsConfirmInfoBarDelegate(); in TEST_F()
284 contents()->GetInfoBarDelegateAt(0)->AsConfirmInfoBarDelegate(); in TEST_F()
298 contents()->GetInfoBarDelegateAt(0)->AsConfirmInfoBarDelegate(); in TEST_F()
353 extra_tabs_[1]->GetInfoBarDelegateAt(0)->AsConfirmInfoBarDelegate(); in TEST_F()
357 contents()->GetInfoBarDelegateAt(0)->AsConfirmInfoBarDelegate(); in TEST_F()
396 contents()->GetInfoBarDelegateAt(0)->AsConfirmInfoBarDelegate(); in TEST_F()
400 extra_tabs_[0]->GetInfoBarDelegateAt(0)->AsConfirmInfoBarDelegate(); in TEST_F()
419 extra_tabs_[0]->GetInfoBarDelegateAt(0)->AsConfirmInfoBarDelegate(); in TEST_F()
453 contents()->GetInfoBarDelegateAt(0)->AsConfirmInfoBarDelegate(); in TEST_F()
/external/chromium/chrome/browser/ui/gtk/infobars/
Dinfobar_container_gtk.cc143 InfoBarDelegate* delegate = tab_contents_->GetInfoBarDelegateAt(i); in UpdateInfoBars()
205 if (tab_contents_->GetInfoBarDelegateAt(i - 1) == delegate) { in RemoveInfoBar()
206 next_delegate = tab_contents_->GetInfoBarDelegateAt(i); in RemoveInfoBar()
/external/chromium/chrome/browser/extensions/
Dextension_install_ui_browsertest.cc28 tab_contents->GetInfoBarDelegateAt(0)->AsConfirmInfoBarDelegate(); in VerifyThemeInfoBarAndUndoInstall()
Dextension_install_ui.cc239 InfoBarDelegate* delegate = tab_contents->GetInfoBarDelegateAt(i); in ShowThemeInfoBar()
/external/chromium/chrome/browser/ui/views/infobars/
Dinfobar_container.cc55 AddInfoBar(tab_contents_->GetInfoBarDelegateAt(i)->CreateInfoBar(), false, in ChangeTabContents()
/external/chromium/chrome/browser/autofill/
Dautofill_browsertest.cc440 GetInfoBarDelegateAt(0)->AsTranslateInfoBarDelegate(); in IN_PROC_BROWSER_TEST_F()
/external/chromium/chrome/browser/
Dplugin_observer.cc328 InfoBarDelegate* delegate = tab_contents()->GetInfoBarDelegateAt(i); in OnMissingPluginStatus()
/external/chromium/chrome/browser/task_manager/
Dtask_manager_browsertest.cc390 current_tab->GetInfoBarDelegateAt(0)->AsConfirmInfoBarDelegate(); in IN_PROC_BROWSER_TEST_F()
/external/chromium/chrome/browser/ui/cocoa/infobars/
Dinfobar_container_controller.mm130 [self addInfoBar:currentTabContents_->GetInfoBarDelegateAt(i)
/external/chromium/chrome/browser/translate/
Dtranslate_manager.cc665 tab->GetInfoBarDelegateAt(i)->AsTranslateInfoBarDelegate(); in GetTranslateInfoBarDelegate()
Dtranslate_manager_browsertest.cc88 contents()->GetInfoBarDelegateAt(0)->AsTranslateInfoBarDelegate() : in GetTranslateInfoBar()
/external/chromium/chrome/browser/tab_contents/
Dtab_contents.h520 InfoBarDelegate* GetInfoBarDelegateAt(size_t index) { in GetInfoBarDelegateAt() function
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.cc1783 nav_controller->tab_contents()->GetInfoBarDelegateAt( in ClickInfoBarAccept()
2330 InfoBarDelegate* infobar = tc->GetInfoBarDelegateAt(i); in GetInfobarsInfo()
2402 !(infobar = tab_contents->GetInfoBarDelegateAt(infobar_index))) { in PerformActionOnInfobar()
3565 InfoBarDelegate* infobar = tab_contents->GetInfoBarDelegateAt(i); in GetTranslateInfoBarDelegate()