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

  /external/chromium_org/webkit/common/fileapi/
file_system_mount_option.h 13 COPY_SYNC_OPTION_SYNC,
  /external/chromium_org/content/browser/fileapi/
external_mount_points_unittest.cc 496 fileapi::FileSystemMountOption(fileapi::COPY_SYNC_OPTION_SYNC),
511 EXPECT_EQ(fileapi::COPY_SYNC_OPTION_SYNC, option.copy_sync_option());
  /external/chromium_org/webkit/browser/fileapi/
external_mount_points.cc 102 // COPY_SYNC_OPTION_SYNC is only applicable to native local file system.
104 mount_option.copy_sync_option() != COPY_SYNC_OPTION_SYNC);
native_file_util.cc 118 return dest_url.mount_option().copy_sync_option() == COPY_SYNC_OPTION_SYNC ?
copy_or_move_operation_delegate.cc 446 fileapi::COPY_SYNC_OPTION_SYNC;
  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend.cc 67 fileapi::FileSystemMountOption(fileapi::COPY_SYNC_OPTION_SYNC),

Completed in 88 milliseconds