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

  /external/chromium/chrome/browser/download/
download_request_infobar_delegate.h 19 class DownloadRequestInfoBarDelegate : public ConfirmInfoBarDelegate {
21 DownloadRequestInfoBarDelegate(
30 virtual ~DownloadRequestInfoBarDelegate();
41 DISALLOW_COPY_AND_ASSIGN(DownloadRequestInfoBarDelegate);
download_request_infobar_delegate.cc 13 DownloadRequestInfoBarDelegate::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 25 milliseconds