HomeSort by relevance Sort by last modified time
    Searched refs:SimpleSynchronousEntry (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/net/disk_cache/simple/
simple_synchronous_entry.h 25 class SimpleSynchronousEntry;
42 SimpleSynchronousEntry* sync_entry;
50 class SimpleSynchronousEntry {
124 SimpleSynchronousEntry(
129 // Like Entry, the SimpleSynchronousEntry self releases when Close() is
131 ~SimpleSynchronousEntry();
simple_synchronous_entry.cc 162 SimpleSynchronousEntry::CRCRecord::CRCRecord() : index(-1),
167 SimpleSynchronousEntry::CRCRecord::CRCRecord(int index_p,
174 SimpleSynchronousEntry::EntryOperationData::EntryOperationData(int index_p,
181 SimpleSynchronousEntry::EntryOperationData::EntryOperationData(int index_p,
191 void SimpleSynchronousEntry::OpenEntry(
196 SimpleSynchronousEntry* sync_entry = new SimpleSynchronousEntry(path, "",
210 void SimpleSynchronousEntry::CreateEntry(
217 SimpleSynchronousEntry* sync_entry = new SimpleSynchronousEntry(path, key
    [all...]
simple_entry_impl.h 32 class SimpleSynchronousEntry;
37 // disk cache. It proxies for the SimpleSynchronousEntry, which performs IO
146 // An error occured, and the SimpleSynchronousEntry should have Doomed
180 // Called after a SimpleSynchronousEntry has completed CreateEntry() or
279 SimpleSynchronousEntry* synchronous_entry_;
simple_entry_impl.cc 245 // SimpleSynchronousEntry, because this way the worst scenario is when we
261 Closure task = base::Bind(&SimpleSynchronousEntry::DoomEntry, path_, key_,
626 Closure task = base::Bind(&SimpleSynchronousEntry::OpenEntry,
677 Closure task = base::Bind(&SimpleSynchronousEntry::CreateEntry,
695 typedef SimpleSynchronousEntry::CRCRecord CRCRecord;
720 base::Bind(&SimpleSynchronousEntry::Close,
789 &SimpleSynchronousEntry::ReadData,
791 SimpleSynchronousEntry::EntryOperationData(stream_index, offset, buf_len),
877 Closure task = base::Bind(&SimpleSynchronousEntry::WriteData,
879 SimpleSynchronousEntry::EntryOperationData
    [all...]
simple_index_file.cc 215 base::Bind(&SimpleSynchronousEntry::DoomEntrySet,
simple_backend_impl.cc 338 base::Bind(&SimpleSynchronousEntry::DoomEntrySet,

Completed in 288 milliseconds