OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetChapterStopCount
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/toolbar/
back_forward_menu_model.cc
66
chapter_stops =
GetChapterStopCount
(items);
222
int chapter_stops =
GetChapterStopCount
(history_items);
318
int BackForwardMenuModel::
GetChapterStopCount
(int history_items) const {
445
if (index >= history_items + 1 +
GetChapterStopCount
(history_items))
back_forward_menu_model.h
57
// uses GetHistoryItemCount() and
GetChapterStopCount
() internally to figure
127
int
GetChapterStopCount
(int history_items) const;
back_forward_menu_model_unittest.cc
70
EXPECT_EQ(c, model->
GetChapterStopCount
(h));
Completed in 35 milliseconds