HomeSort by relevance Sort by last modified time
    Searched defs:DownloadShelfGtk (Results 1 - 4 of 4) 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...]
  /external/chromium_org/chrome/browser/ui/gtk/download/
download_shelf_gtk.h 37 class DownloadShelfGtk : public DownloadShelf,
42 DownloadShelfGtk(Browser* browser, gfx::NativeView view);
44 virtual ~DownloadShelfGtk();
110 CHROMEGTK_CALLBACK_0(DownloadShelfGtk, void, OnButtonClick);
155 base::WeakPtrFactory<DownloadShelfGtk> weak_factory_;
download_shelf_gtk.cc 71 DownloadShelfGtk::DownloadShelfGtk(Browser* browser, GtkWidget* parent)
166 DownloadShelfGtk::~DownloadShelfGtk() {
179 content::PageNavigator* DownloadShelfGtk::GetNavigator() {
183 void DownloadShelfGtk::DoAddDownload(DownloadItem* download) {
187 bool DownloadShelfGtk::IsShowing() const {
191 bool DownloadShelfGtk::IsClosing() const {
195 void DownloadShelfGtk::DoShow() {
201 void DownloadShelfGtk::DoClose(CloseReason reason)
    [all...]

Completed in 593 milliseconds