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

  /external/chromium_org/net/disk_cache/simple/
simple_index_file_unittest.cc 73 using SimpleIndexFile::LegacyIsIndexFileStale;
159 TEST_F(SimpleIndexFileTest, LegacyIsIndexFileStale) {
170 WrappedSimpleIndexFile::LegacyIsIndexFileStale(cache_mtime, index_path));
177 WrappedSimpleIndexFile::LegacyIsIndexFileStale(cache_mtime, index_path));
185 WrappedSimpleIndexFile::LegacyIsIndexFileStale(cache_mtime, index_path));
189 WrappedSimpleIndexFile::LegacyIsIndexFileStale(cache_mtime, index_path));
250 EXPECT_FALSE(WrappedSimpleIndexFile::LegacyIsIndexFileStale(fake_cache_mtime,
simple_index_file.h 165 static bool LegacyIsIndexFileStale(base::Time cache_last_modified,
simple_index_file.cc 300 if (LegacyIsIndexFileStale(latest_dir_mtime, index_file_path)) {
454 bool SimpleIndexFile::LegacyIsIndexFileStale(

Completed in 47 milliseconds