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

/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_shelf_view.h37 // DownloadShelfView is a view that contains individual views for each download,
40 // DownloadShelfView does not hold an infinite number of download views, rather
42 class DownloadShelfView : public views::AccessiblePaneView, class in inherits:views::AccessiblePaneView,gfx::AnimationDelegate,DownloadShelf,views::ButtonListener,views::LinkListener,views::MouseWatcherListener
49 DownloadShelfView(Browser* browser, BrowserView* parent);
50 virtual ~DownloadShelfView();
104 // Adds a View representing a download to this DownloadShelfView.
105 // DownloadShelfView takes ownership of the View, and will delete it as
138 // the DownloadShelfView is deleted.
157 DISALLOW_COPY_AND_ASSIGN(DownloadShelfView);
H A Ddownload_shelf_view.cc94 DownloadShelfView::DownloadShelfView(Browser* browser, BrowserView* parent) function in class:DownloadShelfView
108 DownloadShelfView::~DownloadShelfView() {
112 void DownloadShelfView::AddDownloadView(DownloadItemView* view) {
129 void DownloadShelfView::DoAddDownload(DownloadItem* download) {
134 void DownloadShelfView::MouseMovedOutOfHost() {
138 void DownloadShelfView::RemoveDownloadView(View* view) {
154 views::View* DownloadShelfView::GetDefaultFocusableChild() {
159 void DownloadShelfView
[all...]

Completed in 142 milliseconds