Searched defs:ShelfAlignmentMenu (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/shelf/
H A Dshelf_alignment_menu.cc16 ShelfAlignmentMenu::ShelfAlignmentMenu(aura::Window* root) function in class:ash::ShelfAlignmentMenu
33 ShelfAlignmentMenu::~ShelfAlignmentMenu() {}
35 bool ShelfAlignmentMenu::IsCommandIdChecked(int command_id) const {
43 bool ShelfAlignmentMenu::IsCommandIdEnabled(int command_id) const {
47 bool ShelfAlignmentMenu::GetAcceleratorForCommandId(
53 void ShelfAlignmentMenu::ExecuteCommand(int command_id, int event_flags) {
H A Dshelf_alignment_menu.h19 class ASH_EXPORT ShelfAlignmentMenu : public ui::SimpleMenuModel, class in namespace:ash
22 explicit ShelfAlignmentMenu(aura::Window* root);
23 virtual ~ShelfAlignmentMenu();
43 DISALLOW_COPY_AND_ASSIGN(ShelfAlignmentMenu);

Completed in 208 milliseconds