Home | History | Annotate | Download | only in download

Lines Matching defs:menu_

104       menu_.reset(new MenuGtk(this, GetFinishedMenuModel()));
106 menu_.reset(new MenuGtk(this, GetInProgressMenuModel()));
109 menu_->PopupForWidget(widget, event->button, event->time);
111 menu_->PopupAsContext(gfx::Point(event->x_root, event->y_root),
147 scoped_ptr<MenuGtk> menu_;
913 if (!menu_.get())
914 menu_.reset(new DownloadShelfContextMenuGtk(download_model_.get(), this));
915 menu_->Popup(button, event);