Searched defs:ConfirmInfoBarDelegate (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/tab_contents/
H A Dconfirm_infobar_delegate.h16 class ConfirmInfoBarDelegate : public InfoBarDelegate { class in inherits:InfoBarDelegate
58 explicit ConfirmInfoBarDelegate(TabContents* contents);
59 virtual ~ConfirmInfoBarDelegate();
65 virtual ConfirmInfoBarDelegate* AsConfirmInfoBarDelegate() OVERRIDE;
67 DISALLOW_COPY_AND_ASSIGN(ConfirmInfoBarDelegate);
H A Dconfirm_infobar_delegate.cc11 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) function in class:ConfirmInfoBarDelegate
43 ConfirmInfoBarDelegate
[all...]

Completed in 246 milliseconds