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

  /external/chromium/net/disk_cache/
backend_unittest.cc 85 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...]
disk_cache.h 69 virtual int32 GetEntryCount() const = 0;
mem_backend_impl.h 66 virtual int32 GetEntryCount() const;
entry_unittest.cc 130 EXPECT_EQ(0, cache_->GetEntryCount());
273 EXPECT_EQ(0, cache_->GetEntryCount());
341 EXPECT_EQ(0, cache_->GetEntryCount());
457 EXPECT_EQ(0, cache_->GetEntryCount());
    [all...]
stress_cache.cc 114 cache->GetEntryCount());
backend_impl.h 250 virtual int32 GetEntryCount() const;
mem_backend_impl.cc 130 int32 MemBackendImpl::GetEntryCount() const {
disk_cache_test_base.cc 48 ASSERT_EQ(0, cache_->GetEntryCount());
backend_impl.cc 1069 if (!GetEntryCount())
1086 int avg_size = data_->header.num_bytes / GetEntryCount();
    [all...]
  /external/chromium/net/tools/crash_cache/
crash_cache.cc 139 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/
mkvparser.hpp 737 long GetEntryCount() const;
mkvparser.cpp     [all...]
  /external/chromium/net/http/
http_cache_unittest.cc 380 virtual int32 GetEntryCount() const {
    [all...]

Completed in 482 milliseconds