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

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index_file.cc254 void SimpleIndexFile::LoadIndexEntries(base::Time cache_last_modified, argument
259 cache_last_modified, cache_directory_,
284 base::Time cache_last_modified,
298 if (cache_last_modified <= last_cache_seen_by_index) {
421 int64 cache_last_modified; local
422 if (!pickle_it.ReadInt64(&cache_last_modified)) {
427 *out_cache_last_modified = base::Time::FromInternalValue(cache_last_modified);
456 base::Time cache_last_modified,
461 return index_mtime < cache_last_modified;
282 SyncLoadIndexEntries( net::CacheType cache_type, base::Time cache_last_modified, const base::FilePath& cache_directory, const base::FilePath& index_file_path, SimpleIndexLoadResult* out_result) argument
455 LegacyIsIndexFileStale( base::Time cache_last_modified, const base::FilePath& index_file_path) argument
H A Dsimple_index_file.h84 virtual void LoadIndexEntries(base::Time cache_last_modified,
106 base::Time cache_last_modified,
164 static bool LegacyIsIndexFileStale(base::Time cache_last_modified,
H A Dsimple_index_unittest.cc61 base::Time cache_last_modified,

Completed in 93 milliseconds