/external/chromium/chrome/common/ |
D | chrome_paths.cc | 84 return PathService::Get(chrome::DIR_USER_DATA, result); in PathProvider() 114 case chrome::DIR_USER_DATA: in PathProvider() 180 if (!PathService::Get(chrome::DIR_USER_DATA, &cur)) in PathProvider() 190 if (!PathService::Get(chrome::DIR_USER_DATA, &cur)) in PathProvider() 207 if (!PathService::Get(chrome::DIR_USER_DATA, &cur)) in PathProvider() 212 if (!PathService::Get(chrome::DIR_USER_DATA, &cur)) in PathProvider() 305 if (!PathService::Get(chrome::DIR_USER_DATA, &cur)) in PathProvider()
|
D | chrome_paths.h | 21 DIR_USER_DATA, // Directory where user data can be written. enumerator
|
D | service_process_util_win.cc | 41 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir); in GetObsoleteServiceProcessAutoRunKey()
|
D | service_process_util.cc | 110 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir); in GetServiceProcessScopedName()
|
D | logging_chrome.cc | 223 PathService::Get(chrome::DIR_USER_DATA, &log_dir); in GetSessionLogFile()
|
D | service_process_util_mac.mm | 50 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir);
|
/external/chromium/chrome/browser/google/ |
D | google_update_settings_posix.cc | 22 PathService::Get(chrome::DIR_USER_DATA, &consent_file); in GetCollectStatsConsent() 34 PathService::Get(chrome::DIR_USER_DATA, &consent_dir); in SetCollectStatsConsent() 57 PathService::Get(chrome::DIR_USER_DATA, &consent_dir); in SetMetricsId()
|
/external/chromium/chrome/browser/diagnostics/ |
D | recon_diagnostics.cc | 204 {"User data Directory", chrome::DIR_USER_DATA, 293 if (!PathService::Get(chrome::DIR_USER_DATA, &data_dir)) in ExecuteImpl() 420 PathService::Get(chrome::DIR_USER_DATA, &path); in MakeLocalStateTest()
|
D | diagnostics_test.cc | 50 if (!PathService::Get(chrome::DIR_USER_DATA, &path)) in GetUserDefaultProfileDir()
|
D | diagnostics_model.cc | 170 PathService::Override(chrome::DIR_USER_DATA, user_data_dir); in MakeDiagnosticsModel()
|
/external/chromium/chrome/browser/ |
D | spellcheck_host_impl.cc | 68 PathService::Get(chrome::DIR_USER_DATA, &dict_dir); in GetFallbackFilePath() 90 PathService::Get(chrome::DIR_USER_DATA, &personal_file_directory); in SpellCheckHostImpl()
|
D | browser_shutdown.cc | 111 PathService::Get(chrome::DIR_USER_DATA, &shutdown_ms_file); in GetShutdownMsPath()
|
D | process_singleton_win.cc | 190 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir); in Create()
|
D | process_singleton_linux_uitest.cc | 60 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir); in CreateProcessSingleton()
|
D | browser_process_impl.cc | 678 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir); in ShouldClearLocalState() 944 PathService::Get(chrome::DIR_USER_DATA, &model_file_path) && in CreateSafeBrowsingDetectionService()
|
D | browser_main.cc | 1183 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir); in BrowserMain() 1190 CHECK(PathService::Get(chrome::DIR_USER_DATA, &user_data_dir)) in BrowserMain()
|
/external/chromium/chrome/browser/profiles/ |
D | profile_manager.cc | 79 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir); in GetDefaultProfile() 252 PathService::Get(chrome::DIR_USER_DATA, &default_profile_dir); in CreateDefaultProfileAsync()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_startup_browsertest.cc | 40 PathService::Get(chrome::DIR_USER_DATA, &profile_dir); in SetUpCommandLine()
|
/external/chromium/chrome/browser/first_run/ |
D | first_run.cc | 470 if (!PathService::Get(chrome::DIR_USER_DATA, &first_run_sentinel)) in GetFirstRunSentinelFilePath() 474 if (!PathService::Get(chrome::DIR_USER_DATA, &first_run_sentinel)) in GetFirstRunSentinelFilePath()
|
/external/chromium/chrome/browser/rlz/ |
D | rlz.cc | 219 if (!PathService::Get(chrome::DIR_USER_DATA, &user_data_dir)) in IsGoogleDefaultSearch()
|
/external/chromium/chrome/browser/safe_browsing/ |
D | safe_browsing_service.cc | 59 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir); in GetDefaultProfile() 670 bool result = PathService::Get(chrome::DIR_USER_DATA, &path); in GetDatabase()
|
/external/chromium/chrome/common/extensions/ |
D | extension_file_util.cc | 580 if (!PathService::Get(chrome::DIR_USER_DATA, &parent_path)) in GetUserDataTempDir()
|
/external/chromium/chrome/browser/chromeos/login/ |
D | user_manager.cc | 547 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir); in GetImagePathForUser()
|
/external/chromium/chrome/browser/automation/ |
D | automation_provider.cc | 575 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir); in SetProxyConfig()
|