HomeSort by relevance Sort by last modified time
    Searched refs:GetChapterStopCount (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/ui/toolbar/
back_forward_menu_model.cc 54 chapter_stops = GetChapterStopCount(items);
204 int chapter_stops = GetChapterStopCount(history_items);
301 int BackForwardMenuModel::GetChapterStopCount(int history_items) const {
425 if (index >= history_items + 1 + GetChapterStopCount(history_items))
back_forward_menu_model.h 47 // uses GetHistoryItemCount() and GetChapterStopCount() internally to figure
112 int GetChapterStopCount(int history_items) const;
back_forward_menu_model_unittest.cc 66 EXPECT_EQ(c, model->GetChapterStopCount(h));

Completed in 19 milliseconds