Home
last modified time | relevance | path

Searched refs:DownloadRequestInfoBarDelegate (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/download/
Ddownload_request_infobar_delegate.cc13 DownloadRequestInfoBarDelegate::DownloadRequestInfoBarDelegate( in DownloadRequestInfoBarDelegate() function in DownloadRequestInfoBarDelegate
20 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()
Ddownload_request_infobar_delegate.h19 class DownloadRequestInfoBarDelegate : public ConfirmInfoBarDelegate {
21 DownloadRequestInfoBarDelegate(
30 virtual ~DownloadRequestInfoBarDelegate();
41 DISALLOW_COPY_AND_ASSIGN(DownloadRequestInfoBarDelegate);
Ddownload_request_infobar_delegate_unittest.cc48 infobar_.reset(new DownloadRequestInfoBarDelegate(NULL, this)); in MockTabDownloadState()
66 static_cast<DownloadRequestInfoBarDelegate*>(infobar_.get())->set_host(NULL); in Accept()
Ddownload_request_limiter.h17 class DownloadRequestInfoBarDelegate; variable
162 DownloadRequestInfoBarDelegate* infobar_;
Ddownload_request_limiter.cc73 infobar_ = new DownloadRequestInfoBarDelegate(tab, this); in PromptUserForDownload()