OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetUserCacheDirectory
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/common/
chrome_paths_unittest.cc
14
// Test the behavior of chrome::
GetUserCacheDirectory
.
35
chrome::
GetUserCacheDirectory
(test_profile_dir, &cache_dir);
42
chrome::
GetUserCacheDirectory
(test_profile_dir, &cache_dir);
chrome_paths_internal.h
31
void
GetUserCacheDirectory
(const FilePath& profile_dir, FilePath* result);
chrome_paths_linux.cc
41
void
GetUserCacheDirectory
(const FilePath& profile_dir, FilePath* result) {
chrome_paths_win.cc
40
void
GetUserCacheDirectory
(const FilePath& profile_dir, FilePath* result) {
/external/chromium/chrome/browser/profiles/
profile_impl.cc
316
chrome::
GetUserCacheDirectory
(path_, &base_cache_path_);
[
all
...]
Completed in 49 milliseconds