Searched defs:DownloadShelfView (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_shelf_view.h31 // DownloadShelfView is a view that contains individual views for each download,
34 // DownloadShelfView does not hold an infinite number of download views, rather
36 class DownloadShelfView : public AccessiblePaneView, class in inherits:AccessiblePaneView,ui::AnimationDelegate,DownloadShelf,views::ButtonListener,views::LinkController,views::MouseWatcherListener
43 DownloadShelfView(Browser* browser, BrowserView* parent);
44 virtual ~DownloadShelfView();
93 // Adds a View representing a download to this DownloadShelfView.
94 // DownloadShelfView takes ownership of the View, and will delete it as
136 // the DownloadShelfView is deleted.
155 DISALLOW_COPY_AND_ASSIGN(DownloadShelfView);
H A Ddownload_shelf_view.cc85 DownloadShelfView::DownloadShelfView(Browser* browser, BrowserView* parent) function in class:DownloadShelfView
96 DownloadShelfView::~DownloadShelfView() {
100 void DownloadShelfView::Init() {
131 void DownloadShelfView::AddDownloadView(DownloadItemView* view) {
146 void DownloadShelfView::AddDownload(BaseDownloadItemModel* download_model) {
152 void DownloadShelfView::MouseMovedOutOfView() {
156 void DownloadShelfView::FocusWillChange(views::View* focused_before,
163 void DownloadShelfView
[all...]

Completed in 51 milliseconds