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

  /external/chromium_org/webkit/browser/fileapi/
file_system_url.cc 23 mount_type_(kFileSystemTypeUnknown),
40 : mount_type_(kFileSystemTypeUnknown),
43 is_valid_ = ParseFileSystemSchemeURL(url, &origin_, &mount_type_,
46 type_ = mount_type_;
54 mount_type_(mount_type),
71 mount_type_(mount_type),
86 std::string url = GetFileSystemRootURI(origin_, mount_type_).spec();
107 ss << GetFileSystemRootURI(origin_, mount_type_);
file_system_url.h 114 FileSystemType mount_type() const { return mount_type_; }
161 FileSystemType mount_type_; member in class:fileapi::FileSystemURL
  /external/chromium_org/chromeos/dbus/
cros_disks_client.h 192 : error_code_(MOUNT_ERROR_UNKNOWN), mount_type_(MOUNT_TYPE_INVALID) {
201 mount_type_(mount_type),
207 MountType mount_type() const { return mount_type_; }
213 MountType mount_type_; member in struct:chromeos::MountEntry

Completed in 53 milliseconds