HomeSort by relevance Sort by last modified time
    Searched defs:DownloadShelfGtk (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/gtk/download/
download_shelf_gtk.h 34 class DownloadShelfGtk : public DownloadShelf,
39 explicit DownloadShelfGtk(Browser* browser, gfx::NativeView view);
41 ~DownloadShelfGtk();
101 CHROMEGTK_CALLBACK_0(DownloadShelfGtk, void, OnButtonClick);
146 ScopedRunnableMethodFactory<DownloadShelfGtk> auto_close_factory_;
download_shelf_gtk.cc 60 DownloadShelfGtk::DownloadShelfGtk(Browser* browser, GtkWidget* parent)
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::browser() const
    [all...]

Completed in 27 milliseconds