Home
last modified time | relevance | path

Searched refs:GetDownloadShelf (Results 1 – 13 of 13) sorted by relevance

/external/chromium/chrome/browser/ui/panels/
Dpanel.h93 virtual DownloadShelf* GetDownloadShelf();
Dpanel.cc237 DownloadShelf* Panel::GetDownloadShelf() { in GetDownloadShelf() function in Panel
/external/chromium/chrome/browser/ui/cocoa/
Dbrowser_window_cocoa.h81 virtual DownloadShelf* GetDownloadShelf();
Dview_id_util_browsertest.mm57 browser()->window()->GetDownloadShelf()->Show();
Dbrowser_window_cocoa.mm327 DownloadShelf* BrowserWindowCocoa::GetDownloadShelf() { function
/external/chromium/chrome/browser/ui/
Dbrowser_window.h233 virtual DownloadShelf* GetDownloadShelf() = 0;
Dbrowser.cc1881 DownloadShelf* shelf = window()->GetDownloadShelf(); in ShowDownloadsTab()
3182 window()->GetDownloadShelf()->AddDownload(new DownloadItemModel(download)); in OnStartDownload()
/external/chromium/chrome/browser/ui/gtk/
Dbrowser_window_gtk.h103 virtual DownloadShelf* GetDownloadShelf();
Dbrowser_window_gtk.cc932 DownloadShelf* BrowserWindowGtk::GetDownloadShelf() { in GetDownloadShelf() function in BrowserWindowGtk
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view.h278 virtual DownloadShelf* GetDownloadShelf() OVERRIDE;
Dbrowser_view.cc970 GetDownloadShelf(); in SetDownloadShelfVisible()
986 DownloadShelf* BrowserView::GetDownloadShelf() { in GetDownloadShelf() function in BrowserView
/external/chromium/chrome/browser/download/
Ddownload_browsertest.cc867 browser()->window()->GetDownloadShelf()->Close(); in IN_PROC_BROWSER_TEST_F()
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.cc1996 browser->window()->GetDownloadShelf()->Show(); in SetShelfVisibility()
1998 browser->window()->GetDownloadShelf()->Close(); in SetShelfVisibility()