|   /external/chromium_org/net/disk_cache/blockfile/ | 
| file_ios.cc  | 5 #include "net/disk_cache/blockfile/file.h" 12 #include "net/disk_cache/blockfile/in_flight_io.h" 13 #include "net/disk_cache/disk_cache.h" 19 class FileBackgroundIO : public disk_cache::BackgroundIO { 26   FileBackgroundIO(disk_cache::File* file, const void* buf, size_t buf_len, 27                    size_t offset, disk_cache::FileIOCallback* callback, 28                    disk_cache::InFlightIO* controller) 29       : disk_cache::BackgroundIO(controller), callback_(callback), file_(file), 33   disk_cache::FileIOCallback* callback()  167 namespace disk_cache {  namespace      [all...] | 
| backend_worker_v3.h  | 5 // See net/disk_cache/disk_cache.h for the public interface of the cache. 13 #include "net/disk_cache/blockfile/addr.h" 14 #include "net/disk_cache/blockfile/backend_impl_v3.h" 15 #include "net/disk_cache/blockfile/block_files.h" 21 namespace disk_cache {  namespace  41   bool CreateBackingStore(disk_cache::File* file); 54 }  // namespace disk_cache
  | 
| file_lock.cc  | 5 #include "net/disk_cache/blockfile/file_lock.h" 20 namespace disk_cache {  namespace  47 }  // namespace disk_cache
  | 
| trace.h  | 16 namespace disk_cache {  namespace  39 }  // namespace disk_cache
  | 
| mapped_file_unittest.cc  | 8 #include "net/disk_cache/blockfile/file_block.h" 9 #include "net/disk_cache/blockfile/mapped_file.h" 10 #include "net/disk_cache/disk_cache_test_base.h" 11 #include "net/disk_cache/disk_cache_test_util.h" 17 class FileCallbackTest: public disk_cache::FileIOCallback { 43 class TestFileBlock : public disk_cache::FileBlock { 63   scoped_refptr<disk_cache::MappedFile> file(new disk_cache::MappedFile); 78   scoped_refptr<disk_cache::MappedFile> file(new disk_cache::MappedFile)     [all...] | 
| bitmap_unittest.cc  | 5 #include "net/disk_cache/blockfile/bitmap.h" 10   disk_cache::Bitmap map32(32, false); 13   disk_cache::Bitmap map64(64, false); 19   disk_cache::Bitmap map; 26   disk_cache::Bitmap bitmap(80, true); 59   disk_cache::Bitmap map(kSize, true); 72   disk_cache::Bitmap map(kSize1, true); 96   disk_cache::Bitmap bitmap(kMapSize * 8, false); 108   disk_cache::Bitmap bitmap2(reinterpret_cast<uint32*>(local_map), 125   disk_cache::Bitmap map(kMapSize * 8, true)     [all...] | 
| block_bitmaps_v3.h  | 5 // See net/disk_cache/disk_cache.h for the public interface. 12 #include "net/disk_cache/blockfile/addr.h" 13 #include "net/disk_cache/blockfile/block_files.h" 15 namespace disk_cache {  namespace  63 }  // namespace disk_cache
  | 
