HomeSort by relevance Sort by last modified time
    Searched defs:kMaxHistoryItems (Results 1 - 4 of 4) 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) {
  /external/chromium_org/chrome/browser/ui/toolbar/
back_forward_menu_model.h 118 // not report more than kMaxHistoryItems. The number returned also does not
158 static const int kMaxHistoryItems;
back_forward_menu_model.cc 40 const int BackForwardMenuModel::kMaxHistoryItems = 12;
66 if (items == kMaxHistoryItems)
288 // range of kMaxHistoryItems.
314 if (items > kMaxHistoryItems)
315 items = kMaxHistoryItems;
328 if (history_items == kMaxHistoryItems) {

Completed in 1865 milliseconds