OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DownloadTabHelper
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/download/
download_tab_helper.h
15
class
DownloadTabHelper
: public TabContentsObserver {
17
explicit
DownloadTabHelper
(TabContents* tab_contents);
18
virtual ~
DownloadTabHelper
();
43
DISALLOW_COPY_AND_ASSIGN(
DownloadTabHelper
);
download_tab_helper.cc
14
DownloadTabHelper
::
DownloadTabHelper
(TabContents* tab_contents)
19
DownloadTabHelper
::~
DownloadTabHelper
() {
22
void
DownloadTabHelper
::OnSavePage() {
44
void
DownloadTabHelper
::OnSaveURL(const GURL& url) {
52
bool
DownloadTabHelper
::SavePage(const FilePath& main_file,
63
bool
DownloadTabHelper
::OnMessageReceived(const IPC::Message& message) {
65
IPC_BEGIN_MESSAGE_MAP(
DownloadTabHelper
, message)
/external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.h
30
class
DownloadTabHelper
;
109
DownloadTabHelper
* download_tab_helper() {
185
scoped_ptr<
DownloadTabHelper
> download_tab_helper_;
tab_contents_wrapper.cc
62
download_tab_helper_.reset(new
DownloadTabHelper
(contents));
Completed in 1123 milliseconds