HomeSort by relevance Sort by last modified time
    Searched refs:DownloadShelfView (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_shelf_view.h 15 @interface DownloadShelfView : AnimatableView {
download_shelf_controller.h 17 @class DownloadShelfView;
  /external/chromium_org/chrome/browser/ui/views/download/
download_shelf_view.cc 94 DownloadShelfView::DownloadShelfView(Browser* browser, BrowserView* parent)
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::OnPaintBorder(gfx::Canvas* canvas)
    [all...]
download_shelf_view.h 37 // 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,
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);
download_item_view.h 38 class DownloadShelfView;
58 DownloadItemView(content::DownloadItem* download, DownloadShelfView* parent);
246 DownloadShelfView* shelf_;
download_item_view.cc 96 DownloadShelfView* parent)
316 // We use the parent's (DownloadShelfView's) SchedulePaint, since there
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.h 50 class DownloadShelfView;
248 // Called from BookmarkBarView/DownloadShelfView during their show/hide
644 scoped_ptr<DownloadShelfView> download_shelf_;
browser_view.cc 254 DownloadShelfView* download_shelf = browser_view_->download_shelf_.get();
    [all...]

Completed in 537 milliseconds