HomeSort by relevance Sort by last modified time
    Searched refs:DIR_APP_DATA (Results 1 - 23 of 23) sorted by null

  /external/chromium/base/
base_paths_mac.h 18 DIR_APP_DATA, // ~/Library/Application Support
base_paths_win.h 27 DIR_APP_DATA, // Application Data directory under the user profile.
base_paths_win.cc 76 case base::DIR_APP_DATA:
  /external/chromium_org/base/
base_paths_mac.h 17 DIR_APP_DATA, // ~/Library/Application Support
base_paths_win.h 27 DIR_APP_DATA, // Application Data directory under the user profile.
base_paths_win.cc 33 } else if (!PathService::Get(base::DIR_APP_DATA, result)) {
118 case base::DIR_APP_DATA:
  /external/chromium_org/remoting/host/
branding.cc 47 PathService::Get(base::DIR_APP_DATA, &app_data_dir);
  /external/chromium/chrome/common/
chrome_paths_unittest.cc 19 ASSERT_TRUE(PathService::Get(base::DIR_APP_DATA, &test_profile_dir));
sandbox_policy.cc 301 if (!AddDirectory(base::DIR_APP_DATA, NULL, true,
311 if (!AddDirectory(base::DIR_APP_DATA, L"Adobe", true,
316 if (!AddDirectory(base::DIR_APP_DATA, L"Macromedia", true,
347 // DIR_APP_DATA is AppData\Roaming, but Adobe needs to do a directory
350 if (!AddDirectory(base::DIR_APP_DATA, L"..", false,
  /external/chromium_org/mojo/shell/
storage.cc 35 CHECK(PathService::Get(base::DIR_APP_DATA, &profile_path_));
  /external/chromium_org/chrome/common/
chrome_paths_unittest.cc 20 ASSERT_TRUE(PathService::Get(base::DIR_APP_DATA, &test_profile_dir));
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iapps_finder_impl_win.cc 30 if (PathService::Get(base::DIR_APP_DATA, &appdata_dir)) {
picasa_finder.cc 62 if (path.empty() && !PathService::Get(base::DIR_APP_DATA, &path))
iapps_finder_impl_win_browsertest.cc 47 new base::ScopedPathOverride(base::DIR_APP_DATA, app_data_dir()));
  /external/chromium_org/chrome/common/importer/
firefox_importer_utils_win.cc 74 if (!PathService::Get(base::DIR_APP_DATA, &ini_file))
  /external/chromium_org/content/shell/browser/
shell_browser_context.cc 100 CHECK(PathService::Get(base::DIR_APP_DATA, &path_));
  /external/chromium/chrome/browser/
shell_integration_win.cc 117 base::DIR_APP_DATA,
126 base::DIR_APP_DATA,
  /external/chromium/chrome/browser/ui/web_applications/
web_app_ui.cc 184 base::DIR_APP_DATA,
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_test_util.cc 147 base::DIR_APP_DATA, GetFakeAppDataPath()));
  /external/chromium/chrome/browser/web_applications/
web_app.cc 257 base::PATH_START : base::DIR_APP_DATA,
  /external/chromium_org/chrome/browser/
shell_integration_win.cc 156 base::DIR_APP_DATA,
  /external/chromium_org/chrome/browser/ui/web_applications/
web_app_ui.cc 249 base::DIR_APP_DATA,
  /external/chromium_org/content/common/
plugin_list_win.cc 141 if (PathService::Get(base::DIR_APP_DATA, &firefox_app_data_plugin_path)) {

Completed in 206 milliseconds