Searched refs:menu_item_count (Results 1 – 2 of 2) sorted by relevance
219 int menu_item_count = GetMenuItemCount(); in OnMouseWheel() local220 if (vis_bounds.height() == height() || !menu_item_count) { in OnMouseWheel()228 while ((i < menu_item_count) && (GetMenuItemAt(i)->y() < vis_bounds.y())) in OnMouseWheel()230 if (i == menu_item_count) in OnMouseWheel()252 if (first_vis_index + 1 == menu_item_count) in OnMouseWheel()
2055 for (int i = 0, menu_item_count = submenu->GetMenuItemCount(); in FindChildForMnemonic() local2056 i < menu_item_count; ++i) { in FindChildForMnemonic()