Home | History | Annotate | Download | only in menu

Lines Matching defs:current_path

763   std::vector<MenuItemView*> current_path;
765 BuildPathsAndCalculateDiff(pending_state_.item, menu_item, &current_path,
768 size_t current_size = current_path.size();
783 current_path.empty() ? NULL : current_path.front()->GetDelegate();
786 current_path[i]->GetType() == MenuItemView::SUBMENU) {
787 current_delegate->WillHideMenu(current_path[i]);
789 current_path[i]->SetSelected(false);
1427 std::vector<MenuItemView*> current_path;
1429 BuildPathsAndCalculateDiff(state_.item, pending_state_.item, &current_path,
1433 for (size_t i = paths_differ_at; i < current_path.size(); ++i) {
1434 if (current_path[i]->HasSubmenu()) {
1435 current_path[i]->GetSubmenu()->Hide();