Home
last modified time | relevance | path

Searched refs:GetFileSystemByProfile (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
Dfile_system_util.cc135 FileSystemInterface* GetFileSystemByProfile(Profile* profile) { in GetFileSystemByProfile() function
151 return GetFileSystemByProfile(profile); in GetFileSystemByProfileId()
274 FileSystemInterface* file_system = GetFileSystemByProfile(profile); in PrepareWritableFileAndRun()
293 FileSystemInterface* file_system = GetFileSystemByProfile(profile); in EnsureDirectoryExists()
Dfile_system_util.h68 FileSystemInterface* GetFileSystemByProfile(Profile* profile);
Dfile_task_executor.cc36 return util::GetFileSystemByProfile(profile_); in GetFileSystem()
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
Dprivate_api_drive.cc199 drive::util::GetFileSystemByProfile(file_owner_profile_); in StartProcess()
232 drive::util::GetFileSystemByProfile(running_profile_); in OnGetFileInfo()
254 drive::util::GetFileSystemByProfile(running_profile_); in OnGetRunningPath()
287 drive::util::GetFileSystemByProfile(file_owner_profile_); in StartParseFileInfo()
525 drive::util::GetFileSystemByProfile(GetProfile()); in RunAsync()
613 drive::util::GetFileSystemByProfile(GetProfile()); in RunAsync()
694 drive::util::GetFileSystemByProfile(GetProfile()); in RunAsync()
866 drive::util::GetFileSystemByProfile(GetProfile()); in RunAsync()
906 drive::util::GetFileSystemByProfile(owner_profile); in RunAsync()
962 drive::util::GetFileSystemByProfile(GetProfile()); in RunAsync()
Dprivate_api_mount.cc72 drive::util::GetFileSystemByProfile(GetProfile()); in RunAsync()
132 drive::util::GetFileSystemByProfile(GetProfile()); in RunAfterGetDriveFile()
Dprivate_api_util.cc65 drive::util::GetFileSystemByProfile(profile); in GetFileNativeLocalPathForOpening()
86 drive::util::GetFileSystemByProfile(profile); in GetFileNativeLocalPathForSaving()
Dprivate_api_file_system.cc421 drive::util::GetFileSystemByProfile(GetProfile()); in RunAsync()
/external/chromium_org/chrome/browser/chromeos/file_manager/
Dfilesystem_api_util.cc146 drive::util::GetFileSystemByProfile(profile); in GetNonNativeLocalPathMimeType()
Dvolume_manager.cc515 drive::util::GetFileSystemByProfile(profile_); in OnMountEvent()
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
Dfileapi_worker.cc200 return profile ? util::GetFileSystemByProfile(profile) : NULL; in GetFileSystemFromUrl()
/external/chromium_org/chrome/browser/ui/ash/
Dscreenshot_taker.cc150 drive::util::GetFileSystemByProfile(profile_); in ButtonClick()