OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DownloadShelfContextMenuGtk
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/ui/gtk/download/
download_shelf_context_menu_gtk.h
16
class
DownloadShelfContextMenuGtk
: public DownloadShelfContextMenu,
19
DownloadShelfContextMenuGtk
(DownloadItemGtk* download_item,
21
virtual ~
DownloadShelfContextMenuGtk
();
40
DISALLOW_COPY_AND_ASSIGN(
DownloadShelfContextMenuGtk
);
download_shelf_context_menu_gtk.cc
13
DownloadShelfContextMenuGtk
::
DownloadShelfContextMenuGtk
(
20
DownloadShelfContextMenuGtk
::~
DownloadShelfContextMenuGtk
() {}
22
void
DownloadShelfContextMenuGtk
::Popup(GtkWidget* widget,
37
void
DownloadShelfContextMenuGtk
::StoppedShowing() {
42
GtkWidget*
DownloadShelfContextMenuGtk
::GetImageForCommandId(
download_item_gtk.h
28
class
DownloadShelfContextMenuGtk
;
71
friend class
DownloadShelfContextMenuGtk
;
196
scoped_ptr<
DownloadShelfContextMenuGtk
> menu_;
download_item_gtk.cc
[
all
...]
/external/chromium/chrome/browser/ui/gtk/download/
download_item_gtk.h
25
class
DownloadShelfContextMenuGtk
;
73
friend class
DownloadShelfContextMenuGtk
;
195
scoped_ptr<
DownloadShelfContextMenuGtk
> menu_;
download_item_gtk.cc
82
//
DownloadShelfContextMenuGtk
-------------------------------------------------
84
class
DownloadShelfContextMenuGtk
: public DownloadShelfContextMenu,
91
DownloadShelfContextMenuGtk
(BaseDownloadItemModel* model,
97
~
DownloadShelfContextMenuGtk
() {
[
all
...]
Completed in 191 milliseconds