HomeSort by relevance Sort by last modified time
    Searched defs:ConfirmInfoBarDelegate (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/tab_contents/
confirm_infobar_delegate.h 16 class ConfirmInfoBarDelegate : public InfoBarDelegate {
58 explicit ConfirmInfoBarDelegate(TabContents* contents);
59 virtual ~ConfirmInfoBarDelegate();
65 virtual ConfirmInfoBarDelegate* AsConfirmInfoBarDelegate() OVERRIDE;
67 DISALLOW_COPY_AND_ASSIGN(ConfirmInfoBarDelegate);
confirm_infobar_delegate.cc 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()
    [all...]

Completed in 20 milliseconds