Home | History | Annotate | Download | only in sessions

Lines Matching defs:TabNavigation

23 // TabNavigation  -------------------------------------------------------------
25 // TabNavigation corresponds to the parts of NavigationEntry needed to restore
28 // TabNavigation is cheap and supports copy semantics.
29 class TabNavigation {
35 TabNavigation();
36 TabNavigation(int index,
42 TabNavigation(const TabNavigation& tab);
43 ~TabNavigation();
44 TabNavigation& operator=(const TabNavigation& tab);
46 // Converts this TabNavigation into a NavigationEntry with a page id of
50 // Resets this TabNavigation from |entry|.
78 // TabNavigation is bogus.
80 // This is used when determining the selected TabNavigation and only useful
123 // corresponds to TabNavigation.index, not the index in navigations. When done
140 std::vector<TabNavigation> navigations;