OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
13
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
::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
(host));
46
explicit
DownloadRequestInfoBarDelegate
(
59
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
36
DownloadRequestInfoBarDelegate
::SetCallbackForTesting(
67
DownloadRequestInfoBarDelegate
::SetCallbackForTesting(NULL);
148
DownloadRequestInfoBarDelegate
::FakeCreateCallback fake_create_callback_;
download_request_limiter.h
22
class
DownloadRequestInfoBarDelegate
;
download_request_limiter.cc
122
DownloadRequestInfoBarDelegate
::Create(
Completed in 905 milliseconds