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

/external/chromium/chrome/browser/password_manager/
H A Dpassword_store_mac.cc72 const unsigned int kMaxEntryCount = 8; local
74 static_cast<SecKeychainAttribute*>(calloc(kMaxEntryCount,
81 DCHECK(entries < kMaxEntryCount);
89 DCHECK(entries <= kMaxEntryCount);
97 DCHECK(entries <= kMaxEntryCount);
105 DCHECK(entries <= kMaxEntryCount);
113 DCHECK(entries <= kMaxEntryCount);
121 DCHECK(entries <= kMaxEntryCount);
129 DCHECK(entries <= kMaxEntryCount);
137 DCHECK(entries <= kMaxEntryCount);
[all...]
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_mac.cc75 const unsigned int kMaxEntryCount = 8; local
77 static_cast<SecKeychainAttribute*>(calloc(kMaxEntryCount,
84 DCHECK_LT(entries, kMaxEntryCount);
92 DCHECK_LE(entries, kMaxEntryCount);
100 DCHECK_LE(entries, kMaxEntryCount);
108 DCHECK_LE(entries, kMaxEntryCount);
116 DCHECK_LE(entries, kMaxEntryCount);
124 DCHECK_LE(entries, kMaxEntryCount);
132 DCHECK_LE(entries, kMaxEntryCount);
140 DCHECK_LE(entries, kMaxEntryCount);
[all...]
/external/chromium_org/content/browser/web_contents/
H A Dnavigation_controller_impl_unittest.cc2137 const int kMaxEntryCount = 5; local
2139 NavigationControllerImpl::set_max_entry_count_for_testing(kMaxEntryCount);
2143 for (url_index = 0; url_index < kMaxEntryCount; url_index++) {
2150 EXPECT_EQ(controller.GetEntryCount(), kMaxEntryCount);
2168 EXPECT_EQ(controller.GetEntryCount(), kMaxEntryCount);
2180 EXPECT_EQ(controller.GetEntryCount(), kMaxEntryCount);
3313 const int kMaxEntryCount = 3; local
3315 NavigationControllerImpl::set_max_entry_count_for_testing(kMaxEntryCount);

Completed in 94 milliseconds