Searched refs:DownloadRequestInfoBarDelegate (Results 1 – 5 of 5) sorted by relevance
13 DownloadRequestInfoBarDelegate::DownloadRequestInfoBarDelegate( in DownloadRequestInfoBarDelegate() function in DownloadRequestInfoBarDelegate20 DownloadRequestInfoBarDelegate::~DownloadRequestInfoBarDelegate() { in ~DownloadRequestInfoBarDelegate()23 void DownloadRequestInfoBarDelegate::InfoBarClosed() { in InfoBarClosed()29 SkBitmap* DownloadRequestInfoBarDelegate::GetIcon() const { in GetIcon()34 string16 DownloadRequestInfoBarDelegate::GetMessageText() const { in GetMessageText()38 string16 DownloadRequestInfoBarDelegate::GetButtonLabel( in GetButtonLabel()44 bool DownloadRequestInfoBarDelegate::Accept() { in Accept()
19 class DownloadRequestInfoBarDelegate : public ConfirmInfoBarDelegate {21 DownloadRequestInfoBarDelegate(30 virtual ~DownloadRequestInfoBarDelegate();41 DISALLOW_COPY_AND_ASSIGN(DownloadRequestInfoBarDelegate);
48 infobar_.reset(new DownloadRequestInfoBarDelegate(NULL, this)); in MockTabDownloadState()66 static_cast<DownloadRequestInfoBarDelegate*>(infobar_.get())->set_host(NULL); in Accept()
17 class DownloadRequestInfoBarDelegate; variable162 DownloadRequestInfoBarDelegate* infobar_;
73 infobar_ = new DownloadRequestInfoBarDelegate(tab, this); in PromptUserForDownload()