Searched refs:chapter_stops (Results 1 – 2 of 2) sorted by relevance
50 int chapter_stops = 0; in GetItemCount() local54 chapter_stops = GetChapterStopCount(items); in GetItemCount()56 if (chapter_stops) in GetItemCount()57 items += chapter_stops + 1; // Chapter stops also need a separator. in GetItemCount()204 int chapter_stops = GetChapterStopCount(history_items); in IsSeparator() local205 if (chapter_stops == 0) in IsSeparator()209 return (index == history_items + 1 + chapter_stops); in IsSeparator()304 int chapter_stops = 0; in GetChapterStopCount() local319 ++chapter_stops; in GetChapterStopCount()320 } while (chapter_id != -1 && chapter_stops < kMaxChapterStops); in GetChapterStopCount()[all …]
62 int chapter_stops) { in ValidateModel() argument64 int c = std::min(BackForwardMenuModel::kMaxChapterStops, chapter_stops); in ValidateModel()