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

  /external/chromium/chrome/browser/download/
download_shelf.h 18 // DownloadShelf is an interface for platform-specific download shelf views.
19 class DownloadShelf {
21 virtual ~DownloadShelf() {}
  /external/chromium/chrome/browser/ui/cocoa/download/
download_shelf_mac.h 23 class DownloadShelfMac : public DownloadShelf {
28 // DownloadShelf implementation.
download_shelf_controller.h 17 class DownloadShelf;
51 scoped_ptr<DownloadShelf> bridge_;
83 - (DownloadShelf*)bridge;
  /external/chromium/chrome/browser/ui/
browser_window.h 15 class DownloadShelf;
232 // Returns the DownloadShelf.
233 virtual DownloadShelf* GetDownloadShelf() = 0;
browser.cc     [all...]
  /external/chromium/chrome/browser/ui/gtk/download/
download_shelf_gtk.h 34 class DownloadShelfGtk : public DownloadShelf,
43 // DownloadShelf implementation.
  /external/chromium/chrome/browser/ui/views/download/
download_shelf_view.h 38 public DownloadShelf,
67 // Implementation of DownloadShelf.
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_cocoa.h 81 virtual DownloadShelf* GetDownloadShelf();
  /external/chromium/chrome/browser/ui/panels/
panel.h 93 virtual DownloadShelf* GetDownloadShelf();
panel.cc 237 DownloadShelf* Panel::GetDownloadShelf() {
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.h 103 virtual DownloadShelf* GetDownloadShelf();
browser_window_gtk.cc     [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.h 278 virtual DownloadShelf* GetDownloadShelf() OVERRIDE;
browser_view.cc     [all...]

Completed in 1520 milliseconds