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

  /external/chromium/chrome/browser/ui/toolbar/
back_forward_menu_model.cc 50 int chapter_stops = 0; local
54 chapter_stops = GetChapterStopCount(items);
56 if (chapter_stops)
57 items += chapter_stops + 1; // Chapter stops also need a separator.
204 int chapter_stops = GetChapterStopCount(history_items); local
205 if (chapter_stops == 0)
209 return (index == history_items + 1 + chapter_stops);
304 int chapter_stops = 0; local
319 ++chapter_stops;
320 } while (chapter_id != -1 && chapter_stops < kMaxChapterStops)
    [all...]
back_forward_menu_model_unittest.cc 62 int chapter_stops) {
64 int c = std::min(BackForwardMenuModel::kMaxChapterStops, chapter_stops);
  /external/chromium_org/chrome/browser/ui/toolbar/
back_forward_menu_model.cc 63 int chapter_stops = 0; local
67 chapter_stops = GetChapterStopCount(items);
69 if (chapter_stops)
70 items += chapter_stops + 1; // Chapter stops also need a separator.
223 int chapter_stops = GetChapterStopCount(history_items); local
224 if (chapter_stops == 0)
228 return (index == history_items + 1 + chapter_stops);
325 int chapter_stops = 0; local
340 ++chapter_stops;
341 } 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 48 milliseconds