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

  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_util_unittest.cc 82 TEST(FileSystemUtilTest, IsUnderDriveMountPoint) {
83 EXPECT_FALSE(IsUnderDriveMountPoint(
85 EXPECT_FALSE(IsUnderDriveMountPoint(
87 EXPECT_FALSE(IsUnderDriveMountPoint(
90 EXPECT_TRUE(IsUnderDriveMountPoint(
92 EXPECT_TRUE(IsUnderDriveMountPoint(
94 EXPECT_TRUE(IsUnderDriveMountPoint(
96 EXPECT_TRUE(IsUnderDriveMountPoint(
file_system_util.cc 172 bool IsUnderDriveMountPoint(const base::FilePath& path) {
275 if (!file_system || !IsUnderDriveMountPoint(path)) {
292 if (IsUnderDriveMountPoint(directory)) {
file_system_util.h 89 bool IsUnderDriveMountPoint(const base::FilePath& path);
download_handler_unittest.cc 80 ASSERT_FALSE(util::IsUnderDriveMountPoint(non_drive_path));
download_handler.cc 163 if (util::IsUnderDriveMountPoint(drive_path)) {
182 if (util::IsUnderDriveMountPoint(drive_path)) {
drive_integration_service.cc 560 if (util::IsUnderDriveMountPoint(
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_util.cc 63 if (drive::util::IsUnderDriveMountPoint(path)) {
84 if (drive::util::IsUnderDriveMountPoint(path)) {
private_api_mount.cc 70 if (drive::util::IsUnderDriveMountPoint(path)) {
private_api_misc.cc 194 if (drive::util::IsUnderDriveMountPoint(src_dir))
event_router.cc 499 bool is_on_drive = drive::util::IsUnderDriveMountPoint(watch_path);
541 if (drive::util::IsUnderDriveMountPoint(watch_path)) {
    [all...]
private_api_drive.cc 861 DCHECK(drive::util::IsUnderDriveMountPoint(path));
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_manager/
filesystem_api_util.cc 144 if (drive::util::IsUnderDriveMountPoint(path)) {
file_browser_handlers.cc 225 DCHECK(!is_drive_file || drive::util::IsUnderDriveMountPoint(local_path));
file_tasks.cc 312 if (!drive::util::IsUnderDriveMountPoint(file_path))
  /external/chromium_org/chrome/browser/download/
save_package_file_picker.cc 263 if (drive::util::IsUnderDriveMountPoint(path_copy)) {
chrome_download_manager_delegate.cc 398 *skip_dir_check = drive::util::IsUnderDriveMountPoint(*website_save_dir);
549 if (drive::util::IsUnderDriveMountPoint(virtual_path)) {
download_prefs.cc 248 if (drive::util::IsUnderDriveMountPoint(*download_path_)) {
  /external/chromium_org/chrome/browser/ui/ash/
screenshot_taker.cc 148 if (drive::util::IsUnderDriveMountPoint(screenshot_path_)) {
273 if (drive::util::IsUnderDriveMountPoint(screenshot_path)) {
  /external/chromium_org/chrome/browser/chromeos/
preferences.cc 519 const bool default_download_to_drive = drive::util::IsUnderDriveMountPoint(
  /external/chromium_org/chrome/browser/extensions/
webstore_installer.cc 557 if (drive::util::IsUnderDriveMountPoint(download_directory)) {

Completed in 526 milliseconds