HomeSort by relevance Sort by last modified time
    Searched defs:DownloadTabHelper (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/download/
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)
download_tab_helper.h 15 class DownloadTabHelper : public TabContentsObserver {
17 explicit DownloadTabHelper(TabContents* tab_contents);
18 virtual ~DownloadTabHelper();
43 DISALLOW_COPY_AND_ASSIGN(DownloadTabHelper);

Completed in 233 milliseconds