/external/chromium_org/chrome/browser/download/ |
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...] |
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_;
|
test_download_shelf.h | 14 // An implementation of DownloadShelf for testing. 15 class TestDownloadShelf : public DownloadShelf, 21 // DownloadShelf:
|
download_shelf_unittest.cc | 116 shelf()->Close(DownloadShelf::AUTOMATIC);
|
/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/chrome/browser/ui/cocoa/download/ |
download_shelf_mac.h | 23 class DownloadShelfMac : public DownloadShelf { 28 // DownloadShelf implementation.
|
download_shelf_controller.h | 17 class DownloadShelf; 51 scoped_ptr<DownloadShelf> bridge_; 83 - (DownloadShelf*)bridge;
|
/external/chromium_org/chrome/browser/ui/cocoa/download/ |
download_shelf_mac.h | 20 class DownloadShelfMac : public DownloadShelf { 24 // DownloadShelf implementation.
|
download_shelf_controller.h | 16 class DownloadShelf; 61 scoped_ptr<DownloadShelf> bridge_; 99 // directly, the shelf visibility state maintained by DownloadShelf and the 107 - (DownloadShelf*)bridge;
|
/external/chromium/chrome/browser/ui/ |
browser_window.h | 15 class DownloadShelf; 232 // Returns the DownloadShelf. 233 virtual DownloadShelf* GetDownloadShelf() = 0;
|
/external/chromium_org/chrome/browser/ui/views/download/ |
download_item_view.cc | 98 progress_angle_(DownloadShelf::kStartAngleDegrees), 200 if (DownloadShelf::kSmallProgressIconSize > box_height_) 201 box_y_ = (DownloadShelf::kSmallProgressIconSize - box_height_) / 2; 223 (progress_angle_ + DownloadShelf::kUnknownIncrementDegrees) % 224 DownloadShelf::kMaxDegrees; 232 base::TimeDelta::FromMilliseconds(DownloadShelf::kProgressRateMs), this, 364 height = std::max<int>(height, DownloadShelf::kSmallProgressIconSize); 387 width += DownloadShelf::kSmallProgressIconSize; 642 DownloadShelf::kSmallProgressIconSize, kTextWidth); 767 DownloadShelf::kSmallProgressIconSize, kTextWidth) [all...] |
download_shelf_view.h | 44 public DownloadShelf, 80 // Implementation of DownloadShelf. 99 // Implementation of DownloadShelf.
|
/external/chromium/chrome/browser/ui/gtk/download/ |
download_shelf_gtk.h | 34 class DownloadShelfGtk : public DownloadShelf, 43 // DownloadShelf implementation.
|
/external/chromium_org/chrome/browser/ui/gtk/download/ |
download_item_gtk.cc | 65 const int kMinDownloadItemWidth = DownloadShelf::kSmallProgressIconSize; 74 const int kBodyHeight = DownloadShelf::kSmallProgressIconSize; 78 const int kBodyWidth = kTextWidth + 50 + DownloadShelf::kSmallProgressIconSize; 114 progress_angle_(DownloadShelf::kStartAngleDegrees), 165 DownloadShelf::kSmallProgressIconSize, 166 DownloadShelf::kSmallProgressIconSize); 433 (progress_angle_ + DownloadShelf::kUnknownIncrementDegrees) % 434 DownloadShelf::kMaxDegrees; 442 base::TimeDelta::FromMilliseconds(DownloadShelf::kProgressRateMs), this, [all...] |
download_shelf_gtk.h | 37 class DownloadShelfGtk : public DownloadShelf, 49 // DownloadShelf implementation. 70 // DownloadShelf implementation.
|
/external/chromium_org/chrome/browser/ui/ |
browser_window.h | 21 class DownloadShelf; 242 // Returns the DownloadShelf. 243 virtual DownloadShelf* GetDownloadShelf() = 0;
|
chrome_pages.cc | 83 DownloadShelf* shelf = browser->window()->GetDownloadShelf(); 86 shelf->Close(DownloadShelf::USER_ACTION);
|
/external/chromium/chrome/browser/ui/views/download/ |
download_shelf_view.h | 38 public DownloadShelf, 67 // Implementation of DownloadShelf.
|
/external/chromium_org/chrome/test/base/ |
test_browser_window.cc | 109 DownloadShelf* TestBrowserWindow::GetDownloadShelf() {
|
test_browser_window.h | 109 virtual DownloadShelf* GetDownloadShelf() OVERRIDE;
|
/external/chromium/chrome/browser/ui/cocoa/ |
browser_window_cocoa.h | 81 virtual DownloadShelf* GetDownloadShelf();
|
/external/chromium/chrome/browser/ui/panels/ |
panel.h | 93 virtual DownloadShelf* GetDownloadShelf();
|
panel.cc | 237 DownloadShelf* Panel::GetDownloadShelf() {
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
browser_window_cocoa.h | 108 virtual DownloadShelf* GetDownloadShelf() OVERRIDE;
|
/external/chromium/chrome/browser/ui/gtk/ |
browser_window_gtk.h | 103 virtual DownloadShelf* GetDownloadShelf();
|