Home
last modified time | relevance | path

Searched refs:crc32s_to_write (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
Dsimple_synchronous_entry.h171 scoped_ptr<std::vector<CRCRecord> > crc32s_to_write,
Dsimple_entry_impl.cc759 crc32s_to_write(new std::vector<CRCRecord>()); in CloseInternal() local
770 crc32s_to_write->push_back(CRCRecord(i, true, crc)); in CloseInternal()
772 crc32s_to_write->push_back(CRCRecord(i, false, 0)); in CloseInternal()
786 base::Passed(&crc32s_to_write), in CloseInternal()
Dsimple_synchronous_entry.cc623 scoped_ptr<std::vector<CRCRecord> > crc32s_to_write, in Close()
636 for (std::vector<CRCRecord>::const_iterator it = crc32s_to_write->begin(); in Close()
637 it != crc32s_to_write->end(); ++it) { in Close()