Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/controls/menu/
Dmenu_controller.cc1419 int menu_depth = MenuDepth(state_.item); in CommitPendingSelection() local
1420 if (menu_depth == 0) { in CommitPendingSelection()
1424 DCHECK_GE(menu_depth, 0); in CommitPendingSelection()
1425 while (cached_size-- >= menu_depth) in CommitPendingSelection()