Searched refs:cache_mtime (Results 1 – 3 of 3) sorted by relevance
162 base::Time cache_mtime; in TEST_F() local165 ASSERT_TRUE(simple_util::GetMTime(cache_path, &cache_mtime)); in TEST_F()170 WrappedSimpleIndexFile::LegacyIsIndexFileStale(cache_mtime, index_path)); in TEST_F()175 ASSERT_TRUE(simple_util::GetMTime(cache_path, &cache_mtime)); in TEST_F()177 WrappedSimpleIndexFile::LegacyIsIndexFileStale(cache_mtime, index_path)); in TEST_F()183 ASSERT_TRUE(simple_util::GetMTime(cache_path, &cache_mtime)); in TEST_F()185 WrappedSimpleIndexFile::LegacyIsIndexFileStale(cache_mtime, index_path)); in TEST_F()189 WrappedSimpleIndexFile::LegacyIsIndexFileStale(cache_mtime, index_path)); in TEST_F()
87 void Initialize(base::Time cache_mtime);
169 void SimpleIndex::Initialize(base::Time cache_mtime) { in Initialize() argument185 index_file_->LoadIndexEntries(cache_mtime, reply, load_result); in Initialize()