/external/chromium/chrome/browser/google/ |
google_update_settings_posix.cc | 22 PathService::Get(chrome::DIR_USER_DATA, &consent_file); 34 PathService::Get(chrome::DIR_USER_DATA, &consent_dir); 57 PathService::Get(chrome::DIR_USER_DATA, &consent_dir);
|
/external/chromium/chrome/common/ |
chrome_paths.h | 21 DIR_USER_DATA, // Directory where user data can be written. 34 DIR_USER_DATA_TEMP, // A temp directory within DIR_USER_DATA. Use
|
chrome_paths.cc | 84 return PathService::Get(chrome::DIR_USER_DATA, result); 114 case chrome::DIR_USER_DATA: 180 if (!PathService::Get(chrome::DIR_USER_DATA, &cur)) 190 if (!PathService::Get(chrome::DIR_USER_DATA, &cur)) 207 if (!PathService::Get(chrome::DIR_USER_DATA, &cur)) 212 if (!PathService::Get(chrome::DIR_USER_DATA, &cur)) 305 if (!PathService::Get(chrome::DIR_USER_DATA, &cur))
|
service_process_util_win.cc | 41 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir);
|
service_process_util.cc | 110 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir);
|
logging_chrome.cc | 223 PathService::Get(chrome::DIR_USER_DATA, &log_dir);
|
/external/chromium/chrome/browser/diagnostics/ |
diagnostics_test.cc | 50 if (!PathService::Get(chrome::DIR_USER_DATA, &path))
|
recon_diagnostics.cc | 204 {"User data Directory", chrome::DIR_USER_DATA, 293 if (!PathService::Get(chrome::DIR_USER_DATA, &data_dir)) 420 PathService::Get(chrome::DIR_USER_DATA, &path);
|
diagnostics_model.cc | 170 PathService::Override(chrome::DIR_USER_DATA, user_data_dir);
|
/external/chromium/chrome/browser/extensions/ |
extension_startup_browsertest.cc | 40 PathService::Get(chrome::DIR_USER_DATA, &profile_dir);
|
/external/chromium/chrome/browser/ |
spellcheck_host_impl.cc | 68 PathService::Get(chrome::DIR_USER_DATA, &dict_dir); 90 PathService::Get(chrome::DIR_USER_DATA, &personal_file_directory);
|
browser_shutdown.cc | 111 PathService::Get(chrome::DIR_USER_DATA, &shutdown_ms_file);
|
process_singleton_win.cc | 190 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir);
|
process_singleton_linux_uitest.cc | 60 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir);
|
browser_process_impl.cc | 678 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir); [all...] |
browser_main.cc | [all...] |
/external/chromium/chrome/browser/first_run/ |
first_run.cc | 470 if (!PathService::Get(chrome::DIR_USER_DATA, &first_run_sentinel)) 474 if (!PathService::Get(chrome::DIR_USER_DATA, &first_run_sentinel))
|
/external/chromium/chrome/browser/profiles/ |
profile_manager.cc | 79 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir); 252 PathService::Get(chrome::DIR_USER_DATA, &default_profile_dir);
|
/external/chromium/chrome/browser/rlz/ |
rlz.cc | 219 if (!PathService::Get(chrome::DIR_USER_DATA, &user_data_dir))
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_service.cc | 59 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir); 670 bool result = PathService::Get(chrome::DIR_USER_DATA, &path); [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
user_manager.cc | 547 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir);
|
/external/chromium/chrome/common/extensions/ |
extension_file_util.cc | 580 if (!PathService::Get(chrome::DIR_USER_DATA, &parent_path))
|
/external/chromium/chrome/browser/automation/ |
automation_provider.cc | 575 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir); [all...] |