HomeSort by relevance Sort by last modified time
    Searched full:mount_option (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/webkit/browser/fileapi/
external_mount_points.cc 62 const FileSystemMountOption& mount_option)
65 mount_option_(mount_option) {}
70 const FileSystemMountOption& mount_option() const { return mount_option_; } function in class:fileapi::ExternalMountPoints::Instance
95 const FileSystemMountOption& mount_option,
99 mount_option.copy_sync_option() != COPY_SYNC_OPTION_SYNC);
107 instance_map_[mount_name] = new Instance(type, path, mount_option);
147 FileSystemMountOption* mount_option) const {
181 *mount_option = instance->mount_option();
285 url.path(), url.filesystem_id(), url.mount_option());
    [all...]
external_mount_points.h 65 const FileSystemMountOption& mount_option,
78 FileSystemMountOption* mount_option) const OVERRIDE;
file_system_url.cc 129 const FileSystemMountOption& mount_option)
138 mount_option_(mount_option) {
file_system_url.h 122 const FileSystemMountOption& mount_option() const { return mount_option_; } function in class:fileapi::FileSystemURL
161 const FileSystemMountOption& mount_option);
mount_points.h 91 FileSystemMountOption* mount_option) const = 0;
isolated_context.cc 296 FileSystemMountOption* mount_option) const {
305 *mount_option = FileSystemMountOption();
isolated_context.h 152 FileSystemMountOption* mount_option) const OVERRIDE;
native_file_util.cc 120 return dest_url.mount_option().copy_sync_option() == COPY_SYNC_OPTION_SYNC ?
copy_or_move_operation_delegate.cc 445 const bool need_flush = dest_url_.mount_option().copy_sync_option() ==
  /external/chromium_org/chrome/browser/extensions/api/file_handlers/
app_file_handler_util.cc 375 fileapi::FileSystemMountOption mount_option; local
377 virtual_path, &filesystem_id, &type, file_path, &mount_option)) {

Completed in 2913 milliseconds