Home
last modified time | relevance | path

Searched refs:AddRadioItemWithStringId (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ash/shelf/
Dshelf_alignment_menu.cc23 AddRadioItemWithStringId(MENU_ALIGN_LEFT, in ShelfAlignmentMenu()
26 AddRadioItemWithStringId(MENU_ALIGN_BOTTOM, in ShelfAlignmentMenu()
29 AddRadioItemWithStringId(MENU_ALIGN_RIGHT, in ShelfAlignmentMenu()
/external/chromium_org/ui/base/models/
Dsimple_menu_model.h82 void AddRadioItemWithStringId(int command_id, int string_id, int group_id);
Dsimple_menu_model.cc117 void SimpleMenuModel::AddRadioItemWithStringId(int command_id, int string_id, in AddRadioItemWithStringId() function in ui::SimpleMenuModel