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

  /external/chromium/chrome/browser/ui/toolbar/
back_forward_menu_model.h 130 // Example: FindChapterStop(5, false, 3) starts with the currently active
133 // Example: FindChapterStop(0, true, 0) is functionally equivalent to
140 int FindChapterStop(int offset, bool forward, int skip) const;
back_forward_menu_model.cc 371 int BackForwardMenuModel::FindChapterStop(int offset,
429 index = FindChapterStop(history_items,
  /external/chromium_org/chrome/browser/ui/toolbar/
back_forward_menu_model.h 145 // Example: FindChapterStop(5, false, 3) starts with the currently active
148 // Example: FindChapterStop(0, true, 0) is functionally equivalent to
155 int FindChapterStop(int offset, bool forward, int skip) const;
back_forward_menu_model.cc 394 int BackForwardMenuModel::FindChapterStop(int offset,
453 index = FindChapterStop(history_items,

Completed in 370 milliseconds