Searched refs:GalleryContextMenuModel (Results 1 – 2 of 2) sorted by relevance
31 class GalleryContextMenuModel; variable204 scoped_ptr<GalleryContextMenuModel> gallery_menu_model_;
50 class GalleryContextMenuModel : public ui::SimpleMenuModel::Delegate { class52 explicit GalleryContextMenuModel(MediaGalleriesDialogController* controller) in GalleryContextMenuModel() function in GalleryContextMenuModel54 virtual ~GalleryContextMenuModel() {} in ~GalleryContextMenuModel()101 gallery_menu_model_.reset(new GalleryContextMenuModel(this)); in MediaGalleriesDialogController()