| disk_cache_perftest.cc  | 20 #include "net/disk_cache/blockfile/backend_impl.h" 21 #include "net/disk_cache/blockfile/block_files.h" 22 #include "net/disk_cache/disk_cache.h" 23 #include "net/disk_cache/disk_cache_test_base.h" 24 #include "net/disk_cache/disk_cache_test_util.h" 42 bool TimeWrite(int num_entries, disk_cache::Backend* cache, 64     disk_cache::Entry* cache_entry; 94 bool TimeRead(int num_entries, disk_cache::Backend* cache, 113     disk_cache::Entry* cache_entry     [all...] | 
| rankings.cc  | 5 #include "net/disk_cache/blockfile/rankings.h" 8 #include "net/disk_cache/blockfile/backend_impl.h" 9 #include "net/disk_cache/blockfile/disk_format.h" 10 #include "net/disk_cache/blockfile/entry_impl.h" 11 #include "net/disk_cache/blockfile/errors.h" 12 #include "net/disk_cache/blockfile/histogram_macros.h" 13 #include "net/disk_cache/blockfile/stress_support.h" 21 namespace disk_cache {  namespace  44   Transaction(volatile disk_cache::LruData* data, disk_cache::Addr addr 194 namespace disk_cache {  namespace      [all...] | 
|   /external/chromium_org/net/disk_cache/ | 
| cache_creator.cc  | 11 #include "net/disk_cache/blockfile/backend_impl.h" 12 #include "net/disk_cache/cache_util.h" 13 #include "net/disk_cache/disk_cache.h" 14 #include "net/disk_cache/memory/mem_backend_impl.h" 15 #include "net/disk_cache/simple/simple_backend_impl.h" 32                scoped_ptr<disk_cache::Backend>* backend, 53   scoped_ptr<disk_cache::Backend>* backend_; 55   scoped_ptr<disk_cache::Backend> created_cache_; 70     scoped_ptr<disk_cache::Backend>* backend 160 namespace disk_cache {  namespace      [all...] | 
| cache_util.h  | 10 #include "net/disk_cache/disk_cache.h" 16 namespace disk_cache {  namespace  46 }  // namespace disk_cache
  | 
| disk_cache_test_base.cc  | 5 #include "net/disk_cache/disk_cache_test_base.h" 16 #include "net/disk_cache/blockfile/backend_impl.h" 17 #include "net/disk_cache/cache_util.h" 18 #include "net/disk_cache/disk_cache.h" 19 #include "net/disk_cache/disk_cache_test_util.h" 20 #include "net/disk_cache/memory/mem_backend_impl.h" 21 #include "net/disk_cache/simple/simple_backend_impl.h" 22 #include "net/disk_cache/simple/simple_index.h" 56     scoped_ptr<disk_cache::Backend::Iterator> iterator     [all...] | 
|   /external/chromium_org/net/disk_cache/simple/ | 
| simple_net_log_parameters.cc  | 5 #include "net/disk_cache/simple/simple_net_log_parameters.h" 14 #include "net/disk_cache/simple/simple_entry_impl.h" 19     const disk_cache::SimpleEntryImpl* entry, 28     const disk_cache::SimpleEntryImpl* entry, 40 namespace disk_cache {  namespace  55 }  // namespace disk_cache
  | 
| simple_version_upgrade.h  | 19 namespace disk_cache {  namespace  48 }  // namespace disk_cache
  | 
| simple_version_upgrade_unittest.cc  | 5 #include "net/disk_cache/simple/simple_version_upgrade.h" 14 #include "net/disk_cache/simple/simple_backend_version.h" 15 #include "net/disk_cache/simple/simple_entry_format_history.h" 24 // Same as |disk_cache::kSimpleInitialMagicNumber|. 35   disk_cache::FakeIndexData data; 51   disk_cache::FakeIndexData data; 60   EXPECT_FALSE(disk_cache::UpgradeSimpleCacheOnDisk(cache_dir.path())); 76   ASSERT_TRUE(disk_cache::UpgradeSimpleCacheOnDisk(cache_path)); 82   const disk_cache::FakeIndexData* fake_index_header; 84   fake_index_header = reinterpret_cast<const disk_cache::FakeIndexData*>     [all...] | 
| simple_entry_format_history.h  | 12 namespace disk_cache {  namespace  60 }  // namespace disk_cache
  | 
