Home | History | Annotate | Download | only in sessions

Lines Matching full:navigation

970         // Update the selected navigation index.
987 TabNavigation navigation;
989 if (!RestoreUpdateTabNavigationCommand(*command, &navigation, &tab_id))
995 navigation.index());
996 if (i != tab->navigations.end() && i->index() == navigation.index())
997 *i = navigation;
999 tab->navigations.insert(i, navigation);