Home | History | Annotate | Download | only in menu

Lines Matching refs:GetMenuItemAt

627   MenuItemView* menu_item = GetMenuItemAt(source, event.x(), event.y());
727 SetDropMenuItem(source->GetMenuItemAt(0), MenuDelegate::DROP_NONE);
1311 MenuItemView* MenuController::GetMenuItemAt(View* source, int x, int y) {
1401 part->menu = GetMenuItemAt(menu, menu_loc.x(), menu_loc.y());
1886 SetSelection(item->GetSubmenu()->GetMenuItemAt(0), SELECTION_DEFAULT);
1920 if (parent->GetSubmenu()->GetMenuItemAt(i) == item) {
1950 MenuItemView* child = parent->GetSubmenu()->GetMenuItemAt(index);
1961 SetSelection(item->GetSubmenu()->GetMenuItemAt(0),
1991 MenuItemView* child = submenu->GetMenuItemAt(i);
2018 if (submenu->GetMenuItemAt(details.first_match)->HasSubmenu()) {
2019 SetSelection(submenu->GetMenuItemAt(details.first_match),
2022 Accept(submenu->GetMenuItemAt(details.first_match), 0);
2026 SetSelection(submenu->GetMenuItemAt(details.first_match),
2029 SetSelection(submenu->GetMenuItemAt(details.next_match),