OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DownloadRequestInfoBarDelegate
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/download/
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.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() {
/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
);
Completed in 136 milliseconds