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

/external/chromium_org/chrome/browser/download/
H A Ddownload_shelf.h28 class DownloadShelf { class
84 DownloadShelf();
85 virtual ~DownloadShelf();
174 // Returns the DownloadManager associated with this DownloadShelf. All
191 base::WeakPtrFactory<DownloadShelf> weak_ptr_factory_;
H A Ddownload_shelf.cc57 DownloadShelf::DownloadShelf() function in class:DownloadShelf
63 DownloadShelf::~DownloadShelf() {}
66 int DownloadShelf::GetBigProgressIconSize() {
82 int DownloadShelf::GetBigProgressIconOffset() {
97 void DownloadShelf::PaintCustomDownloadProgress(
153 void DownloadShelf::PaintDownloadProgress(
205 void DownloadShelf::PaintDownloadComplete(
233 void DownloadShelf
[all...]

Completed in 1061 milliseconds