Searched refs:read_crc32 (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_entry_impl.h239 scoped_ptr<uint32> read_crc32,
H A Dsimple_entry_impl.cc862 scoped_ptr<uint32> read_crc32(new uint32());
872 read_crc32.get(),
880 base::Passed(&read_crc32),
1170 scoped_ptr<uint32> read_crc32,
1176 DCHECK(read_crc32);
1187 crc32s_[stream_index] = crc32_combine(current_crc, *read_crc32, *result);
1166 ReadOperationComplete( int stream_index, int offset, const CompletionCallback& completion_callback, scoped_ptr<uint32> read_crc32, scoped_ptr<SimpleEntryStat> entry_stat, scoped_ptr<int> result) argument
H A Dsimple_synchronous_entry.cc1059 uint32 read_crc32; local
1062 0, *out_entry_stat, &has_crc32, &read_crc32, &stream_0_size);
1091 if (has_crc32 && read_crc32 != expected_crc32) {

Completed in 87 milliseconds