HomeSort by relevance Sort by last modified time
    Searched full:fake_cache_mtime (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/net/disk_cache/simple/
simple_index_file_unittest.cc 217 base::Time fake_cache_mtime; local
219 &fake_cache_mtime));
221 simple_index_file.LoadIndexEntries(fake_cache_mtime,
247 base::Time fake_cache_mtime; local
249 &fake_cache_mtime));
250 EXPECT_FALSE(WrappedSimpleIndexFile::LegacyIsIndexFileStale(fake_cache_mtime,
254 simple_index_file.LoadIndexEntries(fake_cache_mtime,

Completed in 349 milliseconds