Home
last modified time | relevance | path

Searched refs:cache_mtime (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
Dsimple_index_file_unittest.cc162 base::Time cache_mtime; in TEST_F() local
165 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()
Dsimple_index.h87 void Initialize(base::Time cache_mtime);
Dsimple_index.cc169 void SimpleIndex::Initialize(base::Time cache_mtime) { in Initialize() argument
185 index_file_->LoadIndexEntries(cache_mtime, reply, load_result); in Initialize()