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

123

/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
/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/
H A Dbrowser_process_impl.cc955 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir);
1037 if (PathService::Get(chrome::DIR_USER_DATA, &user_data_dir))
H A Dbrowser_shutdown.cc137 PathService::Get(chrome::DIR_USER_DATA, &shutdown_ms_file);
H A Dchrome_browser_main.cc415 if (PathService::Get(chrome::DIR_USER_DATA, &path)) {
773 if (!PathService::Get(chrome::DIR_USER_DATA, &user_data_dir_))
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_manager.cc566 CHECK(PathService::Get(chrome::DIR_USER_DATA, &user_data_dir));
628 CHECK(PathService::Get(chrome::DIR_USER_DATA, &user_data_dir));
H A Dkiosk_app_manager_browsertest.cc336 ASSERT_TRUE(PathService::Get(chrome::DIR_USER_DATA, &expected_icon_path));
499 ASSERT_TRUE(PathService::Get(chrome::DIR_USER_DATA, &expected_icon_path));
H A Dstartup_app_launcher.cc127 CHECK(PathService::Get(chrome::DIR_USER_DATA, &user_data_dir));
/external/chromium_org/chrome/browser/chromeos/
H A Dchrome_browser_main_chromeos.cc292 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir)) {
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dexternal_filesystem_apitest.cc514 PathService::Get(chrome::DIR_USER_DATA, &user_data_directory);
/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/chromeos/login/users/avatar/
H A Duser_image_manager_browsertest.cc110 ASSERT_TRUE(PathService::Get(chrome::DIR_USER_DATA, &user_data_dir_));
H A Duser_image_manager_impl.cc435 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir);
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
H A Dwallpaper_manager.cc1490 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir);
H A Dwallpaper_manager_browsertest.cc296 ASSERT_TRUE(PathService::Get(chrome::DIR_USER_DATA, &user_data_dir));
373 ASSERT_TRUE(PathService::Get(chrome::DIR_USER_DATA, &user_data_dir));
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_local_account_browsertest.cc1249 ASSERT_TRUE(PathService::Get(chrome::DIR_USER_DATA, &user_data_dir));
H A Ddevice_policy_cros_browser_test.cc71 ASSERT_TRUE(PathService::Get(chrome::DIR_USER_DATA, &user_data_dir));
/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/devtools/
H A Dremote_debugging_server.cc44 bool result = PathService::Get(chrome::DIR_USER_DATA, &output_dir);
/external/chromium_org/chrome/browser/diagnostics/
H A Ddiagnostics_model.cc235 PathService::Override(chrome::DIR_USER_DATA, user_data_dir);
H A Ddiagnostics_test.cc80 if (!PathService::Get(chrome::DIR_USER_DATA, &path))
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);
/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/extensions/api/sessions/
H A Dsessions_apitest.cc145 PathService::Get(chrome::DIR_USER_DATA, &path);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_startup_browsertest.cc79 PathService::Get(chrome::DIR_USER_DATA, &profile_dir);

Completed in 469 milliseconds

123