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

1 2 34 5 6 7 8

  /external/chromium_org/net/disk_cache/flash/
format.h 8 namespace disk_cache { namespace
30 } // namespace disk_cache
internal_entry.cc 5 #include "net/disk_cache/flash/internal_entry.h"
11 #include "net/disk_cache/flash/log_store.h"
12 #include "net/disk_cache/flash/log_store_entry.h"
18 namespace disk_cache { namespace
86 } // namespace disk_cache
log_store.h 14 #include "net/disk_cache/flash/storage.h"
16 namespace disk_cache { namespace
99 } // 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.cc 8 #include "net/disk_cache/flash/format.h"
9 #include "net/disk_cache/flash/segment.h"
10 #include "net/disk_cache/flash/storage.h"
12 namespace disk_cache { namespace
122 } // namespace disk_cache
segment.h 14 namespace disk_cache { namespace
116 } // namespace disk_cache
flash_entry_impl.cc 10 #include "net/disk_cache/flash/flash_entry_impl.h"
11 #include "net/disk_cache/flash/internal_entry.h"
13 namespace disk_cache { namespace
150 } // namespace disk_cache
log_store.cc 8 #include "net/disk_cache/flash/format.h"
9 #include "net/disk_cache/flash/log_store.h"
10 #include "net/disk_cache/flash/segment.h"
11 #include "net/disk_cache/flash/storage.h"
13 namespace disk_cache { namespace
61 DCHECK(current_entry_id_ == -1 && size <= disk_cache::kFlashSegmentFreeSpace);
115 int32 index = id / disk_cache::kFlashSegmentSize;
140 int32 index = id / disk_cache::kFlashSegmentSize;
157 int32 index = id / disk_cache::kFlashSegmentSize;
185 } // namespace disk_cache
    [all...]
  /external/chromium_org/net/disk_cache/
in_flight_io.h 14 namespace disk_cache { namespace
134 } // namespace disk_cache
mapped_file.h 5 // See net/disk_cache/disk_cache.h for the public interface of the cache.
11 #include "net/disk_cache/file.h"
12 #include "net/disk_cache/file_block.h"
18 namespace disk_cache { namespace
71 } // namespace disk_cache
mapped_file_avoid_mmap_posix.cc 5 #include "net/disk_cache/mapped_file.h"
12 namespace disk_cache { namespace
73 } // namespace disk_cache
mem_backend_impl.h 5 // See net/disk_cache/disk_cache.h for the public interface of the cache.
12 #include "net/disk_cache/disk_cache.h"
13 #include "net/disk_cache/mem_rankings.h"
19 namespace disk_cache { namespace
118 } // namespace disk_cache
net_log_parameters.cc 5 #include "net/disk_cache/net_log_parameters.h"
12 #include "net/disk_cache/disk_cache.h"
17 const disk_cache::Entry* entry,
92 namespace disk_cache { namespace
133 } // namespace disk_cache
tracing_cache_backend.h 9 #include "net/disk_cache/disk_cache.h"
10 #include "net/disk_cache/stats.h"
12 namespace disk_cache { namespace
79 } // namespace disk_cache
bitmap.h 11 namespace disk_cache { namespace
134 } // namespace disk_cache
errors.h 10 namespace disk_cache { namespace
31 } // namespace disk_cache
in_flight_io.cc 5 #include "net/disk_cache/in_flight_io.h"
12 namespace disk_cache { namespace
110 } // namespace disk_cache
  /external/chromium_org/net/disk_cache/simple/
simple_entry_operation.cc 5 #include "net/disk_cache/simple/simple_entry_operation.h"
9 #include "net/disk_cache/disk_cache.h"
10 #include "net/disk_cache/simple/simple_entry_impl.h"
12 namespace disk_cache { namespace
184 } // namespace disk_cache
simple_entry_format.h 17 namespace disk_cache { namespace
55 } // 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/net/disk_cache/
bitmap.h 11 namespace disk_cache { namespace
134 } // namespace disk_cache
net_log_parameters.h 15 namespace disk_cache { namespace
97 } // namespace disk_cache
stats_histogram.cc 5 #include "net/disk_cache/stats_histogram.h"
8 #include "net/disk_cache/stats.h"
10 namespace disk_cache { namespace
29 Sample maximum = disk_cache::Stats::kDataSizesLength - 1;
30 size_t bucket_count = disk_cache::Stats::kDataSizesLength;
72 return disk_cache::Stats::kDataSizesLength;
98 } // namespace disk_cache
  /external/chromium/net/http/
partial_data.h 14 namespace disk_cache { namespace
57 int ShouldValidateCache(disk_cache::Entry* entry,
62 void PrepareCacheValidation(disk_cache::Entry* entry,
76 disk_cache::Entry* entry, bool truncated);
100 int CacheRead(disk_cache::Entry* entry, IOBuffer* data, int data_len,
105 int CacheWrite(disk_cache::Entry* entry, IOBuffer* data, int data_len,

Completed in 349 milliseconds

1 2 34 5 6 7 8