DownloadRequestInfoBarDelegate 13 chrome/browser/download/download_request_infobar_delegate.cc DownloadRequestInfoBarDelegate::FakeCreateCallback* DownloadRequestInfoBarDelegate 14 chrome/browser/download/download_request_infobar_delegate.cc DownloadRequestInfoBarDelegate::callback_ = NULL; DownloadRequestInfoBarDelegate 16 chrome/browser/download/download_request_infobar_delegate.cc DownloadRequestInfoBarDelegate::~DownloadRequestInfoBarDelegate() { DownloadRequestInfoBarDelegate 22 chrome/browser/download/download_request_infobar_delegate.cc void DownloadRequestInfoBarDelegate::Create( DownloadRequestInfoBarDelegate 25 chrome/browser/download/download_request_infobar_delegate.cc if (DownloadRequestInfoBarDelegate::callback_ && DownloadRequestInfoBarDelegate 26 chrome/browser/download/download_request_infobar_delegate.cc !DownloadRequestInfoBarDelegate::callback_->is_null()) { DownloadRequestInfoBarDelegate 27 chrome/browser/download/download_request_infobar_delegate.cc DownloadRequestInfoBarDelegate::callback_->Run(infobar_service, host); DownloadRequestInfoBarDelegate 41 chrome/browser/download/download_request_infobar_delegate.cc new DownloadRequestInfoBarDelegate(host)))); DownloadRequestInfoBarDelegate 46 chrome/browser/download/download_request_infobar_delegate.cc void DownloadRequestInfoBarDelegate::SetCallbackForTesting( DownloadRequestInfoBarDelegate 48 chrome/browser/download/download_request_infobar_delegate.cc DownloadRequestInfoBarDelegate::callback_ = callback; DownloadRequestInfoBarDelegate 51 chrome/browser/download/download_request_infobar_delegate.cc DownloadRequestInfoBarDelegate::DownloadRequestInfoBarDelegate( DownloadRequestInfoBarDelegate 58 chrome/browser/download/download_request_infobar_delegate.cc int DownloadRequestInfoBarDelegate::GetIconID() const { DownloadRequestInfoBarDelegate 62 chrome/browser/download/download_request_infobar_delegate.cc base::string16 DownloadRequestInfoBarDelegate::GetMessageText() const { DownloadRequestInfoBarDelegate 66 chrome/browser/download/download_request_infobar_delegate.cc base::string16 DownloadRequestInfoBarDelegate::GetButtonLabel( DownloadRequestInfoBarDelegate 72 chrome/browser/download/download_request_infobar_delegate.cc bool DownloadRequestInfoBarDelegate::Accept() { DownloadRequestInfoBarDelegate 82 chrome/browser/download/download_request_infobar_delegate.cc bool DownloadRequestInfoBarDelegate::Cancel() { DownloadRequestInfoBarDelegate 19 chrome/browser/download/download_request_infobar_delegate.h class DownloadRequestInfoBarDelegate : public ConfirmInfoBarDelegate { DownloadRequestInfoBarDelegate 26 chrome/browser/download/download_request_infobar_delegate.h virtual ~DownloadRequestInfoBarDelegate(); DownloadRequestInfoBarDelegate 34 chrome/browser/download/download_request_infobar_delegate.h static scoped_ptr<DownloadRequestInfoBarDelegate> Create( DownloadRequestInfoBarDelegate 36 chrome/browser/download/download_request_infobar_delegate.h return scoped_ptr<DownloadRequestInfoBarDelegate>( DownloadRequestInfoBarDelegate 37 chrome/browser/download/download_request_infobar_delegate.h new DownloadRequestInfoBarDelegate(host)); DownloadRequestInfoBarDelegate 46 chrome/browser/download/download_request_infobar_delegate.h explicit DownloadRequestInfoBarDelegate( DownloadRequestInfoBarDelegate 59 chrome/browser/download/download_request_infobar_delegate.h DISALLOW_COPY_AND_ASSIGN(DownloadRequestInfoBarDelegate); DownloadRequestInfoBarDelegate 30 chrome/browser/download/download_request_infobar_delegate_unittest.cc scoped_ptr<DownloadRequestInfoBarDelegate> infobar_delegate_; DownloadRequestInfoBarDelegate 50 chrome/browser/download/download_request_infobar_delegate_unittest.cc DownloadRequestInfoBarDelegate::Create(weak_ptr_factory_.GetWeakPtr()); DownloadRequestInfoBarDelegate 77 chrome/browser/download/download_request_infobar_delegate_unittest.cc TEST(DownloadRequestInfoBarDelegate, AcceptTest) { DownloadRequestInfoBarDelegate 84 chrome/browser/download/download_request_infobar_delegate_unittest.cc TEST(DownloadRequestInfoBarDelegate, CancelTest) { DownloadRequestInfoBarDelegate 91 chrome/browser/download/download_request_infobar_delegate_unittest.cc TEST(DownloadRequestInfoBarDelegate, CloseTest) { DownloadRequestInfoBarDelegate 143 chrome/browser/download/download_request_limiter.cc DownloadRequestInfoBarDelegate::Create( DownloadRequestInfoBarDelegate 22 chrome/browser/download/download_request_limiter.h class DownloadRequestInfoBarDelegate; DownloadRequestInfoBarDelegate 81 chrome/browser/download/download_request_limiter_unittest.cc DownloadRequestInfoBarDelegate::SetCallbackForTesting( DownloadRequestInfoBarDelegate 120 chrome/browser/download/download_request_limiter_unittest.cc DownloadRequestInfoBarDelegate::SetCallbackForTesting(NULL); DownloadRequestInfoBarDelegate 202 chrome/browser/download/download_request_limiter_unittest.cc DownloadRequestInfoBarDelegate::FakeCreateCallback fake_create_callback_;