Home
last modified time | relevance | path

Searched refs:GetChapterStopCount (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/toolbar/
H A Dback_forward_menu_model.cc67 chapter_stops = GetChapterStopCount(items); in GetItemCount()
218 int chapter_stops = GetChapterStopCount(history_items); in IsSeparator()
298 int BackForwardMenuModel::GetChapterStopCount(int history_items) const { in GetChapterStopCount() function in BackForwardMenuModel
423 if (index >= history_items + 1 + GetChapterStopCount(history_items)) in MenuIndexToNavEntryIndex()
H A Dback_forward_menu_model.h111 int GetChapterStopCount(int history_items) const;
H A Dback_forward_menu_model_unittest.cc82 EXPECT_EQ(c, model->GetChapterStopCount(h)); in ValidateModel()