OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DownloadShelfContextMenu
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/download/
download_shelf.cc
18
//
DownloadShelfContextMenu
----------------------------------------------------
20
DownloadShelfContextMenu
::
DownloadShelfContextMenu
(
26
DownloadShelfContextMenu
::~
DownloadShelfContextMenu
() {
29
DownloadItem*
DownloadShelfContextMenu
::download() const {
33
bool
DownloadShelfContextMenu
::IsCommandIdChecked(int command_id) const {
45
string16
DownloadShelfContextMenu
::GetLabelForCommandId(int command_id) const {
69
bool
DownloadShelfContextMenu
::IsCommandIdEnabled(int command_id) const {
85
void
DownloadShelfContextMenu
::ExecuteCommand(int command_id)
[
all
...]
download_shelf.h
47
class
DownloadShelfContextMenu
: public ui::SimpleMenuModel::Delegate {
49
virtual ~
DownloadShelfContextMenu
();
63
explicit
DownloadShelfContextMenu
(BaseDownloadItemModel* download_model);
88
DISALLOW_COPY_AND_ASSIGN(
DownloadShelfContextMenu
);
Completed in 258 milliseconds