Searched defs:DownloadTabHelper (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/download/
H A Ddownload_tab_helper.h15 class DownloadTabHelper : public TabContentsObserver { class in inherits:TabContentsObserver
17 explicit DownloadTabHelper(TabContents* tab_contents);
18 virtual ~DownloadTabHelper();
43 DISALLOW_COPY_AND_ASSIGN(DownloadTabHelper);
H A Ddownload_tab_helper.cc14 DownloadTabHelper::DownloadTabHelper(TabContents* tab_contents) function in class:DownloadTabHelper
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)

Completed in 745 milliseconds