Searched refs:DIR_USER_DATA (Results 1 - 25 of 62) sorted by relevance

123

/external/chromium_org/chrome/browser/google/
H A Dgoogle_update_settings_unittest.cc18 GoogleUpdateTest() : user_data_dir_override_(chrome::DIR_USER_DATA) {}
74 ASSERT_TRUE(PathService::Get(chrome::DIR_USER_DATA, &consent_dir));
H A Dgoogle_update_settings_posix.cc42 PathService::Get(chrome::DIR_USER_DATA, &consent_file);
62 PathService::Get(chrome::DIR_USER_DATA, &consent_dir);
/external/chromium_org/chrome/common/
H A Dchrome_paths.cc129 return PathService::Get(chrome::DIR_USER_DATA, result);
159 case chrome::DIR_USER_DATA:
241 if (!PathService::Get(chrome::DIR_USER_DATA, &cur))
260 if (!PathService::Get(chrome::DIR_USER_DATA, &cur))
278 if (!PathService::Get(chrome::DIR_USER_DATA, &cur))
283 if (!PathService::Get(chrome::DIR_USER_DATA, &cur))
320 if (!PathService::Get(chrome::DIR_USER_DATA, &cur))
366 if (!PathService::Get(chrome::DIR_USER_DATA, &cur))
407 if (!PathService::Get(chrome::DIR_USER_DATA, &cur))
412 if (!PathService::Get(chrome::DIR_USER_DATA,
[all...]
H A Dchrome_paths.h24 DIR_USER_DATA, // Directory where user data can be written. enumerator in enum:chrome::__anon5615
H A Dservice_process_util_win.cc43 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir);
/external/chromium_org/chrome/browser/autofill/
H A Dvalidation_rules_storage_factory.cc30 bool success = PathService::Get(chrome::DIR_USER_DATA, &user_data_dir);
/external/chromium_org/chrome/browser/devtools/
H A Dremote_debugging_server.cc44 bool result = PathService::Get(chrome::DIR_USER_DATA, &output_dir);
/external/chromium_org/chrome/browser/
H A Dsxs_linux.cc94 if (!PathService::Get(chrome::DIR_USER_DATA, &user_data_dir)) {
116 if (!PathService::Get(chrome::DIR_USER_DATA, &source_path)) {
117 LOG(ERROR) << "Failed to get value of chrome::DIR_USER_DATA";
/external/chromium_org/chrome/browser/first_run/
H A Dfirst_run_unittest.cc21 FirstRunTest() : user_data_dir_override_(chrome::DIR_USER_DATA) {}
/external/chromium_org/chrome/browser/translate/
H A Dstandalone_cld_data_harness.cc52 ASSERT_TRUE(PathService::Get(chrome::DIR_USER_DATA, out_path));
/external/chromium_org/chrome/test/base/
H A Dtest_launcher_utils.cc80 success = PathService::Override(chrome::DIR_USER_DATA, user_data_dir);
H A Dchrome_unit_test_suite.cc124 component_updater::RegisterPathProvider(chrome::DIR_USER_DATA);
/external/chromium_org/chrome/browser/nacl_host/
H A Dnacl_browser_delegate_impl.cc112 if (!PathService::Get(chrome::DIR_USER_DATA, &user_data_dir))
127 return PathService::Get(chrome::DIR_USER_DATA, user_dir);
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_policy_cros_browser_test.cc71 ASSERT_TRUE(PathService::Get(chrome::DIR_USER_DATA, &user_data_dir));
/external/chromium_org/chrome/browser/ui/prefs/
H A Dprefs_tab_helper_browsertest.cc30 PathService::Get(chrome::DIR_USER_DATA, &user_data_directory);
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Davatar_menu_button_browsertest.cc46 PathService::Get(chrome::DIR_USER_DATA, &path);
H A Dnew_avatar_menu_button_browsertest.cc66 PathService::Get(chrome::DIR_USER_DATA, &path);
/external/chromium_org/chrome/browser/diagnostics/
H A Drecon_diagnostics.cc112 if (!PathService::Get(chrome::DIR_USER_DATA, &data_dir))
283 {DIAGNOSTICS_PATH_USER_DATA_TEST, chrome::DIR_USER_DATA, true, false, true,
405 PathService::Get(chrome::DIR_USER_DATA, &path);
H A Ddiagnostics_test.cc80 if (!PathService::Get(chrome::DIR_USER_DATA, &path))
/external/chromium_org/chrome/installer/util/
H A Dproduct_unittest.cc69 ASSERT_TRUE(PathService::Get(chrome::DIR_USER_DATA, &user_data_dir));
/external/chromium_org/chrome/browser/chromeos/login/
H A Dstartup_utils.cc93 // On Linux desktop, returns {DIR_USER_DATA}/.oobe_completed.
102 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir);
/external/chromium_org/chrome/browser/extensions/api/preferences_private/
H A Dpreferences_private_apitest.cc128 PathService::Get(chrome::DIR_USER_DATA, &path);
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_provider_unittest.cc45 user_data_dir_override_(chrome::DIR_USER_DATA) {}
250 ASSERT_TRUE(PathService::Get(chrome::DIR_USER_DATA, &consent_file));
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_hunspell_dictionary.cc47 PathService::Get(chrome::DIR_USER_DATA, &dict_dir);
248 // download is chrome::DIR_USER_DATA.
258 PathService::Get(chrome::DIR_USER_DATA, &user_dir);
/external/chromium_org/chrome/app/
H A Dchrome_main_delegate.cc337 !PathService::OverrideAndCreateIfNeeded(chrome::DIR_USER_DATA,
344 if (!PathService::Get(chrome::DIR_USER_DATA, &user_data_dir)) {
350 // to create DIR_USER_DATA. Retrieve the default value manually to display
670 // Register component_updater PathProvider after DIR_USER_DATA overidden by
672 component_updater::RegisterPathProvider(chrome::DIR_USER_DATA);
893 // Needs to be called after we have chrome::DIR_USER_DATA. BrowserMain sets

Completed in 1133 milliseconds

123