Home
last modified time | relevance | path

Searched refs:IsUnderDriveMountPoint (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
Dfile_system_util_unittest.cc82 TEST(FileSystemUtilTest, IsUnderDriveMountPoint) { in TEST() argument
83 EXPECT_FALSE(IsUnderDriveMountPoint( in TEST()
85 EXPECT_FALSE(IsUnderDriveMountPoint( in TEST()
87 EXPECT_FALSE(IsUnderDriveMountPoint( in TEST()
90 EXPECT_TRUE(IsUnderDriveMountPoint( in TEST()
92 EXPECT_TRUE(IsUnderDriveMountPoint( in TEST()
94 EXPECT_TRUE(IsUnderDriveMountPoint( in TEST()
96 EXPECT_TRUE(IsUnderDriveMountPoint( in TEST()
Dfile_system_util.cc172 bool IsUnderDriveMountPoint(const base::FilePath& path) { in IsUnderDriveMountPoint() function
275 if (!file_system || !IsUnderDriveMountPoint(path)) { in PrepareWritableFileAndRun()
292 if (IsUnderDriveMountPoint(directory)) { in EnsureDirectoryExists()
Ddownload_handler.cc163 if (util::IsUnderDriveMountPoint(drive_path)) { in SubstituteDriveDownloadPath()
182 if (util::IsUnderDriveMountPoint(drive_path)) { in SetDownloadParams()
Dfile_system_util.h89 bool IsUnderDriveMountPoint(const base::FilePath& path);
Ddownload_handler_unittest.cc80 ASSERT_FALSE(util::IsUnderDriveMountPoint(non_drive_path)); in TEST_F()
Ddrive_integration_service.cc560 if (util::IsUnderDriveMountPoint( in AvoidDriveAsDownloadDirecotryPreference()
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
Dprivate_api_util.cc63 if (drive::util::IsUnderDriveMountPoint(path)) { in GetFileNativeLocalPathForOpening()
84 if (drive::util::IsUnderDriveMountPoint(path)) { in GetFileNativeLocalPathForSaving()
Dprivate_api_mount.cc70 if (drive::util::IsUnderDriveMountPoint(path)) { in RunAsync()
Dprivate_api_misc.cc194 if (drive::util::IsUnderDriveMountPoint(src_dir)) in RunAsync()
Devent_router.cc499 bool is_on_drive = drive::util::IsUnderDriveMountPoint(watch_path); in AddFileWatch()
541 if (drive::util::IsUnderDriveMountPoint(watch_path)) { in RemoveFileWatch()
Dprivate_api_drive.cc861 DCHECK(drive::util::IsUnderDriveMountPoint(path)); in RunAsync()
972 if (!drive::util::IsUnderDriveMountPoint(path)) { in RunAsync()
/external/chromium_org/chrome/browser/chromeos/file_manager/
Dfilesystem_api_util.cc144 if (drive::util::IsUnderDriveMountPoint(path)) { in GetNonNativeLocalPathMimeType()
Dfile_browser_handlers.cc225 DCHECK(!is_drive_file || drive::util::IsUnderDriveMountPoint(local_path)); in SetupFileAccessPermissions()
Dfile_tasks.cc312 if (!drive::util::IsUnderDriveMountPoint(file_path)) in FindDriveAppTasks()
/external/chromium_org/chrome/browser/ui/ash/
Dscreenshot_taker.cc148 if (drive::util::IsUnderDriveMountPoint(screenshot_path_)) { in ButtonClick()
273 if (drive::util::IsUnderDriveMountPoint(screenshot_path)) { in PostSaveScreenshotTask()
/external/chromium_org/chrome/browser/download/
Dsave_package_file_picker.cc263 if (drive::util::IsUnderDriveMountPoint(path_copy)) { in FileSelected()
Dchrome_download_manager_delegate.cc398 *skip_dir_check = drive::util::IsUnderDriveMountPoint(*website_save_dir); in GetSaveDir()
549 if (drive::util::IsUnderDriveMountPoint(virtual_path)) { in ReserveVirtualPath()
Ddownload_prefs.cc248 if (drive::util::IsUnderDriveMountPoint(*download_path_)) { in DownloadPath()
/external/chromium_org/chrome/browser/extensions/
Dwebstore_installer.cc557 if (drive::util::IsUnderDriveMountPoint(download_directory)) { in DownloadCrx()
/external/chromium_org/chrome/browser/chromeos/
Dpreferences.cc519 const bool default_download_to_drive = drive::util::IsUnderDriveMountPoint( in ApplyPreferences()