Searched refs:kMaxEntryCount (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_mac.cc88 const unsigned int kMaxEntryCount = 8; local
90 static_cast<SecKeychainAttribute*>(calloc(kMaxEntryCount,
97 DCHECK_LT(entries, kMaxEntryCount);
105 DCHECK_LE(entries, kMaxEntryCount);
113 DCHECK_LE(entries, kMaxEntryCount);
121 DCHECK_LE(entries, kMaxEntryCount);
129 DCHECK_LE(entries, kMaxEntryCount);
137 DCHECK_LE(entries, kMaxEntryCount);
145 DCHECK_LE(entries, kMaxEntryCount);
153 DCHECK_LE(entries, kMaxEntryCount);
[all...]
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl_unittest.cc2321 const int kMaxEntryCount = 5; local
2323 NavigationControllerImpl::set_max_entry_count_for_testing(kMaxEntryCount);
2327 for (url_index = 0; url_index < kMaxEntryCount; url_index++) {
2334 EXPECT_EQ(controller.GetEntryCount(), kMaxEntryCount);
2352 EXPECT_EQ(controller.GetEntryCount(), kMaxEntryCount);
2364 EXPECT_EQ(controller.GetEntryCount(), kMaxEntryCount);
3695 const int kMaxEntryCount = 3; local
3697 NavigationControllerImpl::set_max_entry_count_for_testing(kMaxEntryCount);
3800 const int kMaxEntryCount = 3; local
3802 NavigationControllerImpl::set_max_entry_count_for_testing(kMaxEntryCount);
[all...]

Completed in 663 milliseconds