/external/chromium/chrome/browser/ui/views/download/ |
D | download_shelf_view.cc | 85 DownloadShelfView::DownloadShelfView(Browser* browser, BrowserView* parent) in DownloadShelfView() function in DownloadShelfView 96 DownloadShelfView::~DownloadShelfView() { in ~DownloadShelfView() 100 void DownloadShelfView::Init() { in Init() 131 void DownloadShelfView::AddDownloadView(DownloadItemView* view) { in AddDownloadView() 146 void DownloadShelfView::AddDownload(BaseDownloadItemModel* download_model) { in AddDownload() 152 void DownloadShelfView::MouseMovedOutOfView() { in MouseMovedOutOfView() 156 void DownloadShelfView::FocusWillChange(views::View* focused_before, in FocusWillChange() 163 void DownloadShelfView::RemoveDownloadView(View* view) { in RemoveDownloadView() 179 views::View* DownloadShelfView::GetDefaultFocusableChild() { in GetDefaultFocusableChild() 186 void DownloadShelfView::OnPaint(gfx::Canvas* canvas) { in OnPaint() [all …]
|
D | download_shelf_view.h | 36 class DownloadShelfView : public AccessiblePaneView, 43 DownloadShelfView(Browser* browser, BrowserView* parent); 44 virtual ~DownloadShelfView(); 155 DISALLOW_COPY_AND_ASSIGN(DownloadShelfView);
|
D | download_item_view.h | 37 class DownloadShelfView; variable 60 DownloadShelfView* parent, 196 DownloadShelfView* parent_;
|
D | download_item_view.cc | 119 DownloadShelfView* parent, in DownloadItemView()
|
/external/chromium_org/chrome/browser/ui/views/download/ |
D | download_shelf_view.cc | 94 DownloadShelfView::DownloadShelfView(Browser* browser, BrowserView* parent) in DownloadShelfView() function in DownloadShelfView 108 DownloadShelfView::~DownloadShelfView() { in ~DownloadShelfView() 112 void DownloadShelfView::AddDownloadView(DownloadItemView* view) { in AddDownloadView() 125 void DownloadShelfView::DoAddDownload(DownloadItem* download) { in DoAddDownload() 130 void DownloadShelfView::MouseMovedOutOfHost() { in MouseMovedOutOfHost() 134 void DownloadShelfView::RemoveDownloadView(View* view) { in RemoveDownloadView() 150 views::View* DownloadShelfView::GetDefaultFocusableChild() { in GetDefaultFocusableChild() 155 void DownloadShelfView::OnPaintBorder(gfx::Canvas* canvas) { in OnPaintBorder() 159 void DownloadShelfView::OpenedDownload(DownloadItemView* view) { in OpenedDownload() 164 content::PageNavigator* DownloadShelfView::GetNavigator() { in GetNavigator() [all …]
|
D | download_shelf_view.h | 42 class DownloadShelfView : public views::AccessiblePaneView, 49 DownloadShelfView(Browser* browser, BrowserView* parent); 50 virtual ~DownloadShelfView(); 154 DISALLOW_COPY_AND_ASSIGN(DownloadShelfView);
|
D | download_item_view.h | 38 class DownloadShelfView; variable 58 DownloadItemView(content::DownloadItem* download, DownloadShelfView* parent); 242 DownloadShelfView* shelf_;
|
D | download_item_view.cc | 91 DownloadShelfView* parent) in DownloadItemView()
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
D | download_shelf_view_unittest.mm | 19 scoped_nsobject<DownloadShelfView> view([[DownloadShelfView alloc] init]);
|
D | download_shelf_view.h | 16 @interface DownloadShelfView : AnimatableView {
|
D | download_shelf_controller.h | 18 @class DownloadShelfView;
|
D | download_shelf_view.mm | 13 @implementation DownloadShelfView implementation
|
/external/chromium_org/chrome/browser/ui/cocoa/download/ |
D | download_shelf_view_unittest.mm | 19 base::scoped_nsobject<DownloadShelfView> view( 20 [[DownloadShelfView alloc] init]);
|
D | download_shelf_view.h | 15 @interface DownloadShelfView : AnimatableView {
|
D | download_shelf_controller.h | 17 @class DownloadShelfView;
|
D | download_shelf_view.mm | 17 @implementation DownloadShelfView implementation
|
/external/chromium/chrome/browser/ui/views/frame/ |
D | browser_view_layout.h | 18 class DownloadShelfView; variable 115 DownloadShelfView* download_shelf_;
|
D | browser_view.h | 47 class DownloadShelfView; variable 589 scoped_ptr<DownloadShelfView> download_shelf_;
|
D | browser_view_layout.cc | 226 download_shelf_ = static_cast<DownloadShelfView*>(view); in ViewAdded()
|
D | browser_view.cc | 988 download_shelf_.reset(new DownloadShelfView(browser_.get(), this)); in GetDownloadShelf()
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
D | browser_view.h | 49 class DownloadShelfView; variable 661 scoped_ptr<DownloadShelfView> download_shelf_;
|
D | browser_view.cc | 273 DownloadShelfView* download_shelf = browser_view_->download_shelf_.get(); in DownloadShelfNeedsLayout() 1265 download_shelf_.reset(new DownloadShelfView(browser_.get(), this)); in GetDownloadShelf()
|