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

  /external/chromium_org/net/disk_cache/simple/
simple_synchronous_entry.cc 189 SimpleSynchronousEntry::CRCRecord::CRCRecord() : index(-1),
194 SimpleSynchronousEntry::CRCRecord::CRCRecord(int index_p,
201 SimpleSynchronousEntry::EntryOperationData::EntryOperationData(int index_p,
208 SimpleSynchronousEntry::EntryOperationData::EntryOperationData(int index_p,
219 SimpleSynchronousEntry::EntryOperationData::EntryOperationData(
226 void SimpleSynchronousEntry::OpenEntry(
232 SimpleSynchronousEntry* sync_entry =
233 new SimpleSynchronousEntry(cache_type, path, "", entry_hash);
250 void SimpleSynchronousEntry::CreateEntry(
258 SimpleSynchronousEntry* sync_entry
    [all...]
simple_synchronous_entry.h 30 class SimpleSynchronousEntry;
33 // SimpleEntryImplementation and SimpleSynchronousEntry and the computation of
77 SimpleSynchronousEntry* sync_entry;
87 class SimpleSynchronousEntry {
202 SimpleSynchronousEntry(
208 // Like Entry, the SimpleSynchronousEntry self releases when Close() is
210 ~SimpleSynchronousEntry();
simple_entry_impl.cc 261 // SimpleSynchronousEntry, because this way the worst scenario is when we
687 Closure task = base::Bind(&SimpleSynchronousEntry::OpenEntry,
736 Closure task = base::Bind(&SimpleSynchronousEntry::CreateEntry,
755 typedef SimpleSynchronousEntry::CRCRecord CRCRecord;
780 base::Bind(&SimpleSynchronousEntry::Close,
865 &SimpleSynchronousEntry::ReadData,
867 SimpleSynchronousEntry::EntryOperationData(stream_index, offset, buf_len),
    [all...]
simple_entry_impl.h 35 class SimpleSynchronousEntry;
40 // disk cache. It proxies for the SimpleSynchronousEntry, which performs IO
157 // An error occured, and the SimpleSynchronousEntry should have Doomed
208 // Called after a SimpleSynchronousEntry has completed CreateEntry() or
349 // would leak the SimpleSynchronousEntry.
350 SimpleSynchronousEntry* synchronous_entry_;
simple_backend_impl.cc 289 // SimpleSynchronousEntry::DoomEntrySet and delete the files en masse.
333 base::Bind(&SimpleSynchronousEntry::DoomEntrySet,

Completed in 33 milliseconds