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

  /external/chromium_org/ui/views/controls/menu/
menu_message_pump_dispatcher_win.cc 35 MenuItemView* item = menu_controller_->pending_state_.item;
menu_controller.cc 338 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;
    [all...]
menu_controller.h 280 // 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 427 milliseconds