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

  /external/chromium_org/chrome/browser/chromeos/file_manager/
path_util.h 20 base::FilePath GetDownloadsFolderForProfile(Profile* profile);
path_util.cc 34 base::FilePath GetDownloadsFolderForProfile(Profile* profile) {
64 const base::FilePath downloads = GetDownloadsFolderForProfile(profile);
path_util_unittest.cc 43 const base::FilePath kDownloads = GetDownloadsFolderForProfile(&profile);
volume_manager.cc 294 file_manager::util::GetDownloadsFolderForProfile(profile_);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_integration_service.cc 489 file_manager::util::GetDownloadsFolderForProfile(profile_)),
566 file_manager::util::GetDownloadsFolderForProfile(profile_));
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_util.cc 320 util::GetDownloadsFolderForProfile(profile),
  /external/chromium_org/chrome/browser/download/
download_prefs.cc 217 return file_manager::util::GetDownloadsFolderForProfile(profile_);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
drive_internals_ui.cc 772 file_manager::util::GetDownloadsFolderForProfile(profile).AsUTF8Unsafe());
    [all...]

Completed in 215 milliseconds