Lines Matching refs:download
18 // DownloadShelf is an interface for platform-specific download shelf views.
23 // A new download has started, so add it to our shelf. This object will
33 // Returns whether the download shelf is showing the close animation.
45 // Logic for the download shelf context menu. Platform specific subclasses are
51 virtual DownloadItem* download() const;
55 OPEN_WHEN_COMPLETE, // Open the download when it's finished.
57 CANCEL, // Cancel the download.
58 TOGGLE_PAUSE, // Temporarily pause a download.
83 // We show slightly different menus if the download is in progress vs. if the
84 // download has finished.