Searched refs:IsIndexFileStale (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index_file_unittest.cc60 using SimpleIndexFile::IsIndexFileStale;
135 TEST_F(SimpleIndexFileTest, IsIndexFileStale) {
144 EXPECT_TRUE(WrappedSimpleIndexFile::IsIndexFileStale(cache_mtime,
152 EXPECT_FALSE(WrappedSimpleIndexFile::IsIndexFileStale(cache_mtime,
160 EXPECT_FALSE(WrappedSimpleIndexFile::IsIndexFileStale(cache_mtime,
165 EXPECT_TRUE(WrappedSimpleIndexFile::IsIndexFileStale(cache_mtime,
228 EXPECT_FALSE(WrappedSimpleIndexFile::IsIndexFileStale(fake_cache_mtime,
H A Dsimple_index_file.h146 static bool IsIndexFileStale(base::Time cache_last_modified,
H A Dsimple_index_file.cc241 if (IsIndexFileStale(cache_last_modified, index_file_path)) {
247 IsIndexFileStale(latest_dir_mtime, index_file_path)) {
419 bool SimpleIndexFile::IsIndexFileStale(base::Time cache_last_modified, function in class:disk_cache::SimpleIndexFile

Completed in 140 milliseconds