GetChapterStopCount   67 chrome/browser/ui/toolbar/back_forward_menu_model.cc       chapter_stops = GetChapterStopCount(items);
GetChapterStopCount  223 chrome/browser/ui/toolbar/back_forward_menu_model.cc     int chapter_stops = GetChapterStopCount(history_items);
GetChapterStopCount  448 chrome/browser/ui/toolbar/back_forward_menu_model.cc   if (index >= history_items + 1 + GetChapterStopCount(history_items))
GetChapterStopCount  127 chrome/browser/ui/toolbar/back_forward_menu_model.h   int GetChapterStopCount(int history_items) const;
GetChapterStopCount   71 chrome/browser/ui/toolbar/back_forward_menu_model_unittest.cc     EXPECT_EQ(c, model->GetChapterStopCount(h));