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

  /external/chromium/net/disk_cache/
storage_block_unittest.cc 13 FilePath filename = GetCacheFilePath().AppendASCII("a_test");
33 FilePath filename = GetCacheFilePath().AppendASCII("a_test");
53 FilePath filename = GetCacheFilePath().AppendASCII("a_test");
block_files_unittest.cc 31 FilePath path = GetCacheFilePath();
58 FilePath path = GetCacheFilePath();
82 FilePath path = GetCacheFilePath();
160 FilePath path = GetCacheFilePath();
182 FilePath path = GetCacheFilePath();
206 FilePath path = GetCacheFilePath();
233 FilePath path = GetCacheFilePath();
254 FilePath path = GetCacheFilePath();
mapped_file_unittest.cc 42 FilePath filename = GetCacheFilePath().AppendASCII("a_test");
57 FilePath filename = GetCacheFilePath().AppendASCII("a_test");
disk_cache_test_util.cc 58 FilePath GetCacheFilePath() {
89 FilePath dest = GetCacheFilePath();
108 ScopedTestCache::ScopedTestCache() : path_(GetCacheFilePath()) {
disk_cache_test_util.h 27 FilePath GetCacheFilePath();
38 // Helper class which ensures that the cache dir returned by GetCacheFilePath
disk_cache_test_base.cc 60 FilePath path = GetCacheFilePath();
215 FilePath path = GetCacheFilePath();
239 FilePath path = GetCacheFilePath();
stress_cache.cc 95 FilePath path = GetCacheFilePath().InsertBeforeExtensionASCII("_stress");
backend_unittest.cc 194 FilePath path = GetCacheFilePath();
236 FilePath filename = GetCacheFilePath().AppendASCII("f_000001");
260 FilePath path = GetCacheFilePath();
312 FilePath path = GetCacheFilePath();
345 FilePath path = GetCacheFilePath();
    [all...]
  /external/chromium_org/chrome/browser/history/
in_memory_url_index.cc 142 if (!GetCacheFilePath(&path))
153 bool InMemoryURLIndex::GetCacheFilePath(base::FilePath* file_path) {
241 if (!GetCacheFilePath(&path) || shutdown_) {
267 if (!GetCacheFilePath(&path) || shutdown_)
321 if (!GetCacheFilePath(&path))
in_memory_url_index.h 185 bool GetCacheFilePath(base::FilePath* file_path);
in_memory_url_index_unittest.cc 102 bool GetCacheFilePath(base::FilePath* file_path) const;
153 bool InMemoryURLIndexTest::GetCacheFilePath(base::FilePath* file_path) const {
155 return url_index_->GetCacheFilePath(file_path);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
file_cache.cc 117 base::FilePath FileCache::GetCacheFilePath(
241 *cache_file_path = GetCacheFilePath(resource_id);
450 base::FilePath path = GetCacheFilePath(resource_id);
530 base::FilePath dest_path = GetCacheFilePath(resource_id);
573 base::FilePath path = GetCacheFilePath(resource_id);
file_cache.h 62 // GetCacheFilePath() for example), should be run with |blocking_task_runner|.
236 base::FilePath GetCacheFilePath(const std::string& resource_id) const;
file_cache_unittest.cc 171 const base::FilePath path = cache_->GetCacheFilePath(resource_id);
278 EXPECT_EQ(cache_file_path, cache_->GetCacheFilePath(resource_id));
303 EXPECT_EQ(cache_file_path, cache_->GetCacheFilePath(resource_id));
327 base::FilePath dest_path = cache_->GetCacheFilePath(resource_id);
353 base::FilePath path = cache_->GetCacheFilePath(resource_id);
    [all...]
  /external/chromium/chrome/browser/history/
in_memory_url_index.h 357 bool GetCacheFilePath(FilePath* file_path);
in_memory_url_index.cc 239 if (!GetCacheFilePath(&file_path) || !file_util::PathExists(file_path))
282 if (!GetCacheFilePath(&file_path))
    [all...]
in_memory_url_index_unittest.cc 522 url_index_->GetCacheFilePath(&full_file_path);

Completed in 215 milliseconds