Searched refs:DownloadRequestInfoBarDelegate (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/download/
H A Ddownload_request_infobar_delegate.cc13 DownloadRequestInfoBarDelegate::FakeCreateCallback*
14 DownloadRequestInfoBarDelegate::callback_ = NULL;
16 DownloadRequestInfoBarDelegate::~DownloadRequestInfoBarDelegate() {
22 void DownloadRequestInfoBarDelegate::Create(
25 if (DownloadRequestInfoBarDelegate::callback_ &&
26 !DownloadRequestInfoBarDelegate::callback_->is_null()) {
27 DownloadRequestInfoBarDelegate::callback_->Run(infobar_service, host);
41 new DownloadRequestInfoBarDelegate(host))));
46 void DownloadRequestInfoBarDelegate
51 DownloadRequestInfoBarDelegate::DownloadRequestInfoBarDelegate( function in class:DownloadRequestInfoBarDelegate
[all...]
H A Ddownload_request_infobar_delegate.h19 class DownloadRequestInfoBarDelegate : public ConfirmInfoBarDelegate { class in inherits:ConfirmInfoBarDelegate
26 virtual ~DownloadRequestInfoBarDelegate();
34 static scoped_ptr<DownloadRequestInfoBarDelegate> Create(
36 return scoped_ptr<DownloadRequestInfoBarDelegate>(
37 new DownloadRequestInfoBarDelegate(host));
46 explicit DownloadRequestInfoBarDelegate(
59 DISALLOW_COPY_AND_ASSIGN(DownloadRequestInfoBarDelegate);
H A Ddownload_request_infobar_delegate_unittest.cc30 scoped_ptr<DownloadRequestInfoBarDelegate> infobar_delegate_;
50 DownloadRequestInfoBarDelegate::Create(weak_ptr_factory_.GetWeakPtr());
77 TEST(DownloadRequestInfoBarDelegate, AcceptTest) {
84 TEST(DownloadRequestInfoBarDelegate, CancelTest) {
91 TEST(DownloadRequestInfoBarDelegate, CloseTest) {
H A Ddownload_request_limiter_unittest.cc81 DownloadRequestInfoBarDelegate::SetCallbackForTesting(
120 DownloadRequestInfoBarDelegate::SetCallbackForTesting(NULL);
201 DownloadRequestInfoBarDelegate::FakeCreateCallback fake_create_callback_;
H A Ddownload_request_limiter.h22 class DownloadRequestInfoBarDelegate;
H A Ddownload_request_limiter.cc141 DownloadRequestInfoBarDelegate::Create(

Completed in 192 milliseconds