OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chapter_stops
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/toolbar/
back_forward_menu_model.cc
62
int
chapter_stops
= 0;
local
66
chapter_stops
= GetChapterStopCount(items);
68
if (
chapter_stops
)
69
items +=
chapter_stops
+ 1; // Chapter stops also need a separator.
222
int
chapter_stops
= GetChapterStopCount(history_items);
local
223
if (
chapter_stops
== 0)
227
return (index == history_items + 1 +
chapter_stops
);
321
int
chapter_stops
= 0;
local
336
++
chapter_stops
;
337
} while (chapter_id != -1 &&
chapter_stops
< kMaxChapterStops)
[
all
...]
back_forward_menu_model_unittest.cc
66
int
chapter_stops
) {
68
int c = std::min(BackForwardMenuModel::kMaxChapterStops,
chapter_stops
);
Completed in 54 milliseconds