Searched refs:kMaxChapterStops (Results 1 – 3 of 3) sorted by relevance
146 static const int kMaxChapterStops; variable
28 const int BackForwardMenuModel::kMaxChapterStops = 5; member in BackForwardMenuModel320 } while (chapter_id != -1 && chapter_stops < kMaxChapterStops); in GetChapterStopCount()
64 int c = std::min(BackForwardMenuModel::kMaxChapterStops, chapter_stops); in ValidateModel()