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

/external/chromium/chrome/browser/ui/gtk/download/
H A Ddownload_shelf_gtk.h34 class DownloadShelfGtk : public DownloadShelf, class in inherits:DownloadShelf,NotificationObserver,SlideAnimatorGtk::Delegate,MessageLoopForUI::Observer
39 explicit DownloadShelfGtk(Browser* browser, gfx::NativeView view);
41 ~DownloadShelfGtk();
101 CHROMEGTK_CALLBACK_0(DownloadShelfGtk, void, OnButtonClick);
146 ScopedRunnableMethodFactory<DownloadShelfGtk> auto_close_factory_;
H A Ddownload_shelf_gtk.cc60 DownloadShelfGtk::DownloadShelfGtk(Browser* browser, GtkWidget* parent) function in class:DownloadShelfGtk
157 DownloadShelfGtk::~DownloadShelfGtk() {
170 void DownloadShelfGtk::AddDownload(BaseDownloadItemModel* download_model_) {
175 bool DownloadShelfGtk::IsShowing() const {
179 bool DownloadShelfGtk::IsClosing() const {
183 void DownloadShelfGtk::Show() {
189 void DownloadShelfGtk::Close() {
198 Browser* DownloadShelfGtk
[all...]

Completed in 41 milliseconds