Searched defs:WrappedSimpleIndexFile (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index_file_unittest.cc69 class WrappedSimpleIndexFile : public SimpleIndexFile { class in namespace:disk_cache
76 explicit WrappedSimpleIndexFile(const base::FilePath& index_file_directory) function in class:disk_cache::WrappedSimpleIndexFile
81 virtual ~WrappedSimpleIndexFile() {
135 scoped_ptr<Pickle> pickle = WrappedSimpleIndexFile::Serialize(
139 EXPECT_TRUE(WrappedSimpleIndexFile::SerializeFinalData(now, pickle.get()));
142 WrappedSimpleIndexFile::Deserialize(static_cast<const char*>(pickle->data()),
165 WrappedSimpleIndexFile simple_index_file(cache_path);
169 WrappedSimpleIndexFile::LegacyIsIndexFileStale(cache_mtime, index_path));
177 WrappedSimpleIndexFile::LegacyIsIndexFileStale(cache_mtime, index_path));
185 WrappedSimpleIndexFile
[all...]

Completed in 60 milliseconds