HomeSort by relevance Sort by last modified time
    Searched full:pending_state_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc 321 pending_state_ = State();
368 pending_state_ = menu_stack_.back();
765 BuildPathsAndCalculateDiff(pending_state_.item, menu_item, &current_path,
771 bool pending_item_changed = pending_state_.item != menu_item;
772 if (pending_item_changed && pending_state_.item) {
773 View* current_hot_view = GetFirstHotTrackedView(pending_state_.item);
803 pending_state_.item = menu_item;
804 pending_state_.submenu_open = (selection_types & SELECTION_OPEN_SUBMENU) != 0;
958 MenuItemView* item = pending_state_.item;
    [all...]
menu_controller.h 244 // Internally this updates pending_state_ immediatley. state_ is only updated
339 // pending_state_. This is invoked if submenus are not opened immediately,
497 // As the user drags the mouse around pending_state_ changes immediately.
499 // pending_state_ is committed to state_, potentially resulting in
503 State pending_state_; member in class:views::MenuController

Completed in 213 milliseconds