Searched refs:DIR_USER_DATA (Results 26 - 50 of 62) sorted by relevance

123

/external/chromium_org/chrome/browser/
H A Dbrowser_shutdown.cc137 PathService::Get(chrome::DIR_USER_DATA, &shutdown_ms_file);
/external/chromium_org/chrome/browser/diagnostics/
H A Ddiagnostics_model.cc235 PathService::Override(chrome::DIR_USER_DATA, user_data_dir);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_startup_browsertest.cc79 PathService::Get(chrome::DIR_USER_DATA, &profile_dir);
/external/chromium_org/chrome/browser/prefs/
H A Dpref_service_browsertest.cc59 PathService::Get(chrome::DIR_USER_DATA, &user_data_directory);
/external/chromium_org/chrome/browser/translate/
H A Dchrome_translate_client.cc72 if (!PathService::Get(chrome::DIR_USER_DATA, &path)) {
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service_interactive_uitest.cc204 CHECK(PathService::Get(chrome::DIR_USER_DATA, &user_data_dir));
/external/chromium_org/chrome/common/
H A Dservice_process_util.cc110 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir);
H A Dlogging_chrome.cc198 PathService::Get(chrome::DIR_USER_DATA, &log_dir);
/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))
/external/chromium_org/chrome/service/
H A Dservice_process.cc153 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/login/users/wallpaper/
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/prefs/tracked/
H A Dpref_hash_browsertest.cc182 EXPECT_TRUE(PathService::Get(chrome::DIR_USER_DATA, &profile_dir));
251 PathService::Get(chrome::DIR_USER_DATA, &num_tracked_prefs_file));
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_avatar_icon_util.cc354 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir);
H A Dprofile_manager_browsertest.cc233 PathService::Get(chrome::DIR_USER_DATA, &profile_path);
/external/chromium_org/chrome/test/base/
H A Din_process_browser_test.cc371 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/extensions/api/sessions/
H A Dsessions_apitest.cc145 PathService::Get(chrome::DIR_USER_DATA, &path);
/external/chromium_org/chrome/browser/net/
H A Dsdch_browsertest.cc388 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir);
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_service.cc177 bool result = PathService::Get(chrome::DIR_USER_DATA, &path);
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_close_browsertest.cc89 PathService::Get(chrome::DIR_USER_DATA, &user_data_dir);
H A Dmetro_pin_tab_helper_win.cc55 if (!PathService::Get(chrome::DIR_USER_DATA, &tile_images_dir))

Completed in 623 milliseconds

123