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

/external/chromium/chrome/browser/download/
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() {
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_unittest.cc48 infobar_.reset(new DownloadRequestInfoBarDelegate(NULL, this));
66 static_cast<DownloadRequestInfoBarDelegate*>(infobar_.get())->set_host(NULL);
H A Ddownload_request_limiter.h17 class DownloadRequestInfoBarDelegate;
162 DownloadRequestInfoBarDelegate* infobar_;
H A Ddownload_request_limiter.cc73 infobar_ = new DownloadRequestInfoBarDelegate(tab, this);
/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.cc33 scoped_ptr<DownloadRequestInfoBarDelegate> infobar_delegate_;
47 DownloadRequestInfoBarDelegate::Create(factory_.GetWeakPtr())),
72 TEST(DownloadRequestInfoBarDelegate, AcceptTest) {
79 TEST(DownloadRequestInfoBarDelegate, CancelTest) {
86 TEST(DownloadRequestInfoBarDelegate, CloseTest) {
H A Ddownload_request_limiter_unittest.cc36 DownloadRequestInfoBarDelegate::SetCallbackForTesting(
67 DownloadRequestInfoBarDelegate::SetCallbackForTesting(NULL);
148 DownloadRequestInfoBarDelegate::FakeCreateCallback fake_create_callback_;
H A Ddownload_request_limiter.h22 class DownloadRequestInfoBarDelegate;
H A Ddownload_request_limiter.cc122 DownloadRequestInfoBarDelegate::Create(

Completed in 237 milliseconds