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

  /external/chromium/chrome/browser/download/
download_shelf.h 18 // DownloadShelf is an interface for platform-specific download shelf views.
19 class DownloadShelf {
21 virtual ~DownloadShelf() {}
  /external/chromium_org/chrome/browser/download/
download_shelf.h 33 class DownloadShelf {
81 DownloadShelf();
82 virtual ~DownloadShelf();
183 // Returns the DownloadManager associated with this DownloadShelf. All
200 base::WeakPtrFactory<DownloadShelf> weak_ptr_factory_;
download_shelf.cc 62 DownloadShelf::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::PaintDownloadInterrupted(gfx::Canvas* canvas
    [all...]

Completed in 540 milliseconds