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

12

  /external/chromium_org/chrome/browser/nacl_host/
pnacl_host.cc 88 base::FilePath cache_path(GetCachePath());
89 if (cache_path.empty() || cache_state_ != CacheUninitialized)
94 cache_path,
  /external/chromium_org/chrome/browser/profiles/
profile_impl.h 191 base::FilePath* cache_path,
profile_manager.cc 200 base::FilePath cache_path; local
201 chrome::GetUserCacheDirectory(*it, &cache_path);
203 base::DeleteFile(cache_path, true);
    [all...]
  /external/chromium_org/content/browser/gpu/
shader_disk_cache.cc 506 ShaderDiskCache::ShaderDiskCache(const base::FilePath& cache_path)
509 cache_path_(cache_path),
  /external/chromium_org/net/disk_cache/
backend_unittest.cc 46 base::FilePath& cache_path) {
50 cache_path, cache_thread.message_loop_proxy(), NULL));
    [all...]

Completed in 161 milliseconds

12