Searched refs:selection_types (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.cc820 int selection_types) {
857 DCHECK(menu_item || (selection_types & SELECTION_EXIT) != 0);
860 pending_state_.submenu_open = (selection_types & SELECTION_OPEN_SUBMENU) != 0;
868 if (selection_types & SELECTION_UPDATE_IMMEDIATELY)
952 int selection_types = SELECTION_UPDATE_IMMEDIATELY; local
955 selection_types |= SELECTION_OPEN_SUBMENU;
962 selection_types |= SELECTION_OPEN_SUBMENU;
964 SetSelection(part.menu, selection_types);
1347 int selection_types = SELECTION_UPDATE_IMMEDIATELY; local
1349 selection_types |
819 SetSelection(MenuItemView* menu_item, int selection_types) argument
[all...]

Completed in 205 milliseconds