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

/external/chromium/chrome/browser/download/
H A Ddownload_request_infobar_delegate.h19 class DownloadRequestInfoBarDelegate : public ConfirmInfoBarDelegate { class in inherits:ConfirmInfoBarDelegate
21 DownloadRequestInfoBarDelegate(
30 virtual ~DownloadRequestInfoBarDelegate();
41 DISALLOW_COPY_AND_ASSIGN(DownloadRequestInfoBarDelegate);
H A Ddownload_request_infobar_delegate.cc13 DownloadRequestInfoBarDelegate::DownloadRequestInfoBarDelegate( function in class:DownloadRequestInfoBarDelegate
20 DownloadRequestInfoBarDelegate::~DownloadRequestInfoBarDelegate() {
23 void DownloadRequestInfoBarDelegate::InfoBarClosed() {
29 SkBitmap* DownloadRequestInfoBarDelegate::GetIcon() const {
34 string16 DownloadRequestInfoBarDelegate::GetMessageText() const {
38 string16 DownloadRequestInfoBarDelegate::GetButtonLabel(
44 bool DownloadRequestInfoBarDelegate::Accept() {

Completed in 104 milliseconds