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

/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.cc831 int selection_types) {
868 DCHECK(menu_item || (selection_types & SELECTION_EXIT) != 0);
871 pending_state_.submenu_open = (selection_types & SELECTION_OPEN_SUBMENU) != 0;
879 if (selection_types & SELECTION_UPDATE_IMMEDIATELY)
957 int selection_types = SELECTION_UPDATE_IMMEDIATELY; local
960 selection_types |= SELECTION_OPEN_SUBMENU;
967 selection_types |= SELECTION_OPEN_SUBMENU;
969 SetSelection(part.menu, selection_types);
1254 int selection_types = SELECTION_UPDATE_IMMEDIATELY; local
1256 selection_types |
830 SetSelection(MenuItemView* menu_item, int selection_types) argument
[all...]

Completed in 73 milliseconds