Searched refs:AsConfirmInfoBarDelegate (Results 1 – 13 of 13) sorted by relevance
65 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()
224 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()
153 ASSERT_TRUE(infobar_->AsConfirmInfoBarDelegate()); in Observe()318 infobar_->AsConfirmInfoBarDelegate()->Accept(); in SetInfobarResponse()320 infobar_->AsConfirmInfoBarDelegate()->Cancel(); in SetInfobarResponse()
48 delegate->AsConfirmInfoBarDelegate(); in EqualsDelegate()53 ConfirmInfoBarDelegate* ConfirmInfoBarDelegate::AsConfirmInfoBarDelegate() { in AsConfirmInfoBarDelegate() function in ConfirmInfoBarDelegate
65 virtual ConfirmInfoBarDelegate* AsConfirmInfoBarDelegate() OVERRIDE;
90 virtual ConfirmInfoBarDelegate* AsConfirmInfoBarDelegate();
43 ConfirmInfoBarDelegate* InfoBarDelegate::AsConfirmInfoBarDelegate() { in AsConfirmInfoBarDelegate() function in InfoBarDelegate
21 return infobar_->AsConfirmInfoBarDelegate(); in infobar()
28 tab_contents->GetInfoBarDelegateAt(0)->AsConfirmInfoBarDelegate(); in VerifyThemeInfoBarAndUndoInstall()
130 return delegate()->AsConfirmInfoBarDelegate(); in GetDelegate()
391 if (delegate_ && delegate_->AsConfirmInfoBarDelegate()->Accept())397 if (delegate_ && delegate_->AsConfirmInfoBarDelegate()->Cancel())405 ConfirmInfoBarDelegate* delegate = delegate_->AsConfirmInfoBarDelegate();499 delegate_->AsConfirmInfoBarDelegate()->LinkClicked(disposition))
390 current_tab->GetInfoBarDelegateAt(0)->AsConfirmInfoBarDelegate(); in IN_PROC_BROWSER_TEST_F()
1785 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()