Searched defs:mount_type (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/storage/common/fileapi/
H A Dfile_system_info.cc10 : mount_type(storage::kFileSystemTypeTemporary) {
15 storage::FileSystemType mount_type)
16 : name(name), root_url(root_url), mount_type(mount_type) {
13 FileSystemInfo(const std::string& name, const GURL& root_url, storage::FileSystemType mount_type) argument
H A Dfile_system_info.h17 // DOMFileSystem. Since Blink side only uses mount_type (rather than
18 // detailed/cracked filesystem type) this only contains mount_type but not type.
23 storage::FileSystemType mount_type);
28 storage::FileSystemType mount_type; member in struct:storage::FileSystemInfo
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_url.cc34 FileSystemType mount_type,
36 return FileSystemURL(origin, mount_type, virtual_path);
41 FileSystemType mount_type,
49 mount_type,
69 FileSystemType mount_type,
73 mount_type_(mount_type),
75 type_(mount_type),
81 FileSystemType mount_type,
90 mount_type_(mount_type),
33 CreateForTest(const GURL& origin, FileSystemType mount_type, const base::FilePath& virtual_path) argument
39 CreateForTest( const GURL& origin, FileSystemType mount_type, const base::FilePath& virtual_path, const std::string& mount_filesystem_id, FileSystemType cracked_type, const base::FilePath& cracked_path, const std::string& filesystem_id, const FileSystemMountOption& mount_option) argument
68 FileSystemURL(const GURL& origin, FileSystemType mount_type, const base::FilePath& virtual_path) argument
80 FileSystemURL(const GURL& origin, FileSystemType mount_type, const base::FilePath& virtual_path, const std::string& mount_filesystem_id, FileSystemType cracked_type, const base::FilePath& cracked_path, const std::string& filesystem_id, const FileSystemMountOption& mount_option) argument
H A Dfile_system_url.h27 // mount_type() returns kFileSystemTypeTemporary,
29 // type() returns the same value as mount_type(),
53 // mount_type() returns kFileSystemTypeExternal,
59 // 'type' part in the original URL, and mount_type() always returns the 'type'
87 FileSystemType mount_type,
90 FileSystemType mount_type,
122 FileSystemType mount_type() const { return mount_type_; } function in class:storage::FileSystemURL
153 FileSystemType mount_type,
157 FileSystemType mount_type,
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dfile_manager_private_apitest.cc42 chromeos::MountType mount_type; member in struct:__anon3137::TestMountPoint
193 kTestMountPoints[i].mount_type,
/external/chromium_org/chromeos/dbus/
H A Dfake_cros_disks_client.cc108 MountType mount_type,
113 MountEntry(error_code, source_path, mount_type, mount_path));
105 SendMountCompletedEvent( MountError error_code, const std::string& source_path, MountType mount_type, const std::string& mount_path) argument
H A Dcros_disks_client.cc82 uint32 mount_type = 0; local
86 !reader->PopUint32(&mount_type) ||
91 static_cast<MountType>(mount_type), mount_path);
H A Dcros_disks_client.h201 MountType mount_type,
205 mount_type_(mount_type),
211 MountType mount_type() const { return mount_type_; } function in struct:chromeos::MountEntry
199 MountEntry(MountError error_code, const std::string& source_path, MountType mount_type, const std::string& mount_path) argument
/external/chromium_org/chromeos/disks/
H A Ddisk_mount_manager_unittest.cc51 chromeos::MountType mount_type; member in struct:__anon6149::TestMountPointInfo
185 mount_point.mount_type,
H A Ddisk_mount_manager.h181 MountType mount_type; member in struct:chromeos::disks::DiskMountManager::MountPointInfo
191 mount_type(type),
/external/chromium_org/components/storage_monitor/
H A Dstorage_monitor_linux_unittest.cc147 const std::string& mount_type)
150 mount_type(mount_type) {
155 const std::string mount_type; member in struct:storage_monitor::__anon6843::StorageMonitorLinuxTest::MtabTestData
295 entry.mnt_type = const_cast<char*>(data[i].mount_type.c_str());
145 MtabTestData(const std::string& mount_device, const std::string& mount_point, const std::string& mount_type) argument
/external/chromium_org/content/child/fileapi/
H A Dwebfilesystem_impl.cc162 storage::FileSystemType mount_type,
169 static_cast<blink::WebFileSystemType>(mount_type),
250 info.mount_type,
160 DidResolveURL(const base::string16& name, const GURL& root_url, storage::FileSystemType mount_type, const base::string16& file_path, bool is_directory, WebFileSystemCallbacks* callbacks) argument

Completed in 822 milliseconds