Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/gtk/infobars/
Dconfirm_infobar_gtk.cc65 if (delegate_->AsConfirmInfoBarDelegate()->GetButtons() & type) { in AddButton()
67 delegate_->AsConfirmInfoBarDelegate()->GetButtonLabel(type)).c_str()); in AddButton()
77 if (delegate_->AsConfirmInfoBarDelegate()->Accept()) in OnOkButton()
82 if (delegate_->AsConfirmInfoBarDelegate()->Cancel()) in OnCancelButton()
87 if (delegate_->AsConfirmInfoBarDelegate()->LinkClicked( in OnLinkClicked()
/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()
Dgeolocation_browsertest.cc153 ASSERT_TRUE(infobar_->AsConfirmInfoBarDelegate()); in Observe()
318 infobar_->AsConfirmInfoBarDelegate()->Accept(); in SetInfobarResponse()
320 infobar_->AsConfirmInfoBarDelegate()->Cancel(); in SetInfobarResponse()
/external/chromium/chrome/browser/tab_contents/
Dconfirm_infobar_delegate.cc48 delegate->AsConfirmInfoBarDelegate(); in EqualsDelegate()
53 ConfirmInfoBarDelegate* ConfirmInfoBarDelegate::AsConfirmInfoBarDelegate() { in AsConfirmInfoBarDelegate() function in ConfirmInfoBarDelegate
Dconfirm_infobar_delegate.h65 virtual ConfirmInfoBarDelegate* AsConfirmInfoBarDelegate() OVERRIDE;
Dinfobar_delegate.h90 virtual ConfirmInfoBarDelegate* AsConfirmInfoBarDelegate();
Dinfobar_delegate.cc43 ConfirmInfoBarDelegate* InfoBarDelegate::AsConfirmInfoBarDelegate() { in AsConfirmInfoBarDelegate() function in InfoBarDelegate
/external/chromium/chrome/browser/download/
Ddownload_request_infobar_delegate_unittest.cc21 return infobar_->AsConfirmInfoBarDelegate(); in infobar()
/external/chromium/chrome/browser/extensions/
Dextension_install_ui_browsertest.cc28 tab_contents->GetInfoBarDelegateAt(0)->AsConfirmInfoBarDelegate(); in VerifyThemeInfoBarAndUndoInstall()
/external/chromium/chrome/browser/ui/views/infobars/
Dconfirm_infobar.cc130 return delegate()->AsConfirmInfoBarDelegate(); in GetDelegate()
/external/chromium/chrome/browser/ui/cocoa/infobars/
Dinfobar_controller.mm391 if (delegate_ && delegate_->AsConfirmInfoBarDelegate()->Accept())
397 if (delegate_ && delegate_->AsConfirmInfoBarDelegate()->Cancel())
405 ConfirmInfoBarDelegate* delegate = delegate_->AsConfirmInfoBarDelegate();
499 delegate_->AsConfirmInfoBarDelegate()->LinkClicked(disposition))
/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/automation/
Dtesting_automation_provider.cc1785 if (delegate->AsConfirmInfoBarDelegate()) in ClickInfoBarAccept()
1786 delegate->AsConfirmInfoBarDelegate()->Accept(); in ClickInfoBarAccept()
2331 if (infobar->AsConfirmInfoBarDelegate()) { in GetInfobarsInfo()
2335 infobar->AsConfirmInfoBarDelegate(); in GetInfobarsInfo()
2415 if (!(confirm_infobar = infobar->AsConfirmInfoBarDelegate())) { in PerformActionOnInfobar()