OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:block_files_
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/net/disk_cache/v3/
backend_worker.h
52
BlockFiles
block_files_
; // Set of files used to store all data.
member in class:disk_cache::BackendImpl
backend_impl_v3.h
251
BlockFiles
block_files_
; // Set of files used to store all data.
member in class:disk_cache::BackendImpl
/external/chromium/net/disk_cache/
block_files.h
91
std::vector<MappedFile*>
block_files_
; // The actual files.
member in class:disk_cache::BlockFiles
backend_impl.h
346
BlockFiles
block_files_
; // Set of files used to store all data.
member in class:disk_cache::BackendImpl
/external/chromium_org/net/disk_cache/
block_files.h
156
std::vector<MappedFile*>
block_files_
; // The actual files.
member in class:disk_cache::BlockFiles
backend_impl.h
359
BlockFiles
block_files_
; // Set of files used to store all data.
member in class:disk_cache::BackendImpl
/external/chromium/net/tools/dump_cache/
dump_files.cc
112
block_files_
(FilePath::FromWStringHack(path)),
131
disk_cache::BlockFiles
block_files_
;
member in class:__anon2932::CacheDumper
141
if (!
block_files_
.Init(false)) {
192
disk_cache::MappedFile* file =
block_files_
.GetFile(address);
217
disk_cache::MappedFile* file =
block_files_
.GetFile(address);
/external/chromium_org/net/tools/dump_cache/
dump_files.cc
157
block_files_
(path),
176
disk_cache::BlockFiles
block_files_
;
member in class:__anon9542::CacheDumper
186
if (!
block_files_
.Init(false)) {
236
disk_cache::MappedFile* file =
block_files_
.GetFile(address);
261
disk_cache::MappedFile* file =
block_files_
.GetFile(address);
Completed in 269 milliseconds