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

  /external/chromium_org/storage/browser/fileapi/
file_system_url.cc 23 mount_type_(kFileSystemTypeUnknown),
59 : mount_type_(kFileSystemTypeUnknown),
62 is_valid_ = ParseFileSystemSchemeURL(url, &origin_, &mount_type_,
65 type_ = mount_type_;
73 mount_type_(mount_type),
90 mount_type_(mount_type),
105 std::string url = GetFileSystemRootURI(origin_, mount_type_).spec();
126 ss << GetFileSystemRootURI(origin_, mount_type_);
file_system_url.h 122 FileSystemType mount_type() const { return mount_type_; }
169 FileSystemType mount_type_; member in class:storage::FileSystemURL
  /external/chromium_org/chromeos/dbus/
cros_disks_client.h 196 : error_code_(MOUNT_ERROR_UNKNOWN), mount_type_(MOUNT_TYPE_INVALID) {
205 mount_type_(mount_type),
211 MountType mount_type() const { return mount_type_; }
217 MountType mount_type_; member in struct:chromeos::MountEntry

Completed in 292 milliseconds