HomeSort by relevance Sort by last modified time
    Searched full:chapter_id (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/toolbar/
back_forward_menu_model.cc 308 int chapter_id = current_entry; local
310 chapter_id += history_items;
312 chapter_id -= history_items;
316 chapter_id = GetIndexOfNextChapterStop(chapter_id,
318 if (chapter_id != -1)
320 } while (chapter_id != -1 && chapter_stops < kMaxChapterStops);
  /external/chromium_org/chrome/browser/ui/toolbar/
back_forward_menu_model.cc 328 int chapter_id = current_entry; local
330 chapter_id += history_items;
332 chapter_id -= history_items;
336 chapter_id = GetIndexOfNextChapterStop(chapter_id,
338 if (chapter_id != -1)
340 } while (chapter_id != -1 && chapter_stops < kMaxChapterStops);

Completed in 208 milliseconds