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 72 using SimpleIndexFile::LegacyIsIndexFileStale;
158 TEST_F(SimpleIndexFileTest, LegacyIsIndexFileStale) {
169 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 164 static bool LegacyIsIndexFileStale(base::Time cache_last_modified,
simple_index_file.cc 301 if (LegacyIsIndexFileStale(latest_dir_mtime, index_file_path)) {
455 bool SimpleIndexFile::LegacyIsIndexFileStale(

Completed in 815 milliseconds