Home
last modified time | relevance | path

Searched refs:SHOW_IN_FOLDER (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/download/
Ddownload_shelf.cc47 case SHOW_IN_FOLDER: in GetLabelForCommandId()
71 case SHOW_IN_FOLDER: in IsCommandIdEnabled()
87 case SHOW_IN_FOLDER: in ExecuteCommand()
137 SHOW_IN_FOLDER, IDS_DOWNLOAD_MENU_SHOW); in GetInProgressMenuModel()
157 SHOW_IN_FOLDER, IDS_DOWNLOAD_MENU_SHOW); in GetFinishedMenuModel()
Ddownload_shelf.h54 SHOW_IN_FOLDER = 1, // Open a file explorer window with the item selected. enumerator
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_item_controller.mm82 using DownloadShelfContextMenu::SHOW_IN_FOLDER;
270 menuBridge_->ExecuteCommand(DownloadShelfContextMenuMac::SHOW_IN_FOLDER);
371 actionId = DownloadShelfContextMenuMac::SHOW_IN_FOLDER;
400 menuBridge_->ExecuteCommand(DownloadShelfContextMenuMac::SHOW_IN_FOLDER);
/external/chromium/chrome/browser/ui/gtk/download/
Ddownload_item_gtk.cc124 case SHOW_IN_FOLDER: in GetImageForCommandId()