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

  /external/chromium_org/net/disk_cache/simple/
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_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...]

Completed in 137 milliseconds