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

1 2 3 45 6 7 8

  /external/chromium_org/net/disk_cache/
stats_histogram.cc 5 #include "net/disk_cache/stats_histogram.h"
13 #include "net/disk_cache/stats.h"
15 namespace disk_cache { namespace
45 Sample maximum = disk_cache::Stats::kDataSizesLength - 1;
46 size_t bucket_count = disk_cache::Stats::kDataSizesLength;
89 } // namespace disk_cache
block_files_unittest.cc 7 #include "net/disk_cache/block_files.h"
8 #include "net/disk_cache/disk_cache.h"
9 #include "net/disk_cache/disk_cache_test_base.h"
10 #include "net/disk_cache/disk_cache_test_util.h"
30 namespace disk_cache { namespace
350 } // namespace disk_cache
cache_creator.cc 10 #include "net/disk_cache/backend_impl.h"
11 #include "net/disk_cache/cache_util.h"
12 #include "net/disk_cache/disk_cache.h"
13 #include "net/disk_cache/mem_backend_impl.h"
14 #include "net/disk_cache/simple/simple_backend_impl.h"
17 #include "net/disk_cache/tracing_cache_backend.h"
30 scoped_ptr<disk_cache::Backend>* backend,
51 scoped_ptr<disk_cache::Backend>* backend_;
53 scoped_ptr<disk_cache::Backend> created_cache_
142 namespace disk_cache { namespace
    [all...]
storage_block-inl.h 8 #include "net/disk_cache/storage_block.h"
12 #include "net/disk_cache/trace.h"
14 namespace disk_cache { namespace
173 } // namespace disk_cache
trace.cc 5 #include "net/disk_cache/trace.h"
15 #include "net/disk_cache/stress_support.h"
56 namespace disk_cache { namespace
192 } // namespace disk_cache
  /external/chromium_org/net/http/
partial_data.h 13 namespace disk_cache { namespace
56 int ShouldValidateCache(disk_cache::Entry* entry,
61 void PrepareCacheValidation(disk_cache::Entry* entry,
75 disk_cache::Entry* entry, bool truncated);
99 int CacheRead(disk_cache::Entry* entry, IOBuffer* data, int data_len,
104 int CacheWrite(disk_cache::Entry* entry, IOBuffer* data, int data_len,
  /external/chromium/net/disk_cache/
entry_impl.h 11 #include "net/disk_cache/disk_cache.h"
12 #include "net/disk_cache/storage_block.h"
13 #include "net/disk_cache/storage_block-inl.h"
15 namespace disk_cache { namespace
264 } // namespace disk_cache
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_;
56 MyOverlapped::MyOverlapped(disk_cache::File* file, size_t offset,
57 disk_cache::FileIOCallback* callback) {
67 namespace disk_cache { namespace
    [all...]
storage_block-inl.h 9 #include "net/disk_cache/storage_block.h"
12 #include "net/disk_cache/trace.h"
14 namespace disk_cache { namespace
159 } // namespace disk_cache
trace.cc 5 #include "net/disk_cache/trace.h"
46 namespace disk_cache { namespace
159 } // namespace disk_cache
addr.h 6 // See net/disk_cache/disk_cache.h for the public interface of the cache.
12 #include "net/disk_cache/disk_format.h"
14 namespace disk_cache { namespace
139 } // namespace disk_cache
block_files_unittest.cc 6 #include "net/disk_cache/block_files.h"
7 #include "net/disk_cache/disk_cache.h"
8 #include "net/disk_cache/disk_cache_test_base.h"
9 #include "net/disk_cache/disk_cache_test_util.h"
28 namespace disk_cache { namespace
301 } // namespace disk_cache
disk_cache_test_base.h 23 namespace disk_cache { namespace
30 } // namespace disk_cache
91 int OpenEntry(const std::string& key, disk_cache::Entry** entry);
92 int CreateEntry(const std::string& key, disk_cache::Entry** entry);
98 int OpenNextEntry(void** iter, disk_cache::Entry** next_entry);
101 int ReadData(disk_cache::Entry* entry, int index, int offset,
103 int WriteData(disk_cache::Entry* entry, int index, int offset,
105 int ReadSparseData(disk_cache::Entry* entry, int64 offset, net::IOBuffer* buf,
107 int WriteSparseData(disk_cache::Entry* entry, int64 offset,
123 disk_cache::Backend* cache_
    [all...]
file_posix.cc 5 #include "net/disk_cache/file.h"
12 #include "net/disk_cache/disk_cache.h"
13 #include "net/disk_cache/in_flight_io.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...]
in_flight_backend_io.cc 5 #include "net/disk_cache/in_flight_backend_io.h"
10 #include "net/disk_cache/backend_impl.h"
11 #include "net/disk_cache/entry_impl.h"
12 #include "net/disk_cache/histogram_macros.h"
14 namespace disk_cache { namespace
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
323 } // namespace disk_cache
mem_entry_impl.h 12 #include "net/disk_cache/disk_cache.h"
15 namespace disk_cache { namespace
188 } // namespace disk_cache
  /external/chromium_org/net/disk_cache/flash/
log_store_entry.cc 8 #include "net/disk_cache/flash/format.h"
9 #include "net/disk_cache/flash/log_store.h"
10 #include "net/disk_cache/flash/log_store_entry.h"
12 namespace disk_cache { namespace
171 } // namespace disk_cache
  /external/chromium_org/net/disk_cache/simple/
simple_backend_impl.h 21 #include "net/disk_cache/disk_cache.h"
22 #include "net/disk_cache/simple/simple_entry_impl.h"
29 namespace disk_cache { namespace
180 } // namespace disk_cache
simple_entry_operation.h 16 namespace disk_cache { namespace
123 } // namespace disk_cache
simple_index_file.h 20 #include "net/disk_cache/simple/simple_index.h"
27 namespace disk_cache { namespace
163 } // namespace disk_cache
simple_synchronous_entry.h 17 #include "net/disk_cache/simple/simple_entry_format.h"
23 namespace disk_cache { namespace
164 } // namespace disk_cache
  /external/chromium_org/net/disk_cache/v3/
block_bitmaps_unittest.cc 7 #include "net/disk_cache/block_files.h"
8 #include "net/disk_cache/disk_cache.h"
9 #include "net/disk_cache/disk_cache_test_base.h"
10 #include "net/disk_cache/disk_cache_test_util.h"
30 namespace disk_cache { namespace
350 } // namespace disk_cache
entry_impl_v3.h 10 #include "net/disk_cache/disk_cache.h"
11 #include "net/disk_cache/storage_block.h"
12 #include "net/disk_cache/storage_block-inl.h"
14 namespace disk_cache { namespace
221 } // namespace disk_cache
  /external/chromium_org/webkit/browser/appcache/
appcache_disk_cache.h 12 #include "net/disk_cache/disk_cache.h"
53 // underlying disk_cache::Backend to be fully constructed. Early
54 // calls are queued up and serviced once the disk_cache::Backend is
82 disk_cache::Backend* disk_cache() { return disk_cache_.get(); } function in class:appcache::AppCacheDiskCache
95 scoped_ptr<disk_cache::Backend> disk_cache_;

Completed in 707 milliseconds

1 2 3 45 6 7 8