Searched refs:GetUserCacheDirectory (Results 1 - 14 of 14) sorted by relevance

/external/chromium/chrome/common/
H A Dchrome_paths_unittest.cc14 // Test the behavior of chrome::GetUserCacheDirectory.
35 chrome::GetUserCacheDirectory(test_profile_dir, &cache_dir);
42 chrome::GetUserCacheDirectory(test_profile_dir, &cache_dir);
H A Dchrome_paths_internal.h31 void GetUserCacheDirectory(const FilePath& profile_dir, FilePath* result);
H A Dchrome_paths_linux.cc41 void GetUserCacheDirectory(const FilePath& profile_dir, FilePath* result) { function in namespace:chrome
H A Dchrome_paths_win.cc40 void GetUserCacheDirectory(const FilePath& profile_dir, FilePath* result) { function in namespace:chrome
/external/chromium_org/chrome/common/
H A Dchrome_paths_unittest.cc15 // Test the behavior of chrome::GetUserCacheDirectory.
42 chrome::GetUserCacheDirectory(test_profile_dir, &cache_dir);
49 chrome::GetUserCacheDirectory(test_profile_dir, &cache_dir);
H A Dchrome_paths_android.cc13 void GetUserCacheDirectory(const base::FilePath& profile_dir, function in namespace:chrome
H A Dchrome_paths_internal.h42 void GetUserCacheDirectory(const base::FilePath& profile_dir, base::FilePath* result);
H A Dchrome_paths_linux.cc72 void GetUserCacheDirectory(const base::FilePath& profile_dir, function in namespace:chrome
H A Dchrome_paths_win.cc64 void GetUserCacheDirectory(const base::FilePath& profile_dir, function in namespace:chrome
/external/chromium_org/chrome/browser/nacl_host/
H A Dnacl_browser_delegate_impl.cc54 chrome::GetUserCacheDirectory(user_data_dir, cache_dir);
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_system_util.cc267 chrome::GetUserCacheDirectory(profile->GetPath(), &cache_base_path);
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_impl.cc514 chrome::GetUserCacheDirectory(path_, &base_cache_path_);
H A Dprofile_manager.cc172 chrome::GetUserCacheDirectory(profile_path, &cache_path);
/external/chromium/chrome/browser/profiles/
H A Dprofile_impl.cc316 chrome::GetUserCacheDirectory(path_, &base_cache_path_);

Completed in 795 milliseconds