Searched refs:CRCRecord (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/net/disk_cache/simple/ |
D | simple_synchronous_entry.h | 89 struct CRCRecord { struct 90 CRCRecord(); 91 CRCRecord(int index_p, bool has_crc32_p, uint32 data_crc32_p); 171 scoped_ptr<std::vector<CRCRecord> > crc32s_to_write,
|
D | simple_synchronous_entry.cc | 174 SimpleSynchronousEntry::CRCRecord::CRCRecord() : index(-1), in CRCRecord() function in disk_cache::SimpleSynchronousEntry::CRCRecord 179 SimpleSynchronousEntry::CRCRecord::CRCRecord(int index_p, in CRCRecord() function in disk_cache::SimpleSynchronousEntry::CRCRecord 623 scoped_ptr<std::vector<CRCRecord> > crc32s_to_write, in Close() 636 for (std::vector<CRCRecord>::const_iterator it = crc32s_to_write->begin(); in Close()
|
D | simple_entry_impl.cc | 755 typedef SimpleSynchronousEntry::CRCRecord CRCRecord; in CloseInternal() typedef 756 scoped_ptr<std::vector<CRCRecord> > in CloseInternal() 757 crc32s_to_write(new std::vector<CRCRecord>()); in CloseInternal() 768 crc32s_to_write->push_back(CRCRecord(i, true, crc)); in CloseInternal() 770 crc32s_to_write->push_back(CRCRecord(i, false, 0)); in CloseInternal()
|