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

  /external/chromium_org/chrome/browser/download/
download_shelf.cc 57 DownloadShelf::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::PaintDownloadInterrupted
    [all...]
download_shelf.h 28 class DownloadShelf {
84 DownloadShelf();
85 virtual ~DownloadShelf();
174 // Returns the DownloadManager associated with this DownloadShelf. All
191 base::WeakPtrFactory<DownloadShelf> weak_ptr_factory_;

Completed in 154 milliseconds