Searched refs:DIR_APP_DATA (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/base/
H A Dbase_paths_mac.h17 DIR_APP_DATA, // ~/Library/Application Support enumerator in enum:base::__anon2197
H A Dbase_paths_win.h27 DIR_APP_DATA, // Application Data directory under the user profile. enumerator in enum:base::__anon2199
H A Dbase_paths_win.cc86 case base::DIR_APP_DATA:
149 if (!PathService::Get(base::DIR_APP_DATA, &cur))
/external/chromium_org/remoting/host/
H A Dbranding.cc47 PathService::Get(base::DIR_APP_DATA, &app_data_dir);
/external/chromium_org/chrome/common/
H A Dchrome_paths_unittest.cc21 ASSERT_TRUE(PathService::Get(base::DIR_APP_DATA, &test_profile_dir));
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Diapps_finder_impl_win.cc30 if (PathService::Get(base::DIR_APP_DATA, &appdata_dir)) {
H A Dpicasa_finder.cc62 if (path.empty() && !PathService::Get(base::DIR_APP_DATA, &path))
H A Diapps_finder_impl_win_browsertest.cc47 new base::ScopedPathOverride(base::DIR_APP_DATA, app_data_dir()));
/external/chromium_org/chrome/common/importer/
H A Dfirefox_importer_utils_win.cc74 if (!PathService::Get(base::DIR_APP_DATA, &ini_file))
/external/chromium_org/content/shell/browser/
H A Dshell_browser_context.cc95 CHECK(PathService::Get(base::DIR_APP_DATA, &path_));
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_test_util.cc193 base::DIR_APP_DATA, GetFakeAppDataPath()));
/external/chromium_org/chrome/browser/web_applications/
H A Dupdate_shortcut_worker_win.cc147 base::DIR_APP_DATA,
/external/chromium_org/content/common/
H A Dplugin_list_win.cc142 if (PathService::Get(base::DIR_APP_DATA, &firefox_app_data_plugin_path)) {
/external/chromium_org/chrome/browser/
H A Dshell_integration_win.cc159 base::DIR_APP_DATA,
/external/chromium_org/chrome/browser/profile_resetter/
H A Dprofile_resetter_unittest.cc126 app_dir_override_(base::DIR_APP_DATA),

Completed in 1376 milliseconds