Searched refs:FileBlock (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dfile_block.h15 class FileBlock { class in namespace:disk_cache
17 virtual ~FileBlock() {}
H A Dmapped_file.h38 bool Load(const FileBlock* block);
39 bool Store(const FileBlock* block);
43 bool Load(const FileBlock* block, FileIOCallback* callback, bool* completed);
44 bool Store(const FileBlock* block, FileIOCallback* callback, bool* completed);
H A Dmapped_file.cc15 bool MappedFile::Load(const FileBlock* block) {
20 bool MappedFile::Store(const FileBlock* block) {
25 bool MappedFile::Load(const FileBlock* block,
32 bool MappedFile::Store(const FileBlock* block,
H A Dstorage_block.h16 // stored on a block-file. It implements the FileBlock interface, so it can be
31 class StorageBlock : public FileBlock {
36 // FileBlock interface.
H A Dmapped_file_unittest.cc43 class TestFileBlock : public disk_cache::FileBlock {
50 // FileBlock interface.

Completed in 1141 milliseconds