Home
last modified time | relevance | path

Searched refs:DownloadShelf (Results 1 – 16 of 16) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_shelf_controller.h17 class DownloadShelf; variable
51 scoped_ptr<DownloadShelf> bridge_;
83 - (DownloadShelf*)bridge;
Ddownload_shelf_mac.h23 class DownloadShelfMac : public DownloadShelf {
Ddownload_shelf_controller.mm96 if ((self = [super initWithNibName:@"DownloadShelf"
272 - (DownloadShelf*)bridge {
/external/chromium/chrome/browser/download/
Ddownload_shelf.h19 class DownloadShelf {
21 virtual ~DownloadShelf() {} in ~DownloadShelf()
/external/chromium/chrome/browser/ui/
Dbrowser_window.h15 class DownloadShelf; variable
233 virtual DownloadShelf* GetDownloadShelf() = 0;
Dbrowser.cc1881 DownloadShelf* shelf = window()->GetDownloadShelf(); in ShowDownloadsTab()
/external/chromium/chrome/browser/ui/gtk/download/
Ddownload_shelf_gtk.h34 class DownloadShelfGtk : public DownloadShelf,
/external/chromium/chrome/browser/ui/views/download/
Ddownload_shelf_view.h38 public DownloadShelf,
/external/chromium/chrome/browser/ui/panels/
Dpanel.h93 virtual DownloadShelf* GetDownloadShelf();
Dpanel.cc237 DownloadShelf* Panel::GetDownloadShelf() { in GetDownloadShelf()
/external/chromium/chrome/browser/ui/cocoa/
Dbrowser_window_cocoa.h81 virtual DownloadShelf* GetDownloadShelf();
Dbrowser_window_cocoa.mm327 DownloadShelf* BrowserWindowCocoa::GetDownloadShelf() {
/external/chromium/chrome/browser/ui/gtk/
Dbrowser_window_gtk.h103 virtual DownloadShelf* GetDownloadShelf();
Dbrowser_window_gtk.cc932 DownloadShelf* BrowserWindowGtk::GetDownloadShelf() { in GetDownloadShelf()
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view.h278 virtual DownloadShelf* GetDownloadShelf() OVERRIDE;
Dbrowser_view.cc986 DownloadShelf* BrowserView::GetDownloadShelf() { in GetDownloadShelf()