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

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_synchronous_entry.cc75 bool had_index) {
79 if (had_index) {
215 bool had_index,
220 sync_entry->InitializeForOpen(had_index,
240 bool had_index,
246 had_index, &out_results->entry_stat);
760 bool had_index,
768 cache_type_, OPEN_ENTRY_PLATFORM_FILE_ERROR, had_index);
772 if (had_index) {
840 bool had_index,
73 RecordSyncOpenResult(net::CacheType cache_type, OpenEntryResult result, bool had_index) argument
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
759 OpenFiles( bool had_index, SimpleEntryStat* out_entry_stat) argument
839 CreateFiles( bool had_index, SimpleEntryStat* out_entry_stat) argument
897 InitializeForOpen( bool had_index, SimpleEntryStat* out_entry_stat, scoped_refptr<net::GrowableIOBuffer>* stream_0_data, uint32* out_stream_0_crc32) argument
1025 InitializeForCreate( bool had_index, SimpleEntryStat* out_entry_stat) argument
1160 RecordSyncCreateResult(CreateEntryResult result, bool had_index) argument
[all...]

Completed in 493 milliseconds