Searched refs:FindChapterStop (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/toolbar/
H A Dback_forward_menu_model.h130 // 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;
H A Dback_forward_menu_model.cc371 int BackForwardMenuModel::FindChapterStop(int offset, function in class:BackForwardMenuModel
429 index = FindChapterStop(history_items,
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dback_forward_menu_model.h145 // 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;
H A Dback_forward_menu_model.cc394 int BackForwardMenuModel::FindChapterStop(int offset, function in class:BackForwardMenuModel
453 index = FindChapterStop(history_items,

Completed in 62 milliseconds