HomeSort by relevance Sort by last modified time
    Searched refs:cache_last_modified (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/disk_cache/simple/
simple_index_file.h 84 virtual void LoadIndexEntries(base::Time cache_last_modified,
106 base::Time cache_last_modified,
164 static bool LegacyIsIndexFileStale(base::Time cache_last_modified,
simple_index_file.cc 254 void SimpleIndexFile::LoadIndexEntries(base::Time cache_last_modified,
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;
simple_index_unittest.cc 61 base::Time cache_last_modified,

Completed in 63 milliseconds