HomeSort by relevance Sort by last modified time
    Searched refs:WrappedSimpleIndexFile (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/disk_cache/simple/
simple_index_file_unittest.cc 57 class WrappedSimpleIndexFile : public SimpleIndexFile {
63 explicit WrappedSimpleIndexFile(const base::FilePath& index_file_directory)
67 virtual ~WrappedSimpleIndexFile() {
116 scoped_ptr<Pickle> pickle = WrappedSimpleIndexFile::Serialize(
121 WrappedSimpleIndexFile::Deserialize(static_cast<const char*>(pickle->data()),
142 WrappedSimpleIndexFile simple_index_file(cache_path);
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
    [all...]
simple_index_file.h 98 friend class WrappedSimpleIndexFile;

Completed in 55 milliseconds