Home
last modified time | relevance | path

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

/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()
129 void DownloadShelfView::DoAddDownload(DownloadItem* download) { in DoAddDownload()
134 void DownloadShelfView::MouseMovedOutOfHost() { in MouseMovedOutOfHost()
138 void DownloadShelfView::RemoveDownloadView(View* view) { in RemoveDownloadView()
154 views::View* DownloadShelfView::GetDefaultFocusableChild() { in GetDefaultFocusableChild()
159 void DownloadShelfView::OnPaintBorder(gfx::Canvas* canvas) { in OnPaintBorder()
163 void DownloadShelfView::OpenedDownload(DownloadItemView* view) { in OpenedDownload()
168 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();
157 DISALLOW_COPY_AND_ASSIGN(DownloadShelfView);
Ddownload_item_view.h38 class DownloadShelfView; variable
62 DownloadItemView(content::DownloadItem* download, DownloadShelfView* parent);
250 DownloadShelfView* shelf_;
Ddownload_item_view.cc108 DownloadShelfView* parent) in DownloadItemView()
/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.mm16 @implementation DownloadShelfView implementation
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_view.h51 class DownloadShelfView; variable
636 scoped_ptr<DownloadShelfView> download_shelf_;
Dbrowser_view.cc250 DownloadShelfView* download_shelf = browser_view_->download_shelf_.get(); in DownloadShelfNeedsLayout()
1232 download_shelf_.reset(new DownloadShelfView(browser_.get(), this)); in GetDownloadShelf()