Searched refs:GetUserCacheDirectory (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/chrome/common/ |
D | chrome_paths_unittest.cc | 44 chrome::GetUserCacheDirectory(test_profile_dir, &cache_dir); in TEST() 51 chrome::GetUserCacheDirectory(test_profile_dir, &cache_dir); in TEST()
|
D | chrome_paths_android.cc | 13 void GetUserCacheDirectory(const base::FilePath& profile_dir, in GetUserCacheDirectory() function
|
D | chrome_paths_internal.h | 37 void GetUserCacheDirectory(const base::FilePath& profile_dir, base::FilePath* result);
|
D | chrome_paths_win.cc | 54 void GetUserCacheDirectory(const base::FilePath& profile_dir, in GetUserCacheDirectory() function
|
D | chrome_paths_linux.cc | 75 void GetUserCacheDirectory(const base::FilePath& profile_dir, in GetUserCacheDirectory() function
|
D | chrome_paths_mac.mm | 128 void GetUserCacheDirectory(const base::FilePath& profile_dir,
|
/external/chromium_org/chrome/browser/nacl_host/ |
D | nacl_browser_delegate_impl.cc | 114 chrome::GetUserCacheDirectory(user_data_dir, cache_dir); in GetCacheDirectory()
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
D | file_system_util.cc | 220 chrome::GetUserCacheDirectory(profile->GetPath(), &cache_base_path); in GetCacheRootPath()
|
/external/chromium_org/chrome/browser/profiles/ |
D | profile_manager.cc | 185 chrome::GetUserCacheDirectory(profile_path, &cache_path); in NukeProfileFromDisk()
|
D | profile_impl.cc | 557 chrome::GetUserCacheDirectory(path_, &base_cache_path_); in DoFinalInit()
|