CRCRecord 755 net/disk_cache/simple/simple_entry_impl.cc typedef SimpleSynchronousEntry::CRCRecord CRCRecord; CRCRecord 756 net/disk_cache/simple/simple_entry_impl.cc scoped_ptr<std::vector<CRCRecord> > CRCRecord 757 net/disk_cache/simple/simple_entry_impl.cc crc32s_to_write(new std::vector<CRCRecord>()); CRCRecord 768 net/disk_cache/simple/simple_entry_impl.cc crc32s_to_write->push_back(CRCRecord(i, true, crc)); CRCRecord 770 net/disk_cache/simple/simple_entry_impl.cc crc32s_to_write->push_back(CRCRecord(i, false, 0)); CRCRecord 174 net/disk_cache/simple/simple_synchronous_entry.cc SimpleSynchronousEntry::CRCRecord::CRCRecord() : index(-1), CRCRecord 179 net/disk_cache/simple/simple_synchronous_entry.cc SimpleSynchronousEntry::CRCRecord::CRCRecord(int index_p, CRCRecord 623 net/disk_cache/simple/simple_synchronous_entry.cc scoped_ptr<std::vector<CRCRecord> > crc32s_to_write, CRCRecord 636 net/disk_cache/simple/simple_synchronous_entry.cc for (std::vector<CRCRecord>::const_iterator it = crc32s_to_write->begin(); CRCRecord 90 net/disk_cache/simple/simple_synchronous_entry.h CRCRecord(); CRCRecord 91 net/disk_cache/simple/simple_synchronous_entry.h CRCRecord(int index_p, bool has_crc32_p, uint32 data_crc32_p); CRCRecord 171 net/disk_cache/simple/simple_synchronous_entry.h scoped_ptr<std::vector<CRCRecord> > crc32s_to_write,