| simple_version_upgrade.cc  | 5 #include "net/disk_cache/simple/simple_version_upgrade.h" 15 #include "net/disk_cache/simple/simple_backend_version.h" 16 #include "net/disk_cache/simple/simple_entry_format_history.h" 37   disk_cache::FakeIndexData file_contents; 39       disk_cache::simplecache_v5::kSimpleInitialMagicNumber; 40   file_contents.version = disk_cache::kSimpleVersion; 53 namespace disk_cache {  namespace  152           disk_cache::simplecache_v5::kSimpleInitialMagicNumber) { 199 }  // namespace disk_cache
  | 
|   /external/chromium_org/net/http/ | 
| http_cache_unittest.cc  | 25 #include "net/disk_cache/disk_cache.h" 446   disk_cache::Entry* entry; 552   disk_cache::Backend* backend; 569   EXPECT_EQ(0, cache.disk_cache()->open_count()); 570   EXPECT_EQ(1, cache.disk_cache()->create_count()); 577   cache.disk_cache()->set_fail_requests(); 607   EXPECT_EQ(0, cache.disk_cache()->open_count()); 608   EXPECT_EQ(0, cache.disk_cache()->create_count()); 651   cache.disk_cache()->set_soft_failures(true)     [all...] | 
| mock_http_cache.h  | 14 #include "net/disk_cache/disk_cache.h" 21 class MockDiskEntry : public disk_cache::Entry, 96 class MockDiskCache : public disk_cache::Backend { 103   virtual int OpenEntry(const std::string& key, disk_cache::Entry** entry, 105   virtual int CreateEntry(const std::string& key, disk_cache::Entry** entry, 160                             scoped_ptr<disk_cache::Backend>* backend, 174   MockDiskCache* disk_cache(); 183   static bool ReadResponseInfo(disk_cache::Entry* disk_entry, 188   static bool WriteResponseInfo(disk_cache::Entry* disk_entry     [all...] | 
| disk_based_cert_cache.h  | 17 namespace disk_cache {  namespace  19 }  // namespace disk_cache 34   explicit DiskBasedCertCache(disk_cache::Backend* backend); 88   disk_cache::Backend* backend_;
  | 
|   /external/chromium_org/net/tools/dump_cache/ | 
| simple_cache_dumper.h  | 12 #include "net/disk_cache/disk_cache.h" 75   scoped_ptr<disk_cache::Backend> cache_; 78   scoped_ptr<disk_cache::Backend::Iterator> iter_; 79   disk_cache::Entry* src_entry_; 80   disk_cache::Entry* dst_entry_;
  | 
|   /external/chromium_org/net/disk_cache/memory/ | 
| mem_rankings.h  | 5 // See net/disk_cache/disk_cache.h for the public interface. 12 namespace disk_cache {  namespace  42 }  // namespace disk_cache
  | 
|   /external/chromium_org/components/nacl/browser/ | 
| pnacl_translation_cache.h  | 20 namespace disk_cache {  namespace  87   disk_cache::Backend* backend() { return disk_cache_.get(); } 96   scoped_ptr<disk_cache::Backend> disk_cache_;
  | 
|   /external/chromium_org/net/url_request/ | 
| view_cache_helper.h  | 14 #include "net/disk_cache/disk_cache.h" 99   disk_cache::Backend* disk_cache_; 100   disk_cache::Entry* entry_; 101   scoped_ptr<disk_cache::Backend::Iterator> iter_;
  | 
|   /external/chromium_org/content/browser/service_worker/ | 
| service_worker_cache.cc  | 17 #include "net/disk_cache/disk_cache.h" 27 typedef scoped_ptr<disk_cache::Backend> ScopedBackendPtr; 29 typedef base::Callback<void(disk_cache::ScopedEntryPtr, bool)> 55 // Streams data from a blob and writes it to a given disk_cache::Entry. 58   typedef base::Callback<void(disk_cache::ScopedEntryPtr, bool)> 61   BlobReader(disk_cache::ScopedEntryPtr entry) 158   disk_cache::ScopedEntryPtr entry_; 169                        scoped_ptr<disk_cache::Entry*> entryptr, 175                         disk_cache::ScopedEntryPtr entry     [all...] |