SimpleSynchronousEntry  333 net/disk_cache/simple/simple_backend_impl.cc       base::Bind(&SimpleSynchronousEntry::DoomEntrySet,
SimpleSynchronousEntry  687 net/disk_cache/simple/simple_entry_impl.cc   Closure task = base::Bind(&SimpleSynchronousEntry::OpenEntry,
SimpleSynchronousEntry  736 net/disk_cache/simple/simple_entry_impl.cc   Closure task = base::Bind(&SimpleSynchronousEntry::CreateEntry,
SimpleSynchronousEntry  755 net/disk_cache/simple/simple_entry_impl.cc   typedef SimpleSynchronousEntry::CRCRecord CRCRecord;
SimpleSynchronousEntry  780 net/disk_cache/simple/simple_entry_impl.cc         base::Bind(&SimpleSynchronousEntry::Close,
SimpleSynchronousEntry  865 net/disk_cache/simple/simple_entry_impl.cc       &SimpleSynchronousEntry::ReadData,
SimpleSynchronousEntry  867 net/disk_cache/simple/simple_entry_impl.cc       SimpleSynchronousEntry::EntryOperationData(stream_index, offset, buf_len),
SimpleSynchronousEntry  966 net/disk_cache/simple/simple_entry_impl.cc   Closure task = base::Bind(&SimpleSynchronousEntry::WriteData,
SimpleSynchronousEntry  968 net/disk_cache/simple/simple_entry_impl.cc                             SimpleSynchronousEntry::EntryOperationData(
SimpleSynchronousEntry  996 net/disk_cache/simple/simple_entry_impl.cc   Closure task = base::Bind(&SimpleSynchronousEntry::ReadSparseData,
SimpleSynchronousEntry  998 net/disk_cache/simple/simple_entry_impl.cc                             SimpleSynchronousEntry::EntryOperationData(
SimpleSynchronousEntry 1035 net/disk_cache/simple/simple_entry_impl.cc   Closure task = base::Bind(&SimpleSynchronousEntry::WriteSparseData,
SimpleSynchronousEntry 1037 net/disk_cache/simple/simple_entry_impl.cc                             SimpleSynchronousEntry::EntryOperationData(
SimpleSynchronousEntry 1063 net/disk_cache/simple/simple_entry_impl.cc   Closure task = base::Bind(&SimpleSynchronousEntry::GetAvailableRange,
SimpleSynchronousEntry 1065 net/disk_cache/simple/simple_entry_impl.cc                             SimpleSynchronousEntry::EntryOperationData(
SimpleSynchronousEntry 1080 net/disk_cache/simple/simple_entry_impl.cc       base::Bind(&SimpleSynchronousEntry::DoomEntry, path_, entry_hash_),
SimpleSynchronousEntry 1200 net/disk_cache/simple/simple_entry_impl.cc       Closure task = base::Bind(&SimpleSynchronousEntry::CheckEOFRecord,
SimpleSynchronousEntry   35 net/disk_cache/simple/simple_entry_impl.h class SimpleSynchronousEntry;
SimpleSynchronousEntry  350 net/disk_cache/simple/simple_entry_impl.h   SimpleSynchronousEntry* synchronous_entry_;
SimpleSynchronousEntry  174 net/disk_cache/simple/simple_synchronous_entry.cc SimpleSynchronousEntry::CRCRecord::CRCRecord() : index(-1),
SimpleSynchronousEntry  179 net/disk_cache/simple/simple_synchronous_entry.cc SimpleSynchronousEntry::CRCRecord::CRCRecord(int index_p,
SimpleSynchronousEntry  186 net/disk_cache/simple/simple_synchronous_entry.cc SimpleSynchronousEntry::EntryOperationData::EntryOperationData(int index_p,
SimpleSynchronousEntry  193 net/disk_cache/simple/simple_synchronous_entry.cc SimpleSynchronousEntry::EntryOperationData::EntryOperationData(int index_p,
SimpleSynchronousEntry  204 net/disk_cache/simple/simple_synchronous_entry.cc SimpleSynchronousEntry::EntryOperationData::EntryOperationData(
SimpleSynchronousEntry  211 net/disk_cache/simple/simple_synchronous_entry.cc void SimpleSynchronousEntry::OpenEntry(
SimpleSynchronousEntry  217 net/disk_cache/simple/simple_synchronous_entry.cc   SimpleSynchronousEntry* sync_entry =
SimpleSynchronousEntry  218 net/disk_cache/simple/simple_synchronous_entry.cc       new SimpleSynchronousEntry(cache_type, path, "", entry_hash);
SimpleSynchronousEntry  235 net/disk_cache/simple/simple_synchronous_entry.cc void SimpleSynchronousEntry::CreateEntry(
SimpleSynchronousEntry  243 net/disk_cache/simple/simple_synchronous_entry.cc   SimpleSynchronousEntry* sync_entry =
SimpleSynchronousEntry  244 net/disk_cache/simple/simple_synchronous_entry.cc       new SimpleSynchronousEntry(cache_type, path, key, entry_hash);
SimpleSynchronousEntry  258 net/disk_cache/simple/simple_synchronous_entry.cc int SimpleSynchronousEntry::DoomEntry(
SimpleSynchronousEntry  266 net/disk_cache/simple/simple_synchronous_entry.cc int SimpleSynchronousEntry::DoomEntrySet(
SimpleSynchronousEntry  271 net/disk_cache/simple/simple_synchronous_entry.cc           std::ptr_fun(SimpleSynchronousEntry::DeleteFilesForEntryHash), path));
SimpleSynchronousEntry  275 net/disk_cache/simple/simple_synchronous_entry.cc void SimpleSynchronousEntry::ReadData(const EntryOperationData& in_entry_op,
SimpleSynchronousEntry  306 net/disk_cache/simple/simple_synchronous_entry.cc void SimpleSynchronousEntry::WriteData(const EntryOperationData& in_entry_op,
SimpleSynchronousEntry  390 net/disk_cache/simple/simple_synchronous_entry.cc void SimpleSynchronousEntry::ReadSparseData(
SimpleSynchronousEntry  453 net/disk_cache/simple/simple_synchronous_entry.cc void SimpleSynchronousEntry::WriteSparseData(
SimpleSynchronousEntry  559 net/disk_cache/simple/simple_synchronous_entry.cc void SimpleSynchronousEntry::GetAvailableRange(
SimpleSynchronousEntry  597 net/disk_cache/simple/simple_synchronous_entry.cc void SimpleSynchronousEntry::CheckEOFRecord(int index,
SimpleSynchronousEntry  621 net/disk_cache/simple/simple_synchronous_entry.cc void SimpleSynchronousEntry::Close(
SimpleSynchronousEntry  699 net/disk_cache/simple/simple_synchronous_entry.cc SimpleSynchronousEntry::SimpleSynchronousEntry(net::CacheType cache_type,
SimpleSynchronousEntry  713 net/disk_cache/simple/simple_synchronous_entry.cc SimpleSynchronousEntry::~SimpleSynchronousEntry() {
SimpleSynchronousEntry  719 net/disk_cache/simple/simple_synchronous_entry.cc bool SimpleSynchronousEntry::MaybeOpenFile(
SimpleSynchronousEntry  738 net/disk_cache/simple/simple_synchronous_entry.cc bool SimpleSynchronousEntry::MaybeCreateFile(
SimpleSynchronousEntry  759 net/disk_cache/simple/simple_synchronous_entry.cc bool SimpleSynchronousEntry::OpenFiles(
SimpleSynchronousEntry  839 net/disk_cache/simple/simple_synchronous_entry.cc bool SimpleSynchronousEntry::CreateFiles(
SimpleSynchronousEntry  880 net/disk_cache/simple/simple_synchronous_entry.cc void SimpleSynchronousEntry::CloseFile(int index) {
SimpleSynchronousEntry  892 net/disk_cache/simple/simple_synchronous_entry.cc void SimpleSynchronousEntry::CloseFiles() {
SimpleSynchronousEntry  897 net/disk_cache/simple/simple_synchronous_entry.cc int SimpleSynchronousEntry::InitializeForOpen(
SimpleSynchronousEntry  998 net/disk_cache/simple/simple_synchronous_entry.cc bool SimpleSynchronousEntry::InitializeCreatedFile(
SimpleSynchronousEntry 1025 net/disk_cache/simple/simple_synchronous_entry.cc int SimpleSynchronousEntry::InitializeForCreate(
SimpleSynchronousEntry 1048 net/disk_cache/simple/simple_synchronous_entry.cc int SimpleSynchronousEntry::ReadAndValidateStream0(
SimpleSynchronousEntry 1101 net/disk_cache/simple/simple_synchronous_entry.cc int SimpleSynchronousEntry::GetEOFRecordData(int index,
SimpleSynchronousEntry 1131 net/disk_cache/simple/simple_synchronous_entry.cc void SimpleSynchronousEntry::Doom() const {
SimpleSynchronousEntry 1136 net/disk_cache/simple/simple_synchronous_entry.cc bool SimpleSynchronousEntry::DeleteFileForEntryHash(
SimpleSynchronousEntry 1146 net/disk_cache/simple/simple_synchronous_entry.cc bool SimpleSynchronousEntry::DeleteFilesForEntryHash(
SimpleSynchronousEntry 1160 net/disk_cache/simple/simple_synchronous_entry.cc void SimpleSynchronousEntry::RecordSyncCreateResult(CreateEntryResult result,
SimpleSynchronousEntry 1176 net/disk_cache/simple/simple_synchronous_entry.cc FilePath SimpleSynchronousEntry::GetFilenameFromFileIndex(int file_index) {
SimpleSynchronousEntry 1181 net/disk_cache/simple/simple_synchronous_entry.cc bool SimpleSynchronousEntry::OpenSparseFileIfExists(
SimpleSynchronousEntry 1195 net/disk_cache/simple/simple_synchronous_entry.cc bool SimpleSynchronousEntry::CreateSparseFile() {
SimpleSynchronousEntry 1208 net/disk_cache/simple/simple_synchronous_entry.cc void SimpleSynchronousEntry::CloseSparseFile() {
SimpleSynchronousEntry 1213 net/disk_cache/simple/simple_synchronous_entry.cc bool SimpleSynchronousEntry::TruncateSparseFile() {
SimpleSynchronousEntry 1227 net/disk_cache/simple/simple_synchronous_entry.cc bool SimpleSynchronousEntry::InitializeSparseFile() {
SimpleSynchronousEntry 1256 net/disk_cache/simple/simple_synchronous_entry.cc bool SimpleSynchronousEntry::ScanSparseFile(int32* out_sparse_data_size) {
SimpleSynchronousEntry 1320 net/disk_cache/simple/simple_synchronous_entry.cc bool SimpleSynchronousEntry::ReadSparseRange(const SparseRange* range,
SimpleSynchronousEntry 1348 net/disk_cache/simple/simple_synchronous_entry.cc bool SimpleSynchronousEntry::WriteSparseRange(SparseRange* range,
SimpleSynchronousEntry 1390 net/disk_cache/simple/simple_synchronous_entry.cc bool SimpleSynchronousEntry::AppendSparseRange(int64 offset,
SimpleSynchronousEntry   30 net/disk_cache/simple/simple_synchronous_entry.h class SimpleSynchronousEntry;
SimpleSynchronousEntry   77 net/disk_cache/simple/simple_synchronous_entry.h   SimpleSynchronousEntry* sync_entry;
SimpleSynchronousEntry   87 net/disk_cache/simple/simple_synchronous_entry.h class SimpleSynchronousEntry {
SimpleSynchronousEntry  202 net/disk_cache/simple/simple_synchronous_entry.h   SimpleSynchronousEntry(
SimpleSynchronousEntry  210 net/disk_cache/simple/simple_synchronous_entry.h   ~SimpleSynchronousEntry();