Searched refs:GetChapterStopCount (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/ui/toolbar/
H A Dback_forward_menu_model.cc54 chapter_stops = GetChapterStopCount(items);
204 int chapter_stops = GetChapterStopCount(history_items);
301 int BackForwardMenuModel::GetChapterStopCount(int history_items) const { function in class:BackForwardMenuModel
425 if (index >= history_items + 1 + GetChapterStopCount(history_items))
H A Dback_forward_menu_model.h47 // uses GetHistoryItemCount() and GetChapterStopCount() internally to figure
112 int GetChapterStopCount(int history_items) const;
H A Dback_forward_menu_model_unittest.cc66 EXPECT_EQ(c, model->GetChapterStopCount(h));
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dback_forward_menu_model.cc67 chapter_stops = GetChapterStopCount(items);
223 int chapter_stops = GetChapterStopCount(history_items);
322 int BackForwardMenuModel::GetChapterStopCount(int history_items) const { function in class:BackForwardMenuModel
449 if (index >= history_items + 1 + GetChapterStopCount(history_items))
H A Dback_forward_menu_model.h57 // uses GetHistoryItemCount() and GetChapterStopCount() internally to figure
127 int GetChapterStopCount(int history_items) const;
H A Dback_forward_menu_model_unittest.cc70 EXPECT_EQ(c, model->GetChapterStopCount(h));

Completed in 60 milliseconds