HomeSort by relevance Sort by last modified time
    Searched defs:disk_cache (Results 126 - 150 of 198) sorted by null

1 2 3 4 56 7 8

  /external/chromium/net/disk_cache/
sparse_control.h 15 #include "net/disk_cache/bitmap.h"
16 #include "net/disk_cache/disk_format.h"
23 namespace disk_cache { namespace
72 // again. See disk_cache::Entry::ReadyToUse() for more info.
175 } // namespace disk_cache
stats.h 14 #include "net/disk_cache/stats_histogram.h"
16 namespace disk_cache { namespace
94 } // namespace disk_cache
backend_impl.h 5 // See net/disk_cache/disk_cache.h for the public interface of the cache.
14 #include "net/disk_cache/block_files.h"
15 #include "net/disk_cache/disk_cache.h"
16 #include "net/disk_cache/eviction.h"
17 #include "net/disk_cache/in_flight_backend_io.h"
18 #include "net/disk_cache/rankings.h"
19 #include "net/disk_cache/stats.h"
20 #include "net/disk_cache/trace.h
26 namespace disk_cache { namespace
    [all...]
bitmap.cc 5 #include "net/disk_cache/bitmap.h"
41 namespace disk_cache { namespace
311 } // namespace disk_cache
eviction.cc 29 #include "net/disk_cache/eviction.h"
36 #include "net/disk_cache/backend_impl.h"
37 #include "net/disk_cache/entry_impl.h"
38 #include "net/disk_cache/experiments.h"
39 #include "net/disk_cache/histogram_macros.h"
40 #include "net/disk_cache/trace.h"
61 namespace disk_cache { namespace
573 } // namespace disk_cache
  /external/chromium/net/url_request/
view_cache_helper.h 14 namespace disk_cache { namespace
17 } // namespace disk_cache
97 disk_cache::Backend* disk_cache_;
98 disk_cache::Entry* entry_;
  /external/chromium_org/base/threading/
thread_restrictions.h 55 namespace disk_cache { namespace
208 friend class disk_cache::BackendImpl; // http://crbug.com/74623
209 friend class disk_cache::InFlightIO; // http://crbug.com/74623
  /external/chromium_org/net/disk_cache/
disk_cache_test_base.h 23 namespace disk_cache { namespace
31 } // namespace disk_cache
113 int OpenEntry(const std::string& key, disk_cache::Entry** entry);
114 int CreateEntry(const std::string& key, disk_cache::Entry** entry);
120 int OpenNextEntry(void** iter, disk_cache::Entry** next_entry);
123 int ReadData(disk_cache::Entry* entry, int index, int offset,
125 int WriteData(disk_cache::Entry* entry, int index, int offset,
127 int ReadSparseData(disk_cache::Entry* entry, int64 offset, net::IOBuffer* buf,
129 int WriteSparseData(disk_cache::Entry* entry, int64 offset,
149 scoped_ptr<disk_cache::Backend> cache_
    [all...]
disk_format_base.h 26 namespace disk_cache { namespace
128 } // namespace disk_cache
entry_impl.h 10 #include "net/disk_cache/disk_cache.h"
11 #include "net/disk_cache/disk_format.h"
12 #include "net/disk_cache/storage_block.h"
13 #include "net/disk_cache/storage_block-inl.h"
15 namespace disk_cache { namespace
276 } // namespace disk_cache
file_posix.cc 5 #include "net/disk_cache/file.h"
14 #include "net/disk_cache/disk_cache.h"
15 #include "net/disk_cache/in_flight_io.h"
21 class FileBackgroundIO : public disk_cache::BackgroundIO {
28 FileBackgroundIO(disk_cache::File* file, const void* buf, size_t buf_len,
29 size_t offset, disk_cache::FileIOCallback* callback,
30 disk_cache::InFlightIO* controller)
31 : disk_cache::BackgroundIO(controller), callback_(callback), file_(file),
35 disk_cache::FileIOCallback* callback()
169 namespace disk_cache { namespace
    [all...]
file_win.cc 5 #include "net/disk_cache/file.h"
11 #include "net/disk_cache/disk_cache.h"
17 MyOverlapped(disk_cache::File* file, size_t offset,
18 disk_cache::FileIOCallback* callback);
25 scoped_refptr<disk_cache::File> file_;
26 disk_cache::FileIOCallback* callback_;
59 MyOverlapped::MyOverlapped(disk_cache::File* file, size_t offset,
60 disk_cache::FileIOCallback* callback) {
70 namespace disk_cache { namespace
    [all...]
mem_backend_impl.cc 5 #include "net/disk_cache/mem_backend_impl.h"
10 #include "net/disk_cache/cache_util.h"
11 #include "net/disk_cache/mem_entry_impl.h"
29 namespace disk_cache { namespace
337 } // namespace disk_cache
mem_entry_impl.h 12 #include "net/disk_cache/disk_cache.h"
14 namespace disk_cache { namespace
187 } // namespace disk_cache
sparse_control.h 14 #include "net/disk_cache/bitmap.h"
15 #include "net/disk_cache/disk_format.h"
22 namespace disk_cache { namespace
73 // again. See disk_cache::Entry::ReadyToUse() for more info.
175 } // namespace disk_cache
stats.h 12 #include "net/disk_cache/addr.h"
13 #include "net/disk_cache/stats_histogram.h"
19 namespace disk_cache { namespace
103 } // namespace disk_cache
  /external/chromium_org/net/disk_cache/simple/
simple_index.h 34 namespace disk_cache { namespace
201 } // namespace disk_cache
simple_index_file_unittest.cc 15 #include "net/disk_cache/simple/simple_entry_format.h"
16 #include "net/disk_cache/simple/simple_index.h"
17 #include "net/disk_cache/simple/simple_index_file.h"
18 #include "net/disk_cache/simple/simple_util.h"
22 using disk_cache::SimpleIndexFile;
23 using disk_cache::SimpleIndex;
25 namespace disk_cache { namespace
30 EXPECT_EQ(disk_cache::kSimpleIndexMagicNumber, index_metadata.magic_number_);
31 EXPECT_EQ(disk_cache::kSimpleVersion, index_metadata.version_);
243 } // namespace disk_cache
    [all...]
  /external/chromium_org/net/disk_cache/v3/
backend_worker.cc 5 #include "net/disk_cache/backend_impl.h"
24 #include "net/disk_cache/cache_util.h"
25 #include "net/disk_cache/entry_impl.h"
26 #include "net/disk_cache/errors.h"
27 #include "net/disk_cache/experiments.h"
28 #include "net/disk_cache/file.h"
32 #include "net/disk_cache/histogram_macros.h"
71 size_t table_size = sizeof(disk_cache::CacheAddr) * table_len;
72 return sizeof(disk_cache::IndexHeader) + table_size;
79 bool InitExperiment(disk_cache::IndexHeader* header, bool cache_created)
104 namespace disk_cache { namespace
    [all...]
block_bitmaps.cc 5 #include "net/disk_cache/block_files.h"
14 #include "net/disk_cache/cache_util.h"
15 #include "net/disk_cache/file_lock.h"
16 #include "net/disk_cache/trace.h"
20 namespace disk_cache { namespace
332 } // namespace disk_cache
sparse_control_v3.h 14 #include "net/disk_cache/bitmap.h"
15 #include "net/disk_cache/disk_format.h"
22 namespace disk_cache { namespace
68 // again. See disk_cache::Entry::ReadyToUse() for more info.
173 } // namespace disk_cache
  /external/chromium_org/net/tools/dump_cache/
simple_cache_dumper.h 15 namespace disk_cache { namespace
18 } // namespace disk_cache
79 scoped_ptr<disk_cache::Backend> cache_;
83 disk_cache::Entry* src_entry_;
84 disk_cache::Entry* dst_entry_;
  /external/chromium_org/net/url_request/
view_cache_helper.h 15 namespace disk_cache { namespace
18 } // namespace disk_cache
103 disk_cache::Backend* disk_cache_;
104 disk_cache::Entry* entry_;
  /external/chromium_org/webkit/browser/appcache/
mock_appcache_storage.h 114 AppCacheDiskCache* disk_cache() { function in class:appcache::MockAppCacheStorage
  /external/chromium/chrome/browser/
browsing_data_remover.h 24 namespace disk_cache { namespace
203 disk_cache::Backend* cache_;

Completed in 408 milliseconds

1 2 3 4 56 7 8