HomeSort by relevance Sort by last modified time
    Searched refs: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 329 int chapter_id = current_entry; local
331 chapter_id += history_items;
333 chapter_id -= history_items;
337 chapter_id = GetIndexOfNextChapterStop(chapter_id,
339 if (chapter_id != -1)
341 } while (chapter_id != -1 && chapter_stops < kMaxChapterStops);

Completed in 59 milliseconds