Searched refs:GetEntryCount (Results 1 - 13 of 13) sorted by relevance

/external/chromium/net/disk_cache/
H A Dbackend_unittest.cc85 EXPECT_EQ(2, cache_->GetEntryCount());
91 EXPECT_EQ(2, cache_->GetEntryCount());
94 EXPECT_EQ(1, cache_->GetEntryCount());
100 EXPECT_EQ(0, cache_->GetEntryCount());
107 EXPECT_EQ(0, cache_->GetEntryCount());
445 EXPECT_EQ(100, cache_->GetEntryCount());
464 EXPECT_EQ(0, cache_->GetEntryCount());
583 EXPECT_EQ(0, cache_->GetEntryCount());
633 EXPECT_EQ(1, cache_->GetEntryCount());
637 EXPECT_EQ(0, cache_->GetEntryCount());
[all...]
H A Ddisk_cache.h69 virtual int32 GetEntryCount() const = 0;
H A Dmem_backend_impl.h66 virtual int32 GetEntryCount() const;
H A Dentry_unittest.cc130 EXPECT_EQ(0, cache_->GetEntryCount());
273 EXPECT_EQ(0, cache_->GetEntryCount());
341 EXPECT_EQ(0, cache_->GetEntryCount());
457 EXPECT_EQ(0, cache_->GetEntryCount());
1195 EXPECT_EQ(0, cache_->GetEntryCount());
1218 EXPECT_EQ(0, cache_->GetEntryCount());
1615 EXPECT_EQ(2, cache_->GetEntryCount());
1617 EXPECT_EQ(3, cache_->GetEntryCount());
1656 EXPECT_EQ(2, cache_->GetEntryCount());
1658 EXPECT_EQ(15, cache_->GetEntryCount());
[all...]
H A Dstress_cache.cc114 cache->GetEntryCount());
H A Dbackend_impl.h250 virtual int32 GetEntryCount() const;
H A Dmem_backend_impl.cc130 int32 MemBackendImpl::GetEntryCount() const { function in class:disk_cache::MemBackendImpl
H A Ddisk_cache_test_base.cc48 ASSERT_EQ(0, cache_->GetEntryCount());
H A Dbackend_impl.cc1069 if (!GetEntryCount())
1086 int avg_size = data_->header.num_bytes / GetEntryCount();
1256 int32 BackendImpl::GetEntryCount() const { function in class:disk_cache::BackendImpl
1938 if (!use_hours || !GetEntryCount() || !data_->header.num_bytes)
1948 int avg_size = data_->header.num_bytes / GetEntryCount();
/external/chromium/net/tools/crash_cache/
H A Dcrash_cache.cc139 if (cb.GetResult(rv) != net::OK || cache->GetEntryCount())
180 if (cb.GetResult(rv) != net::OK || cache->GetEntryCount())
223 if (cb.GetResult(rv) != net::OK || cache->GetEntryCount())
265 if (cb.GetResult(rv) != net::OK || cache->GetEntryCount())
/external/libvpx/mkvparser/
H A Dmkvparser.hpp582 long GetEntryCount() const;
H A Dmkvparser.cpp7508 long Cluster::GetEntryCount() const
/external/chromium/net/http/
H A Dhttp_cache_unittest.cc380 virtual int32 GetEntryCount() const {

Completed in 140 milliseconds