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

  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_util.cc 135 FileSystemInterface* GetFileSystemByProfile(Profile* profile) {
151 return GetFileSystemByProfile(profile);
274 FileSystemInterface* file_system = GetFileSystemByProfile(profile);
293 FileSystemInterface* file_system = GetFileSystemByProfile(profile);
file_system_util.h 68 FileSystemInterface* GetFileSystemByProfile(Profile* profile);
file_task_executor.cc 36 return util::GetFileSystemByProfile(profile_);
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_drive.cc 199 drive::util::GetFileSystemByProfile(file_owner_profile_);
232 drive::util::GetFileSystemByProfile(running_profile_);
254 drive::util::GetFileSystemByProfile(running_profile_);
287 drive::util::GetFileSystemByProfile(file_owner_profile_);
525 drive::util::GetFileSystemByProfile(GetProfile());
613 drive::util::GetFileSystemByProfile(GetProfile());
694 drive::util::GetFileSystemByProfile(GetProfile());
866 drive::util::GetFileSystemByProfile(GetProfile());
    [all...]
private_api_mount.cc 72 drive::util::GetFileSystemByProfile(GetProfile());
132 drive::util::GetFileSystemByProfile(GetProfile());
private_api_util.cc 65 drive::util::GetFileSystemByProfile(profile);
86 drive::util::GetFileSystemByProfile(profile);
private_api_file_system.cc 421 drive::util::GetFileSystemByProfile(GetProfile());
  /external/chromium_org/chrome/browser/chromeos/file_manager/
filesystem_api_util.cc 146 drive::util::GetFileSystemByProfile(profile);
volume_manager.cc 515 drive::util::GetFileSystemByProfile(profile_);
  /external/chromium_org/chrome/browser/chromeos/drive/fileapi/
fileapi_worker.cc 200 return profile ? util::GetFileSystemByProfile(profile) : NULL;
  /external/chromium_org/chrome/browser/ui/ash/
screenshot_taker.cc 150 drive::util::GetFileSystemByProfile(profile_);

Completed in 303 milliseconds