Home
last modified time | relevance | path

Searched refs:DIR_USER_DATA (Results 1 – 24 of 24) sorted by relevance

/external/chromium/chrome/common/
Dchrome_paths.cc84 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()
Dchrome_paths.h21 DIR_USER_DATA, // Directory where user data can be written. enumerator
Dservice_process_util_win.cc41 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir); in GetObsoleteServiceProcessAutoRunKey()
Dservice_process_util.cc110 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir); in GetServiceProcessScopedName()
Dlogging_chrome.cc223 PathService::Get(chrome::DIR_USER_DATA, &log_dir); in GetSessionLogFile()
Dservice_process_util_mac.mm50 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir);
/external/chromium/chrome/browser/google/
Dgoogle_update_settings_posix.cc22 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/
Drecon_diagnostics.cc204 {"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()
Ddiagnostics_test.cc50 if (!PathService::Get(chrome::DIR_USER_DATA, &path)) in GetUserDefaultProfileDir()
Ddiagnostics_model.cc170 PathService::Override(chrome::DIR_USER_DATA, user_data_dir); in MakeDiagnosticsModel()
/external/chromium/chrome/browser/
Dspellcheck_host_impl.cc68 PathService::Get(chrome::DIR_USER_DATA, &dict_dir); in GetFallbackFilePath()
90 PathService::Get(chrome::DIR_USER_DATA, &personal_file_directory); in SpellCheckHostImpl()
Dbrowser_shutdown.cc111 PathService::Get(chrome::DIR_USER_DATA, &shutdown_ms_file); in GetShutdownMsPath()
Dprocess_singleton_win.cc190 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir); in Create()
Dprocess_singleton_linux_uitest.cc60 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir); in CreateProcessSingleton()
Dbrowser_process_impl.cc678 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir); in ShouldClearLocalState()
944 PathService::Get(chrome::DIR_USER_DATA, &model_file_path) && in CreateSafeBrowsingDetectionService()
Dbrowser_main.cc1183 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/
Dprofile_manager.cc79 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/
Dextension_startup_browsertest.cc40 PathService::Get(chrome::DIR_USER_DATA, &profile_dir); in SetUpCommandLine()
/external/chromium/chrome/browser/first_run/
Dfirst_run.cc470 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/
Drlz.cc219 if (!PathService::Get(chrome::DIR_USER_DATA, &user_data_dir)) in IsGoogleDefaultSearch()
/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_service.cc59 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/
Dextension_file_util.cc580 if (!PathService::Get(chrome::DIR_USER_DATA, &parent_path)) in GetUserDataTempDir()
/external/chromium/chrome/browser/chromeos/login/
Duser_manager.cc547 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir); in GetImagePathForUser()
/external/chromium/chrome/browser/automation/
Dautomation_provider.cc575 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir); in SetProxyConfig()