Searched defs:GetEntryCount (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/supervised_user/experimental/
H A Dsupervised_user_blacklist.cc71 size_t SupervisedUserBlacklist::GetEntryCount() const { function in class:SupervisedUserBlacklist
/external/chromium_org/chrome/browser/ui/sync/
H A Dtab_contents_synced_tab_delegate.cc64 int TabContentsSyncedTabDelegate::GetEntryCount() const { function in class:TabContentsSyncedTabDelegate
65 return web_contents_->GetController().GetEntryCount();
/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_tab_delegate_android.cc56 int SyncedTabDelegateAndroid::GetEntryCount() const { function in class:browser_sync::SyncedTabDelegateAndroid
58 ->GetEntryCount();
/external/chromium_org/net/disk_cache/memory/
H A Dmem_backend_impl.cc132 int32 MemBackendImpl::GetEntryCount() const { function in class:disk_cache::MemBackendImpl
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index.cc239 int32 SimpleIndex::GetEntryCount() const { function in class:disk_cache::SimpleIndex
H A Dsimple_backend_impl.cc365 int32 SimpleBackendImpl::GetEntryCount() const { function in class:disk_cache::SimpleBackendImpl
367 return index_->GetEntryCount();
/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl_v3.cc263 if (!GetEntryCount())
280 int avg_size = header->num_bytes / GetEntryCount();
419 int32 BackendImplV3::GetEntryCount() const { function in class:disk_cache::BackendImplV3
1283 if (!use_hours || !GetEntryCount() || !header->num_bytes)
1291 int avg_size = header->num_bytes / GetEntryCount();
1476 int32 BackendImplV3::GetEntryCount() const {
H A Dbackend_impl.cc977 if (!GetEntryCount())
994 int avg_size = data_->header.num_bytes / GetEntryCount();
1193 int32 BackendImpl::GetEntryCount() const { function in class:disk_cache::BackendImpl
1899 if (!use_hours || !GetEntryCount() || !data_->header.num_bytes)
1913 int avg_size = data_->header.num_bytes / GetEntryCount();
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl.cc256 DCHECK(GetEntryCount() == 0 && !GetPendingEntry());
497 int NavigationControllerImpl::GetEntryCount() const { function in class:content::NavigationControllerImpl
510 if (index < 0 || index >= GetEntryCount())
541 return index >= 0 && index < GetEntryCount();
1289 DCHECK(GetEntryCount() == 0 && !GetPendingEntry());
1291 if (source.GetEntryCount() == 0)
1295 InsertEntriesFrom(source, source.GetEntryCount());
1339 DCHECK_EQ(1, GetEntryCount());
1348 max_source_index = source->GetEntryCount();
1361 last_committed_entry_index_ = GetEntryCount()
[all...]

Completed in 277 milliseconds