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 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...]

Completed in 241 milliseconds