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

123

/external/chromium_org/chrome/common/
H A Dlogging_chrome.cc198 PathService::Get(chrome::DIR_USER_DATA, &log_dir);
H A Dservice_process_util.cc110 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir);
H A Dservice_process_util_win.cc43 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir);
/external/chromium_org/chrome/installer/setup/
H A Duninstall.cc395 // Get the user data directory, which is *not* DIR_USER_DATA for Chrome Frame.
400 int key = is_chrome_frame ? base::DIR_LOCAL_APP_DATA : chrome::DIR_USER_DATA;
/external/chromium_org/chrome/installer/util/
H A Dauto_launch_util.cc45 const bool success = PathService::Get(chrome::DIR_USER_DATA, &path);
H A Dinstall_util.cc426 return !PathService::Get(chrome::DIR_USER_DATA, &user_data_dir) ||
433 if (!PathService::Get(chrome::DIR_USER_DATA, &user_data_dir))
H A Dproduct_unittest.cc69 ASSERT_TRUE(PathService::Get(chrome::DIR_USER_DATA, &user_data_dir));
H A Duser_experiment.cc96 if (!PathService::Get(chrome::DIR_USER_DATA, &user_data_dir))
/external/chromium_org/chrome/service/
H A Dservice_process.cc153 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir);
/external/chromium_org/chrome/test/base/
H A Dchrome_unit_test_suite.cc124 component_updater::RegisterPathProvider(chrome::DIR_USER_DATA);
H A Din_process_browser_test.cc371 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir);
H A Dtest_launcher_utils.cc80 success = PathService::Override(chrome::DIR_USER_DATA, user_data_dir);

Completed in 308 milliseconds

123