max_entry_count   487 content/browser/frame_host/navigation_controller_impl.cc   DCHECK(entries_.size() <= max_entry_count());
max_entry_count  1536 content/browser/frame_host/navigation_controller_impl.cc   if (entries_.size() >= max_entry_count()) {
max_entry_count  1537 content/browser/frame_host/navigation_controller_impl.cc     DCHECK_EQ(max_entry_count(), entries_.size());
max_entry_count   189 content/browser/frame_host/navigation_controller_impl.h   static void set_max_entry_count_for_testing(size_t max_entry_count) {
max_entry_count   190 content/browser/frame_host/navigation_controller_impl.h     max_entry_count_for_testing_ = max_entry_count;
max_entry_count   192 content/browser/frame_host/navigation_controller_impl.h   static size_t max_entry_count();
max_entry_count  2263 content/browser/frame_host/navigation_controller_impl_unittest.cc   size_t original_count = NavigationControllerImpl::max_entry_count();
max_entry_count  3474 content/browser/frame_host/navigation_controller_impl_unittest.cc   size_t original_count = NavigationControllerImpl::max_entry_count();
max_entry_count  3579 content/browser/frame_host/navigation_controller_impl_unittest.cc   size_t original_count = NavigationControllerImpl::max_entry_count();