DownloadShelf    1343 chrome/browser/download/download_browsertest.cc   browser()->window()->GetDownloadShelf()->Close(DownloadShelf::AUTOMATIC);
DownloadShelf      62 chrome/browser/download/download_shelf.cc DownloadShelf::DownloadShelf()
DownloadShelf      68 chrome/browser/download/download_shelf.cc DownloadShelf::~DownloadShelf() {}
DownloadShelf      71 chrome/browser/download/download_shelf.cc int DownloadShelf::GetBigProgressIconSize() {
DownloadShelf      87 chrome/browser/download/download_shelf.cc int DownloadShelf::GetBigProgressIconOffset() {
DownloadShelf     102 chrome/browser/download/download_shelf.cc void DownloadShelf::PaintCustomDownloadProgress(
DownloadShelf     158 chrome/browser/download/download_shelf.cc void DownloadShelf::PaintDownloadProgress(gfx::Canvas* canvas,
DownloadShelf     214 chrome/browser/download/download_shelf.cc void DownloadShelf::PaintDownloadComplete(gfx::Canvas* canvas,
DownloadShelf     245 chrome/browser/download/download_shelf.cc void DownloadShelf::PaintDownloadInterrupted(gfx::Canvas* canvas,
DownloadShelf     275 chrome/browser/download/download_shelf.cc void DownloadShelf::AddDownload(DownloadItem* download) {
DownloadShelf     283 chrome/browser/download/download_shelf.cc         base::Bind(&DownloadShelf::ShowDownloadById,
DownloadShelf     292 chrome/browser/download/download_shelf.cc void DownloadShelf::Show() {
DownloadShelf     300 chrome/browser/download/download_shelf.cc void DownloadShelf::Close(CloseReason reason) {
DownloadShelf     308 chrome/browser/download/download_shelf.cc void DownloadShelf::Hide() {
DownloadShelf     318 chrome/browser/download/download_shelf.cc void DownloadShelf::Unhide() {
DownloadShelf     328 chrome/browser/download/download_shelf.cc base::TimeDelta DownloadShelf::GetTransientDownloadShowDelay() {
DownloadShelf     332 chrome/browser/download/download_shelf.cc content::DownloadManager* DownloadShelf::GetDownloadManager() {
DownloadShelf     336 chrome/browser/download/download_shelf.cc void DownloadShelf::ShowDownload(DownloadItem* download) {
DownloadShelf     369 chrome/browser/download/download_shelf.cc void DownloadShelf::ShowDownloadById(int32 download_id) {
DownloadShelf      33 chrome/browser/download/download_shelf.h class DownloadShelf {
DownloadShelf      81 chrome/browser/download/download_shelf.h   DownloadShelf();
DownloadShelf      82 chrome/browser/download/download_shelf.h   virtual ~DownloadShelf();
DownloadShelf     200 chrome/browser/download/download_shelf.h   base::WeakPtrFactory<DownloadShelf> weak_ptr_factory_;
DownloadShelf     115 chrome/browser/download/download_shelf_unittest.cc   shelf()->Close(DownloadShelf::AUTOMATIC);
DownloadShelf      15 chrome/browser/download/test_download_shelf.h class TestDownloadShelf : public DownloadShelf,
DownloadShelf    1443 chrome/browser/extensions/api/downloads/downloads_api.cc         browser->window()->GetDownloadShelf()->Close(DownloadShelf::AUTOMATIC);
DownloadShelf    1267 chrome/browser/ui/browser.cc   DownloadShelf* shelf = window()->GetDownloadShelf();
DownloadShelf      24 chrome/browser/ui/browser_window.h class DownloadShelf;
DownloadShelf     264 chrome/browser/ui/browser_window.h   virtual DownloadShelf* GetDownloadShelf() = 0;
DownloadShelf     137 chrome/browser/ui/chrome_pages.cc     DownloadShelf* shelf = browser->window()->GetDownloadShelf();
DownloadShelf     140 chrome/browser/ui/chrome_pages.cc       shelf->Close(DownloadShelf::USER_ACTION);
DownloadShelf     119 chrome/browser/ui/cocoa/browser_window_cocoa.h   virtual DownloadShelf* GetDownloadShelf() OVERRIDE;
DownloadShelf      16 chrome/browser/ui/cocoa/download/download_shelf_controller.h class DownloadShelf;
DownloadShelf      61 chrome/browser/ui/cocoa/download/download_shelf_controller.h   scoped_ptr<DownloadShelf> bridge_;
DownloadShelf     107 chrome/browser/ui/cocoa/download/download_shelf_controller.h - (DownloadShelf*)bridge;
DownloadShelf      20 chrome/browser/ui/cocoa/download/download_shelf_mac.h class DownloadShelfMac : public DownloadShelf {
DownloadShelf    1060 chrome/browser/ui/gtk/browser_window_gtk.cc DownloadShelf* BrowserWindowGtk::GetDownloadShelf() {
DownloadShelf     154 chrome/browser/ui/gtk/browser_window_gtk.h   virtual DownloadShelf* GetDownloadShelf() OVERRIDE;
DownloadShelf      65 chrome/browser/ui/gtk/download/download_item_gtk.cc const int kMinDownloadItemWidth = DownloadShelf::kSmallProgressIconSize;
DownloadShelf      74 chrome/browser/ui/gtk/download/download_item_gtk.cc const int kBodyHeight = DownloadShelf::kSmallProgressIconSize;
DownloadShelf      78 chrome/browser/ui/gtk/download/download_item_gtk.cc const int kBodyWidth = kTextWidth + 50 + DownloadShelf::kSmallProgressIconSize;
DownloadShelf     114 chrome/browser/ui/gtk/download/download_item_gtk.cc       progress_angle_(DownloadShelf::kStartAngleDegrees),
DownloadShelf     165 chrome/browser/ui/gtk/download/download_item_gtk.cc       DownloadShelf::kSmallProgressIconSize,
DownloadShelf     166 chrome/browser/ui/gtk/download/download_item_gtk.cc       DownloadShelf::kSmallProgressIconSize);
DownloadShelf     438 chrome/browser/ui/gtk/download/download_item_gtk.cc       (progress_angle_ + DownloadShelf::kUnknownIncrementDegrees) %
DownloadShelf     439 chrome/browser/ui/gtk/download/download_item_gtk.cc       DownloadShelf::kMaxDegrees;
DownloadShelf     447 chrome/browser/ui/gtk/download/download_item_gtk.cc       base::TimeDelta::FromMilliseconds(DownloadShelf::kProgressRateMs), this,
DownloadShelf     867 chrome/browser/ui/gtk/download/download_item_gtk.cc       DownloadShelf::PaintDownloadInterrupted(
DownloadShelf     872 chrome/browser/ui/gtk/download/download_item_gtk.cc           DownloadShelf::SMALL);
DownloadShelf     874 chrome/browser/ui/gtk/download/download_item_gtk.cc       DownloadShelf::PaintDownloadComplete(
DownloadShelf     879 chrome/browser/ui/gtk/download/download_item_gtk.cc           DownloadShelf::SMALL);
DownloadShelf     882 chrome/browser/ui/gtk/download/download_item_gtk.cc     DownloadShelf::PaintDownloadProgress(&canvas,
DownloadShelf     887 chrome/browser/ui/gtk/download/download_item_gtk.cc                                          DownloadShelf::SMALL);
DownloadShelf     894 chrome/browser/ui/gtk/download/download_item_gtk.cc     const int offset = DownloadShelf::kSmallProgressIconOffset;
DownloadShelf      42 chrome/browser/ui/gtk/download/download_shelf_gtk.cc const int kDownloadItemHeight = DownloadShelf::kSmallProgressIconSize;
DownloadShelf      37 chrome/browser/ui/gtk/download/download_shelf_gtk.h class DownloadShelfGtk : public DownloadShelf,
DownloadShelf     103 chrome/browser/ui/views/download/download_item_view.cc     progress_angle_(DownloadShelf::kStartAngleDegrees),
DownloadShelf     206 chrome/browser/ui/views/download/download_item_view.cc   if (DownloadShelf::kSmallProgressIconSize > box_height_)
DownloadShelf     207 chrome/browser/ui/views/download/download_item_view.cc     box_y_ = (DownloadShelf::kSmallProgressIconSize - box_height_) / 2;
DownloadShelf     229 chrome/browser/ui/views/download/download_item_view.cc       (progress_angle_ + DownloadShelf::kUnknownIncrementDegrees) %
DownloadShelf     230 chrome/browser/ui/views/download/download_item_view.cc       DownloadShelf::kMaxDegrees;
DownloadShelf     238 chrome/browser/ui/views/download/download_item_view.cc       base::TimeDelta::FromMilliseconds(DownloadShelf::kProgressRateMs), this,
DownloadShelf     371 chrome/browser/ui/views/download/download_item_view.cc   height = std::max<int>(height, DownloadShelf::kSmallProgressIconSize);
DownloadShelf     394 chrome/browser/ui/views/download/download_item_view.cc     width += DownloadShelf::kSmallProgressIconSize;
DownloadShelf     678 chrome/browser/ui/views/download/download_item_view.cc           DownloadShelf::kSmallProgressIconSize, kTextWidth);
DownloadShelf     804 chrome/browser/ui/views/download/download_item_view.cc         DownloadShelf::kSmallProgressIconSize, kTextWidth);
DownloadShelf     837 chrome/browser/ui/views/download/download_item_view.cc         DownloadShelf::PaintDownloadProgress(canvas,
DownloadShelf     843 chrome/browser/ui/views/download/download_item_view.cc                                              DownloadShelf::SMALL);
DownloadShelf     847 chrome/browser/ui/views/download/download_item_view.cc           DownloadShelf::PaintDownloadInterrupted(
DownloadShelf     853 chrome/browser/ui/views/download/download_item_view.cc               DownloadShelf::SMALL);
DownloadShelf     856 chrome/browser/ui/views/download/download_item_view.cc           DownloadShelf::PaintDownloadComplete(
DownloadShelf     862 chrome/browser/ui/views/download/download_item_view.cc               DownloadShelf::SMALL);
DownloadShelf     874 chrome/browser/ui/views/download/download_item_view.cc       icon_x = DownloadShelf::kSmallProgressIconOffset;
DownloadShelf     875 chrome/browser/ui/views/download/download_item_view.cc       icon_y = DownloadShelf::kSmallProgressIconOffset;
DownloadShelf      44 chrome/browser/ui/views/download/download_shelf_view.h                           public DownloadShelf,
DownloadShelf    1273 chrome/browser/ui/views/frame/browser_view.cc DownloadShelf* BrowserView::GetDownloadShelf() {
DownloadShelf     349 chrome/browser/ui/views/frame/browser_view.h   virtual DownloadShelf* GetDownloadShelf() OVERRIDE;
DownloadShelf     181 chrome/test/base/test_browser_window.cc DownloadShelf* TestBrowserWindow::GetDownloadShelf() {
DownloadShelf     119 chrome/test/base/test_browser_window.h   virtual DownloadShelf* GetDownloadShelf() OVERRIDE;