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

  /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 57 int TabContentsSyncedTabDelegate::GetEntryCount() const {
58 return web_contents_->GetController().GetEntryCount();
  /external/chromium/net/disk_cache/
mem_backend_impl.cc 130 int32 MemBackendImpl::GetEntryCount() const {
backend_impl.cc 1069 if (!GetEntryCount())
1086 int avg_size = data_->header.num_bytes / GetEntryCount();
    [all...]
  /external/chromium_org/net/disk_cache/
mem_backend_impl.cc 131 int32 MemBackendImpl::GetEntryCount() const {
tracing_cache_backend.cc 190 int32 TracingCacheBackend::GetEntryCount() const {
191 return backend_->GetEntryCount();
backend_impl.cc 950 if (!GetEntryCount())
967 int avg_size = data_->header.num_bytes / GetEntryCount();
    [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_index.cc 197 int32 SimpleIndex::GetEntryCount() const {
simple_backend_impl.cc 273 int32 SimpleBackendImpl::GetEntryCount() const {
275 return index_->GetEntryCount();
  /external/chromium_org/content/browser/web_contents/
navigation_controller_impl.cc 240 DCHECK(GetEntryCount() == 0 && !GetPendingEntry());
474 int NavigationControllerImpl::GetEntryCount() const {
487 if (index < 0 || index >= GetEntryCount())
518 return index >= 0 && index < GetEntryCount();
    [all...]
  /external/chromium_org/net/disk_cache/v3/
backend_impl_v3.cc 337 if (!GetEntryCount())
354 int avg_size = data_->header.num_bytes / GetEntryCount();
494 int32 BackendImpl::GetEntryCount() const {
    [all...]

Completed in 435 milliseconds