HomeSort by relevance Sort by last modified time
    Searched defs:GetEntryCount (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/supervised_user/experimental/
supervised_user_blacklist.cc 71 size_t SupervisedUserBlacklist::GetEntryCount() const {
  /external/chromium_org/chrome/browser/sync/glue/
synced_tab_delegate_android.cc 56 int SyncedTabDelegateAndroid::GetEntryCount() const {
58 ->GetEntryCount();
  /external/chromium_org/chrome/browser/ui/sync/
tab_contents_synced_tab_delegate.cc 64 int TabContentsSyncedTabDelegate::GetEntryCount() const {
65 return web_contents_->GetController().GetEntryCount();
  /external/chromium_org/net/disk_cache/memory/
mem_backend_impl.cc 132 int32 MemBackendImpl::GetEntryCount() const {
  /external/chromium_org/net/disk_cache/simple/
simple_index.cc 239 int32 SimpleIndex::GetEntryCount() const {
simple_backend_impl.cc 365 int32 SimpleBackendImpl::GetEntryCount() const {
367 return index_->GetEntryCount();
  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl.cc 256 DCHECK(GetEntryCount() == 0 && !GetPendingEntry());
497 int NavigationControllerImpl::GetEntryCount() const {
510 if (index < 0 || index >= GetEntryCount())
541 return index >= 0 && index < GetEntryCount();
    [all...]
  /external/chromium_org/net/disk_cache/blockfile/
backend_impl_v3.cc 263 if (!GetEntryCount())
280 int avg_size = header->num_bytes / GetEntryCount();
419 int32 BackendImplV3::GetEntryCount() const {
    [all...]
backend_impl.cc 977 if (!GetEntryCount())
994 int avg_size = data_->header.num_bytes / GetEntryCount();
    [all...]

Completed in 273 milliseconds