Home
last modified time | relevance | path

Searched refs:DownloadShelfView (Results 1 – 22 of 22) sorted by relevance

/external/chromium/chrome/browser/ui/views/download/
Ddownload_shelf_view.cc85 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 …]
Ddownload_shelf_view.h36 class DownloadShelfView : public AccessiblePaneView,
43 DownloadShelfView(Browser* browser, BrowserView* parent);
44 virtual ~DownloadShelfView();
155 DISALLOW_COPY_AND_ASSIGN(DownloadShelfView);
Ddownload_item_view.h37 class DownloadShelfView; variable
60 DownloadShelfView* parent,
196 DownloadShelfView* parent_;
Ddownload_item_view.cc119 DownloadShelfView* parent, in DownloadItemView()
/external/chromium_org/chrome/browser/ui/views/download/
Ddownload_shelf_view.cc94 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 …]
Ddownload_shelf_view.h42 class DownloadShelfView : public views::AccessiblePaneView,
49 DownloadShelfView(Browser* browser, BrowserView* parent);
50 virtual ~DownloadShelfView();
154 DISALLOW_COPY_AND_ASSIGN(DownloadShelfView);
Ddownload_item_view.h38 class DownloadShelfView; variable
58 DownloadItemView(content::DownloadItem* download, DownloadShelfView* parent);
242 DownloadShelfView* shelf_;
Ddownload_item_view.cc91 DownloadShelfView* parent) in DownloadItemView()
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_shelf_view_unittest.mm19 scoped_nsobject<DownloadShelfView> view([[DownloadShelfView alloc] init]);
Ddownload_shelf_view.h16 @interface DownloadShelfView : AnimatableView {
Ddownload_shelf_controller.h18 @class DownloadShelfView;
Ddownload_shelf_view.mm13 @implementation DownloadShelfView implementation
/external/chromium_org/chrome/browser/ui/cocoa/download/
Ddownload_shelf_view_unittest.mm19 base::scoped_nsobject<DownloadShelfView> view(
20 [[DownloadShelfView alloc] init]);
Ddownload_shelf_view.h15 @interface DownloadShelfView : AnimatableView {
Ddownload_shelf_controller.h17 @class DownloadShelfView;
Ddownload_shelf_view.mm17 @implementation DownloadShelfView implementation
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view_layout.h18 class DownloadShelfView; variable
115 DownloadShelfView* download_shelf_;
Dbrowser_view.h47 class DownloadShelfView; variable
589 scoped_ptr<DownloadShelfView> download_shelf_;
Dbrowser_view_layout.cc226 download_shelf_ = static_cast<DownloadShelfView*>(view); in ViewAdded()
Dbrowser_view.cc988 download_shelf_.reset(new DownloadShelfView(browser_.get(), this)); in GetDownloadShelf()
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_view.h49 class DownloadShelfView; variable
661 scoped_ptr<DownloadShelfView> download_shelf_;
Dbrowser_view.cc273 DownloadShelfView* download_shelf = browser_view_->download_shelf_.get(); in DownloadShelfNeedsLayout()
1265 download_shelf_.reset(new DownloadShelfView(browser_.get(), this)); in GetDownloadShelf()