Searched refs:DIR_APP_DATA (Results 1 - 15 of 15) sorted by relevance
/external/chromium_org/base/ |
H A D | base_paths_mac.h | 17 DIR_APP_DATA, // ~/Library/Application Support enumerator in enum:base::__anon2197
|
H A D | base_paths_win.h | 27 DIR_APP_DATA, // Application Data directory under the user profile. enumerator in enum:base::__anon2199
|
H A D | base_paths_win.cc | 86 case base::DIR_APP_DATA: 149 if (!PathService::Get(base::DIR_APP_DATA, &cur))
|
/external/chromium_org/remoting/host/ |
H A D | branding.cc | 47 PathService::Get(base::DIR_APP_DATA, &app_data_dir);
|
/external/chromium_org/chrome/common/ |
H A D | chrome_paths_unittest.cc | 21 ASSERT_TRUE(PathService::Get(base::DIR_APP_DATA, &test_profile_dir));
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
H A D | iapps_finder_impl_win.cc | 30 if (PathService::Get(base::DIR_APP_DATA, &appdata_dir)) {
|
H A D | picasa_finder.cc | 62 if (path.empty() && !PathService::Get(base::DIR_APP_DATA, &path))
|
H A D | iapps_finder_impl_win_browsertest.cc | 47 new base::ScopedPathOverride(base::DIR_APP_DATA, app_data_dir()));
|
/external/chromium_org/chrome/common/importer/ |
H A D | firefox_importer_utils_win.cc | 74 if (!PathService::Get(base::DIR_APP_DATA, &ini_file))
|
/external/chromium_org/content/shell/browser/ |
H A D | shell_browser_context.cc | 95 CHECK(PathService::Get(base::DIR_APP_DATA, &path_));
|
/external/chromium_org/chrome/browser/media_galleries/ |
H A D | media_galleries_test_util.cc | 193 base::DIR_APP_DATA, GetFakeAppDataPath()));
|
/external/chromium_org/chrome/browser/web_applications/ |
H A D | update_shortcut_worker_win.cc | 147 base::DIR_APP_DATA,
|
/external/chromium_org/content/common/ |
H A D | plugin_list_win.cc | 142 if (PathService::Get(base::DIR_APP_DATA, &firefox_app_data_plugin_path)) {
|
/external/chromium_org/chrome/browser/ |
H A D | shell_integration_win.cc | 159 base::DIR_APP_DATA,
|
/external/chromium_org/chrome/browser/profile_resetter/ |
H A D | profile_resetter_unittest.cc | 126 app_dir_override_(base::DIR_APP_DATA),
|
Completed in 1376 milliseconds