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 133 FileSystemInterface* GetFileSystemByProfile(Profile* profile) {
149 return GetFileSystemByProfile(profile);
191 FileSystemInterface* file_system = GetFileSystemByProfile(profile);
300 FileSystemInterface* file_system = GetFileSystemByProfile(profile);
319 FileSystemInterface* file_system = GetFileSystemByProfile(profile);
file_system_util.h 68 FileSystemInterface* GetFileSystemByProfile(Profile* profile);
file_task_executor.cc 54 FileSystemInterface* file_system = util::GetFileSystemByProfile(profile_);
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_drive.cc 188 drive::util::GetFileSystemByProfile(file_owner_profile_);
221 drive::util::GetFileSystemByProfile(running_profile_);
243 drive::util::GetFileSystemByProfile(running_profile_);
276 drive::util::GetFileSystemByProfile(file_owner_profile_);
391 drive::util::GetFileSystemByProfile(GetProfile());
461 drive::util::GetFileSystemByProfile(GetProfile());
556 drive::util::GetFileSystemByProfile(GetProfile());
637 drive::util::GetFileSystemByProfile(GetProfile());
809 drive::util::GetFileSystemByProfile(GetProfile());
849 drive::util::GetFileSystemByProfile(owner_profile)
    [all...]
private_api_util.cc 65 drive::util::GetFileSystemByProfile(profile);
86 drive::util::GetFileSystemByProfile(profile);
private_api_mount.cc 72 drive::util::GetFileSystemByProfile(GetProfile());
private_api_file_system.cc 420 drive::util::GetFileSystemByProfile(GetProfile());
  /external/chromium_org/chrome/browser/chromeos/file_manager/
filesystem_api_util.cc 136 drive::util::GetFileSystemByProfile(profile);
volume_manager.cc 601 drive::util::GetFileSystemByProfile(profile_);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/fileapi/
fileapi_worker.cc 199 return profile ? util::GetFileSystemByProfile(profile) : NULL;
  /external/chromium_org/chrome/browser/ui/ash/
screenshot_taker.cc 152 drive::util::GetFileSystemByProfile(profile_);

Completed in 250 milliseconds