Searched refs:DownloadShelfView (Results 1 – 10 of 10) sorted by relevance
94 DownloadShelfView::DownloadShelfView(Browser* browser, BrowserView* parent) in DownloadShelfView() function in DownloadShelfView108 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 …]
42 class DownloadShelfView : public views::AccessiblePaneView,49 DownloadShelfView(Browser* browser, BrowserView* parent);50 virtual ~DownloadShelfView();157 DISALLOW_COPY_AND_ASSIGN(DownloadShelfView);
38 class DownloadShelfView; variable62 DownloadItemView(content::DownloadItem* download, DownloadShelfView* parent);250 DownloadShelfView* shelf_;
108 DownloadShelfView* parent) in DownloadItemView()
19 base::scoped_nsobject<DownloadShelfView> view(20 [[DownloadShelfView alloc] init]);
15 @interface DownloadShelfView : AnimatableView {
17 @class DownloadShelfView;
16 @implementation DownloadShelfView implementation
51 class DownloadShelfView; variable636 scoped_ptr<DownloadShelfView> download_shelf_;
250 DownloadShelfView* download_shelf = browser_view_->download_shelf_.get(); in DownloadShelfNeedsLayout()1232 download_shelf_.reset(new DownloadShelfView(browser_.get(), this)); in GetDownloadShelf()