Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/chromeos/drive/
Dfile_system_util_unittest.cc98 TEST(FileSystemUtilTest, IsUnderDriveMountPoint) { in TEST() argument
99 EXPECT_FALSE(IsUnderDriveMountPoint( in TEST()
101 EXPECT_FALSE(IsUnderDriveMountPoint( in TEST()
103 EXPECT_FALSE(IsUnderDriveMountPoint( in TEST()
106 EXPECT_TRUE(IsUnderDriveMountPoint( in TEST()
108 EXPECT_TRUE(IsUnderDriveMountPoint( in TEST()
110 EXPECT_TRUE(IsUnderDriveMountPoint( in TEST()
112 EXPECT_TRUE(IsUnderDriveMountPoint( in TEST()
Dfile_system_util.cc188 if (!IsUnderDriveMountPoint(path)) in MaybeSetDriveURL()
198 bool IsUnderDriveMountPoint(const base::FilePath& path) { in IsUnderDriveMountPoint() function
301 if (!file_system || !IsUnderDriveMountPoint(path)) { in PrepareWritableFileAndRun()
318 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.h98 bool IsUnderDriveMountPoint(const base::FilePath& path);
Ddownload_handler_unittest.cc79 ASSERT_FALSE(util::IsUnderDriveMountPoint(non_drive_path)); in TEST_F()
Dfake_file_system.cc150 DCHECK(!util::IsUnderDriveMountPoint(file_path)); in GetResourceEntry()
Ddrive_integration_service.cc562 if (util::IsUnderDriveMountPoint( in AvoidDriveAsDownloadDirecotryPreference()
/external/chromium_org/chrome/browser/chromeos/file_manager/
Dopen_with_browser.cc140 if (drive::util::IsUnderDriveMountPoint(file_path)) { in OpenFileWithBrowser()
149 if (drive::util::IsUnderDriveMountPoint(file_path)) { in OpenFileWithBrowser()
Dfilesystem_api_util.cc125 if (!drive::util::IsUnderDriveMountPoint(path)) { in GetNonNativeLocalPathMimeType()
Dfile_browser_handlers.cc220 DCHECK(!is_drive_file || drive::util::IsUnderDriveMountPoint(local_path)); in SetupFileAccessPermissions()
Dfile_tasks.cc322 if (!drive::util::IsUnderDriveMountPoint(file_path)) in FindDriveAppTasks()
/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_drive.cc439 DCHECK(drive::util::IsUnderDriveMountPoint(path)); in RunAsync()
527 DCHECK(drive::util::IsUnderDriveMountPoint(file_path)); in RunAsync()
804 DCHECK(drive::util::IsUnderDriveMountPoint(path)); in RunAsync()
Dprivate_api_tasks.cc74 if (mime_type.empty() && !drive::util::IsUnderDriveMountPoint(file_path)) { in SniffMimeType()
Devent_router.cc453 bool is_on_drive = drive::util::IsUnderDriveMountPoint(watch_path); in AddFileWatch()
494 if (drive::util::IsUnderDriveMountPoint(watch_path)) { in RemoveFileWatch()
Dprivate_api_misc.cc207 if (drive::util::IsUnderDriveMountPoint(src_dir)) in RunAsync()
/external/chromium_org/chrome/browser/ui/ash/
Dscreenshot_taker.cc150 if (drive::util::IsUnderDriveMountPoint(screenshot_path_)) { in ButtonClick()
275 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.cc397 *skip_dir_check = drive::util::IsUnderDriveMountPoint(*website_save_dir); in GetSaveDir()
548 if (drive::util::IsUnderDriveMountPoint(virtual_path)) { in ReserveVirtualPath()
Ddownload_prefs.cc248 if (drive::util::IsUnderDriveMountPoint(*download_path_)) { in DownloadPath()
/external/chromium_org/chrome/browser/chromeos/
Dpreferences.cc505 const bool default_download_to_drive = drive::util::IsUnderDriveMountPoint( in ApplyPreferences()
/external/chromium_org/chrome/browser/extensions/
Dwebstore_installer.cc560 if (drive::util::IsUnderDriveMountPoint(download_directory)) { in DownloadCrx()