DownloadShelfContextMenu   36 chrome/browser/download/download_shelf_context_menu.cc DownloadShelfContextMenu::~DownloadShelfContextMenu() {
DownloadShelfContextMenu   40 chrome/browser/download/download_shelf_context_menu.cc DownloadShelfContextMenu::DownloadShelfContextMenu(
DownloadShelfContextMenu   49 chrome/browser/download/download_shelf_context_menu.cc ui::SimpleMenuModel* DownloadShelfContextMenu::GetMenuModel() {
DownloadShelfContextMenu   73 chrome/browser/download/download_shelf_context_menu.cc bool DownloadShelfContextMenu::IsCommandIdEnabled(int command_id) const {
DownloadShelfContextMenu  103 chrome/browser/download/download_shelf_context_menu.cc bool DownloadShelfContextMenu::IsCommandIdChecked(int command_id) const {
DownloadShelfContextMenu  119 chrome/browser/download/download_shelf_context_menu.cc void DownloadShelfContextMenu::ExecuteCommand(int command_id, int event_flags) {
DownloadShelfContextMenu  187 chrome/browser/download/download_shelf_context_menu.cc bool DownloadShelfContextMenu::GetAcceleratorForCommandId(
DownloadShelfContextMenu  192 chrome/browser/download/download_shelf_context_menu.cc bool DownloadShelfContextMenu::IsItemForCommandIdDynamic(int command_id) const {
DownloadShelfContextMenu  196 chrome/browser/download/download_shelf_context_menu.cc base::string16 DownloadShelfContextMenu::GetLabelForCommandId(
DownloadShelfContextMenu  231 chrome/browser/download/download_shelf_context_menu.cc void DownloadShelfContextMenu::DetachFromDownloadItem() {
DownloadShelfContextMenu  239 chrome/browser/download/download_shelf_context_menu.cc void DownloadShelfContextMenu::OnDownloadDestroyed(DownloadItem* download) {
DownloadShelfContextMenu  244 chrome/browser/download/download_shelf_context_menu.cc ui::SimpleMenuModel* DownloadShelfContextMenu::GetInProgressMenuModel() {
DownloadShelfContextMenu  266 chrome/browser/download/download_shelf_context_menu.cc ui::SimpleMenuModel* DownloadShelfContextMenu::GetFinishedMenuModel() {
DownloadShelfContextMenu  289 chrome/browser/download/download_shelf_context_menu.cc ui::SimpleMenuModel* DownloadShelfContextMenu::GetInterruptedMenuModel() {
DownloadShelfContextMenu  322 chrome/browser/download/download_shelf_context_menu.cc ui::SimpleMenuModel* DownloadShelfContextMenu::GetMaybeMaliciousMenuModel() {
DownloadShelfContextMenu  337 chrome/browser/download/download_shelf_context_menu.cc DownloadShelfContextMenu::GetMaliciousMenuModel() {
DownloadShelfContextMenu   24 chrome/browser/download/download_shelf_context_menu.h class DownloadShelfContextMenu : public ui::SimpleMenuModel::Delegate,
DownloadShelfContextMenu   40 chrome/browser/download/download_shelf_context_menu.h   virtual ~DownloadShelfContextMenu();
DownloadShelfContextMenu   45 chrome/browser/download/download_shelf_context_menu.h   DownloadShelfContextMenu(content::DownloadItem* download_item,
DownloadShelfContextMenu   90 chrome/browser/download/download_shelf_context_menu.h   DISALLOW_COPY_AND_ASSIGN(DownloadShelfContextMenu);
DownloadShelfContextMenu   16 chrome/browser/ui/gtk/download/download_shelf_context_menu_gtk.cc     : DownloadShelfContextMenu(download_item->download(), navigator),
DownloadShelfContextMenu   16 chrome/browser/ui/gtk/download/download_shelf_context_menu_gtk.h class DownloadShelfContextMenuGtk : public DownloadShelfContextMenu,
DownloadShelfContextMenu   19 chrome/browser/ui/views/download/download_shelf_context_menu_view.cc     : DownloadShelfContextMenu(download_item, navigator) {
DownloadShelfContextMenu   29 chrome/browser/ui/views/download/download_shelf_context_menu_view.h class DownloadShelfContextMenuView : public DownloadShelfContextMenu {