Searched defs:out_results (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_synchronous_entry.cc216 SimpleEntryCreationResults *out_results) {
219 out_results->result =
221 &out_results->entry_stat,
222 &out_results->stream_0_data,
223 &out_results->stream_0_crc32);
224 if (out_results->result != net::OK) {
227 out_results->sync_entry = NULL;
228 out_results->stream_0_data = NULL;
231 out_results->sync_entry = sync_entry;
241 SimpleEntryCreationResults *out_results) {
211 OpenEntry( net::CacheType cache_type, const FilePath& path, const uint64 entry_hash, bool had_index, SimpleEntryCreationResults *out_results) argument
235 CreateEntry( net::CacheType cache_type, const FilePath& path, const std::string& key, const uint64 entry_hash, bool had_index, SimpleEntryCreationResults *out_results) argument
[all...]

Completed in 107 milliseconds