HomeSort by relevance Sort by last modified time
    Searched defs:AppListMenu (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/app_list/
app_list_menu.cc 15 AppListMenu::AppListMenu(AppListViewDelegate* delegate)
21 AppListMenu::~AppListMenu() {}
23 void AppListMenu::InitMenu() {
37 bool AppListMenu::IsCommandIdChecked(int command_id) const {
41 bool AppListMenu::IsCommandIdEnabled(int command_id) const {
45 bool AppListMenu::GetAcceleratorForCommandId(int command_id,
50 void AppListMenu::ExecuteCommand(int command_id, int event_flags) {
app_list_menu.h 17 class AppListMenu : public ui::SimpleMenuModel::Delegate {
26 explicit AppListMenu(AppListViewDelegate* delegate);
27 virtual ~AppListMenu();
44 DISALLOW_COPY_AND_ASSIGN(AppListMenu);

Completed in 34 milliseconds