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

  /external/chromium/chrome/browser/
jumplist_win.cc 734 const int kRecentlyClosedCount = 4;
743 &recently_closed_pages_, kRecentlyClosedCount);
746 &recently_closed_pages_, kRecentlyClosedCount);
  /external/chromium_org/chrome/browser/
jumplist_win.cc 608 const int kRecentlyClosedCount = 4;
617 &temp_list, kRecentlyClosedCount);
620 &temp_list, kRecentlyClosedCount);
  /external/chromium_org/chrome/browser/ui/gtk/
global_history_menu.cc 44 const unsigned int kRecentlyClosedCount = 8;
303 it != entries.end() && added_count < kRecentlyClosedCount; ++it) {
  /external/chromium_org/chrome/browser/ui/views/frame/
global_menu_bar_x11.cc 120 const unsigned int kRecentlyClosedCount = 8;
651 it != entries.end() && added_count < kRecentlyClosedCount; ++it) {

Completed in 4210 milliseconds