Home
last modified time | relevance | path

Searched refs:last_cache_seen_by_index (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
Dsimple_index_file.cc288 base::Time last_cache_seen_by_index; in SyncLoadIndexEntries() local
289 SyncLoadFromDisk(index_file_path, &last_cache_seen_by_index, out_result); in SyncLoadIndexEntries()
297 if (cache_last_modified <= last_cache_seen_by_index) { in SyncLoadIndexEntries()