Searched defs:MappedFile (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/disk_cache/
H A Dmapped_file.h23 class MappedFile : public File { class in namespace:disk_cache
25 MappedFile() : File(true), init_(false) {} function in class:disk_cache::MappedFile
41 virtual ~MappedFile();
50 DISALLOW_COPY_AND_ASSIGN(MappedFile);
H A Dmapped_file_posix.cc16 void* MappedFile::Init(const FilePath& name, size_t size) {
35 bool MappedFile::Load(const FileBlock* block) {
40 bool MappedFile::Store(const FileBlock* block) {
45 MappedFile::~MappedFile() {
H A Dmapped_file_win.cc13 void* MappedFile::Init(const FilePath& name, size_t size) {
32 MappedFile::~MappedFile() {
45 bool MappedFile::Load(const FileBlock* block) {
50 bool MappedFile::Store(const FileBlock* block) {

Completed in 55 milliseconds