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

  /external/chromium/chrome/browser/ui/toolbar/
back_forward_menu_model.h 103 // not report more than kMaxHistoryItems. The number returned also does not
143 static const int kMaxHistoryItems;
back_forward_menu_model.cc 27 const int BackForwardMenuModel::kMaxHistoryItems = 12;
53 if (items == kMaxHistoryItems)
260 // range of kMaxHistoryItems.
293 if (items > kMaxHistoryItems)
294 items = kMaxHistoryItems;
307 if (history_items == kMaxHistoryItems) {

Completed in 22 milliseconds