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

  /external/chromium/chrome/browser/download/
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() {
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_unittest.cc 48 infobar_.reset(new DownloadRequestInfoBarDelegate(NULL, this));
66 static_cast<DownloadRequestInfoBarDelegate*>(infobar_.get())->set_host(NULL);
72 TEST(DownloadRequestInfobarDelegate, AcceptTest) {
78 TEST(DownloadRequestInfobarDelegate, CancelTest) {
84 TEST(DownloadRequestInfobarDelegate, CloseTest) {
download_request_limiter.h 17 class DownloadRequestInfoBarDelegate;
162 DownloadRequestInfoBarDelegate* infobar_;
download_request_limiter.cc 73 infobar_ = new DownloadRequestInfoBarDelegate(tab, this);
  /external/chromium_org/chrome/browser/download/
download_request_infobar_delegate.cc 12 DownloadRequestInfoBarDelegate::FakeCreateCallback*
13 DownloadRequestInfoBarDelegate::callback_ = NULL;
15 DownloadRequestInfoBarDelegate::~DownloadRequestInfoBarDelegate() {
21 void DownloadRequestInfoBarDelegate::Create(
24 if (DownloadRequestInfoBarDelegate::callback_ &&
25 !DownloadRequestInfoBarDelegate::callback_->is_null()) {
26 DownloadRequestInfoBarDelegate::callback_->Run(infobar_service, host);
39 new DownloadRequestInfoBarDelegate(infobar_service, host)));
44 void DownloadRequestInfoBarDelegate::SetCallbackForTesting
    [all...]
download_request_infobar_delegate.h 19 class DownloadRequestInfoBarDelegate : public ConfirmInfoBarDelegate {
26 virtual ~DownloadRequestInfoBarDelegate();
34 static scoped_ptr<DownloadRequestInfoBarDelegate> Create(
36 return scoped_ptr<DownloadRequestInfoBarDelegate>(
37 new DownloadRequestInfoBarDelegate(NULL, host));
46 DownloadRequestInfoBarDelegate(
60 DISALLOW_COPY_AND_ASSIGN(DownloadRequestInfoBarDelegate);
download_request_infobar_delegate_unittest.cc 33 scoped_ptr<DownloadRequestInfoBarDelegate> infobar_delegate_;
47 DownloadRequestInfoBarDelegate::Create(factory_.GetWeakPtr())),
72 TEST(DownloadRequestInfoBarDelegate, AcceptTest) {
79 TEST(DownloadRequestInfoBarDelegate, CancelTest) {
86 TEST(DownloadRequestInfoBarDelegate, CloseTest) {
download_request_limiter_unittest.cc 38 DownloadRequestInfoBarDelegate::SetCallbackForTesting(
69 DownloadRequestInfoBarDelegate::SetCallbackForTesting(NULL);
141 DownloadRequestInfoBarDelegate::FakeCreateCallback fake_create_callback_;
download_request_limiter.h 22 class DownloadRequestInfoBarDelegate;
download_request_limiter.cc 117 DownloadRequestInfoBarDelegate::Create(

Completed in 77 milliseconds