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

  /external/chromium_org/net/disk_cache/simple/
simple_index_file_unittest.cc 161 base::Time cache_mtime; local
164 ASSERT_TRUE(simple_util::GetMTime(cache_path, &cache_mtime));
169 WrappedSimpleIndexFile::LegacyIsIndexFileStale(cache_mtime, index_path));
175 ASSERT_TRUE(simple_util::GetMTime(cache_path, &cache_mtime));
177 WrappedSimpleIndexFile::LegacyIsIndexFileStale(cache_mtime, index_path));
183 ASSERT_TRUE(simple_util::GetMTime(cache_path, &cache_mtime));
185 WrappedSimpleIndexFile::LegacyIsIndexFileStale(cache_mtime, index_path));
189 WrappedSimpleIndexFile::LegacyIsIndexFileStale(cache_mtime, index_path));
simple_index.h 87 void Initialize(base::Time cache_mtime);
simple_index.cc 167 void SimpleIndex::Initialize(base::Time cache_mtime) {
201 index_file_->LoadIndexEntries(cache_mtime, reply, load_result);

Completed in 305 milliseconds