Home | History | Annotate | Download | only in tab_contents

Lines Matching defs:ConfirmInfoBarDelegate

11 int ConfirmInfoBarDelegate::GetButtons() const {
15 string16 ConfirmInfoBarDelegate::GetButtonLabel(InfoBarButton button) const {
19 bool ConfirmInfoBarDelegate::NeedElevation(InfoBarButton button) const {
23 bool ConfirmInfoBarDelegate::Accept() {
27 bool ConfirmInfoBarDelegate::Cancel() {
31 string16 ConfirmInfoBarDelegate::GetLinkText() {
35 bool ConfirmInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition) {
39 ConfirmInfoBarDelegate::ConfirmInfoBarDelegate(TabContents* contents)
43 ConfirmInfoBarDelegate::~ConfirmInfoBarDelegate() {
46 bool ConfirmInfoBarDelegate::EqualsDelegate(InfoBarDelegate* delegate) const {
47 ConfirmInfoBarDelegate* confirm_delegate =
53 ConfirmInfoBarDelegate* ConfirmInfoBarDelegate::AsConfirmInfoBarDelegate() {