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

1 2 3 45 6 7 8 91011

  /external/chromium/net/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...]
block_files.cc 5 #include "net/disk_cache/block_files.h"
13 #include "net/disk_cache/cache_util.h"
14 #include "net/disk_cache/file_lock.h"
15 #include "net/disk_cache/trace.h"
34 void FixAllocationCounters(disk_cache::BlockFileHeader* header);
39 bool CreateMapBlock(int target, int size, disk_cache::BlockFileHeader* header,
41 if (target <= 0 || target > disk_cache::kMaxNumBlocks ||
42 size <= 0 || size > disk_cache::kMaxNumBlocks) {
60 disk_cache::FileLock lock(header);
88 void DeleteMapBlock(int index, int size, disk_cache::BlockFileHeader* header)
187 namespace disk_cache { namespace
    [all...]
in_flight_io.h 14 namespace disk_cache { namespace
130 } // namespace disk_cache
stats_histogram.h 13 namespace disk_cache { namespace
55 } // namespace disk_cache
entry_unittest.cc 12 #include "net/disk_cache/backend_impl.h"
13 #include "net/disk_cache/disk_cache_test_base.h"
14 #include "net/disk_cache/disk_cache_test_util.h"
15 #include "net/disk_cache/entry_impl.h"
16 #include "net/disk_cache/mem_entry_impl.h"
27 void InternalSyncIOBackground(disk_cache::Entry* entry);
28 void ExternalSyncIOBackground(disk_cache::Entry* entry);
59 SyncIOTask(DiskCacheEntryTest* test, disk_cache::Entry* entry)
64 disk_cache::Entry* entry_;
69 InternalSyncIOTask(DiskCacheEntryTest* test, disk_cache::Entry* entry
    [all...]
  /external/chromium/net/tools/dump_cache/
cache_dumper.cc 10 #include "net/disk_cache/entry_impl.h"
17 disk_cache::Entry** entry,
22 int CacheDumper::WriteEntry(disk_cache::Entry* entry, int index, int offset,
28 void CacheDumper::CloseEntry(disk_cache::Entry* entry, base::Time last_used,
31 static_cast<disk_cache::EntryImpl*>(entry)->SetTimes(last_used,
68 disk_cache::Entry** entry,
148 int DiskDumper::WriteEntry(disk_cache::Entry* entry, int index, int offset,
205 void DiskDumper::CloseEntry(disk_cache::Entry* entry, base::Time last_used,
  /external/chromium_org/net/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_;
59 MyOverlapped::MyOverlapped(disk_cache::File* file, size_t offset,
60 disk_cache::FileIOCallback* callback) {
70 namespace disk_cache { namespace
    [all...]
cache_util.cc 5 #include "net/disk_cache/cache_util.h"
34 disk_cache::DeleteCache(to_delete, true);
53 namespace disk_cache { namespace
103 if (!disk_cache::MoveCache(full_path, to_delete)) {
114 } // namespace disk_cache
addr.cc 5 #include "net/disk_cache/addr.h"
9 namespace disk_cache { namespace
92 } // namespace disk_cache
cache_util_posix.cc 5 #include "net/disk_cache/cache_util.h"
12 namespace disk_cache { namespace
46 } // namespace disk_cache
disk_format_base.h 26 namespace disk_cache { namespace
128 } // namespace disk_cache
in_flight_io.h 14 namespace disk_cache { namespace
134 } // namespace disk_cache
  /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/flash/
internal_entry.h 14 #include "net/disk_cache/flash/format.h"
22 namespace disk_cache { namespace
61 } // namespace disk_cache
log_store_entry.h 13 #include "net/disk_cache/flash/format.h"
19 namespace disk_cache { namespace
63 } // namespace disk_cache
segment.h 14 namespace disk_cache { namespace
116 } // namespace disk_cache
storage_unittest.cc 8 #include "net/disk_cache/disk_cache_test_util.h"
9 #include "net/disk_cache/flash/flash_cache_test_base.h"
10 #include "net/disk_cache/flash/storage.h"
21 disk_cache::Storage storage(path_, kStorageSize);
  /external/chromium_org/net/disk_cache/simple/
simple_index_file_posix.cc 5 #include "net/disk_cache/simple/simple_index_file.h"
17 namespace disk_cache { namespace
52 } // namespace disk_cache
simple_util.h 19 namespace disk_cache { namespace
72 } // namespace disk_cache
simple_util.cc 5 #include "net/disk_cache/simple/simple_util.h"
17 #include "net/disk_cache/simple/simple_entry_format.h"
26 namespace disk_cache { namespace
84 const int64 headers_size = sizeof(disk_cache::SimpleFileHeader) + key.size();
100 } // namespace disk_cache
  /external/chromium_org/net/disk_cache/v3/
eviction_v3.h 10 #include "net/disk_cache/disk_format.h"
11 #include "net/disk_cache/rankings.h"
13 namespace disk_cache { namespace
72 } // namespace disk_cache
  /external/chromium_org/net/url_request/
view_cache_helper_unittest.cc 10 #include "net/disk_cache/disk_cache.h"
25 disk_cache::Backend* GetBackend();
37 void WriteHeaders(disk_cache::Entry* entry, int flags, const std::string data) {
56 void WriteData(disk_cache::Entry* entry, int index, const std::string data) {
69 void WriteToEntry(disk_cache::Backend* cache, const std::string key,
73 disk_cache::Entry* entry;
90 disk_cache::Backend* cache;
186 disk_cache::Backend* cache;
193 disk_cache::Entry* entry
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_disk_cache.cc 37 scoped_ptr<disk_cache::Backend> backend_ptr_; // Accessed directly.
49 // wrapper around disk_cache::Entry.
52 explicit EntryImpl(disk_cache::Entry* disk_cache_entry)
85 disk_cache::Entry* disk_cache_entry_;
100 int rv = owner_->disk_cache()->CreateEntry(
108 int rv = owner_->disk_cache()->OpenEntry(
115 int rv = owner_->disk_cache()->DoomEntry(
149 disk_cache::Entry* entry_ptr_;
273 int rv = disk_cache::CreateCacheBackend(
  /external/chromium/
Android.mk 212 net/disk_cache/addr.cc \
213 net/disk_cache/backend_impl.cc \
214 net/disk_cache/bitmap.cc \
215 net/disk_cache/block_files.cc \
216 net/disk_cache/cache_util_posix.cc \
217 net/disk_cache/disk_format.cc \
218 net/disk_cache/entry_impl.cc \
219 net/disk_cache/eviction.cc \
220 net/disk_cache/file.cc \
221 net/disk_cache/file_lock.cc
    [all...]
  /external/chromium_org/net/http/
mock_http_cache.cc 349 return net::DISK_CACHE;
356 int MockDiskCache::OpenEntry(const std::string& key, disk_cache::Entry** entry,
388 disk_cache::Entry** entry,
460 int MockDiskCache::OpenNextEntry(void** iter, disk_cache::Entry** next_entry,
491 scoped_ptr<disk_cache::Backend>* backend,
507 MockDiskCache* MockHttpCache::disk_cache() { function in class:MockHttpCache
509 disk_cache::Backend* backend;
515 bool MockHttpCache::ReadResponseInfo(disk_cache::Entry* disk_entry,
532 disk_cache::Entry* disk_entry, const net::HttpResponseInfo* response_info,
549 disk_cache::Entry** entry)
    [all...]

Completed in 568 milliseconds

1 2 3 45 6 7 8 91011