Searched defs:DownloadShelf (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/download/
H A Ddownload_shelf.h18 // DownloadShelf is an interface for platform-specific download shelf views.
19 class DownloadShelf { class
21 virtual ~DownloadShelf() {}
/external/chromium_org/chrome/browser/download/
H A Ddownload_shelf.h33 class DownloadShelf { class
81 DownloadShelf();
82 virtual ~DownloadShelf();
183 // Returns the DownloadManager associated with this DownloadShelf. All
200 base::WeakPtrFactory<DownloadShelf> weak_ptr_factory_;
H A Ddownload_shelf.cc62 DownloadShelf::DownloadShelf() function in class:DownloadShelf
68 DownloadShelf::~DownloadShelf() {}
71 int DownloadShelf::GetBigProgressIconSize() {
87 int DownloadShelf::GetBigProgressIconOffset() {
102 void DownloadShelf::PaintCustomDownloadProgress(
158 void DownloadShelf::PaintDownloadProgress(gfx::Canvas* canvas,
214 void DownloadShelf::PaintDownloadComplete(gfx::Canvas* canvas,
245 void DownloadShelf
[all...]

Completed in 104 milliseconds