HomeSort by relevance Sort by last modified time
    Searched refs:cache_path (Results 26 - 33 of 33) sorted by null

12

  /external/chromium_org/tools/valgrind/
scan-build.py 197 cache_path = os.path.join(path, CACHE_DIR)
199 fyi = Waterfall(ROOT_URL, cache_path)
  /external/chromium_org/chrome/browser/profiles/
profile_impl.cc 595 base::FilePath cache_path = base_cache_path_; local
597 GetCacheParameters(false, &cache_path, &cache_max_size);
598 cache_path = GetCachePath(cache_path);
678 io_data_.Init(cookie_path, channel_id_path, cache_path,
    [all...]
profile_impl.h 203 base::FilePath* cache_path,
profile_manager.cc 184 base::FilePath cache_path; local
185 chrome::GetUserCacheDirectory(profile_path, &cache_path);
187 base::DeleteFile(cache_path, true);
    [all...]
  /external/chromium_org/components/nacl/browser/
pnacl_host.cc 152 base::FilePath cache_path(GetCachePath());
153 if (cache_path.empty() || cache_state_ != CacheUninitialized)
158 cache_path,
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_mount.cc 122 const base::FilePath& cache_path,
  /external/chromium_org/content/browser/gpu/
shader_disk_cache.cc 514 ShaderDiskCache::ShaderDiskCache(const base::FilePath& cache_path)
517 cache_path_(cache_path),
  /external/chromium_org/net/disk_cache/
backend_unittest.cc 49 base::FilePath& cache_path) {
53 cache_path, cache_thread.message_loop_proxy(), NULL));
    [all...]

Completed in 810 milliseconds

12