Searched refs:CouldBeSparse (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dsparse_control.h54 bool CouldBeSparse() const;
H A Dsparse_control_v3.h49 bool CouldBeSparse() const;
H A Dentry_impl_v3.h97 virtual bool CouldBeSparse() const OVERRIDE;
H A Dentry_impl.h167 virtual bool CouldBeSparse() const OVERRIDE;
H A Dentry_impl_v3.cc675 bool EntryImplV3::CouldBeSparse() const { function in class:disk_cache::EntryImplV3
681 return sparse->CouldBeSparse();
1448 bool EntryImplV3::CouldBeSparse() const { function in class:disk_cache::EntryImplV3
H A Dsparse_control_v3.cc215 bool SparseControl::CouldBeSparse() const { function in class:disk_cache::SparseControl
H A Dentry_impl.cc888 bool EntryImpl::CouldBeSparse() const { function in class:disk_cache::EntryImpl
894 return sparse->CouldBeSparse();
H A Dsparse_control.cc234 bool SparseControl::CouldBeSparse() const { function in class:disk_cache::SparseControl
/external/chromium_org/net/disk_cache/
H A Ddisk_cache.h289 virtual bool CouldBeSparse() const = 0;
H A Dentry_unittest.cc63 void CouldBeSparse();
1802 void DiskCacheEntryTest::CouldBeSparse() {
1814 EXPECT_TRUE(entry->CouldBeSparse());
1818 EXPECT_TRUE(entry->CouldBeSparse());
1824 EXPECT_FALSE(entry->CouldBeSparse());
1830 EXPECT_FALSE(entry->CouldBeSparse());
1834 EXPECT_FALSE(entry->CouldBeSparse());
1838 TEST_F(DiskCacheEntryTest, CouldBeSparse) {
1840 CouldBeSparse();
1846 CouldBeSparse();
[all...]
/external/chromium_org/net/disk_cache/memory/
H A Dmem_entry_impl.h107 virtual bool CouldBeSparse() const OVERRIDE;
H A Dmem_entry_impl.cc264 bool MemEntryImpl::CouldBeSparse() const { function in class:disk_cache::MemEntryImpl
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_entry_impl.h112 virtual bool CouldBeSparse() const OVERRIDE;
H A Dsimple_entry_impl.cc511 bool SimpleEntryImpl::CouldBeSparse() const { function in class:disk_cache::SimpleEntryImpl
/external/chromium_org/net/http/
H A Dmock_http_cache.h47 virtual bool CouldBeSparse() const OVERRIDE;
H A Dpartial_data.cc290 return entry->CouldBeSparse();
H A Dmock_http_cache.cc239 bool MockDiskEntry::CouldBeSparse() const {

Completed in 177 milliseconds