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

/external/chromium_org/ui/views/controls/menu/
H A Dmenu_message_pump_dispatcher_win.cc35 MenuItemView* item = menu_controller_->pending_state_.item;
H A Dmenu_controller.cc338 pending_state_ = State();
409 pending_state_ = menu_stack_.back().first;
835 BuildPathsAndCalculateDiff(pending_state_.item, menu_item, &current_path,
841 bool pending_item_changed = pending_state_.item != menu_item;
842 if (pending_item_changed && pending_state_.item) {
843 CustomButton* button = GetFirstHotTrackedView(pending_state_.item);
870 pending_state_.item = menu_item;
871 pending_state_.submenu_open = (selection_types & SELECTION_OPEN_SUBMENU) != 0;
1040 if (pending_state_.item) {
1041 if (pending_state_
[all...]
H A Dmenu_controller.h280 // Internally this updates pending_state_ immediatley. state_ is only updated
371 // pending_state_. This is invoked if submenus are not opened immediately,
536 // As the user drags the mouse around pending_state_ changes immediately.
538 // pending_state_ is committed to state_, potentially resulting in
542 State pending_state_; member in class:views::MenuController

Completed in 97 milliseconds