/external/chromium_org/storage/browser/fileapi/ |
D | file_system_url.cc | 34 FileSystemType mount_type, in CreateForTest() argument 36 return FileSystemURL(origin, mount_type, virtual_path); in CreateForTest() 41 FileSystemType mount_type, in CreateForTest() argument 49 mount_type, in CreateForTest() 69 FileSystemType mount_type, in FileSystemURL() argument 73 mount_type_(mount_type), in FileSystemURL() 75 type_(mount_type), in FileSystemURL() 81 FileSystemType mount_type, in FileSystemURL() argument 90 mount_type_(mount_type), in FileSystemURL()
|
D | file_system_url.h | 87 FileSystemType mount_type, 90 FileSystemType mount_type, 122 FileSystemType mount_type() const { return mount_type_; } in mount_type() function 153 FileSystemType mount_type, 157 FileSystemType mount_type,
|
D | external_mount_points.cc | 287 url.origin(), url.mount_type(), url.virtual_path(), in CrackFileSystemURL() 305 url.origin(), url.mount_type(), url.virtual_path(), in CrackFileSystemURL()
|
D | recursive_operation_delegate.cc | 125 parent.mount_type(), in DidReadDirectory()
|
D | file_system_context.cc | 480 if (url.mount_type() == kFileSystemTypeIsolated) in CanServeURLRequest() 621 filesystem_name, filesystem_root, url.mount_type()); in DidOpenFileSystemForResolveURL()
|
/external/chromium_org/storage/common/fileapi/ |
D | file_system_info.cc | 10 : mount_type(storage::kFileSystemTypeTemporary) { in FileSystemInfo() 15 storage::FileSystemType mount_type) in FileSystemInfo() argument 16 : name(name), root_url(root_url), mount_type(mount_type) { in FileSystemInfo()
|
D | file_system_info.h | 23 storage::FileSystemType mount_type); 28 storage::FileSystemType mount_type; member
|
/external/chromium_org/chromeos/dbus/ |
D | cros_disks_client.h | 201 MountType mount_type, in MountEntry() 205 mount_type_(mount_type), in MountEntry() 211 MountType mount_type() const { return mount_type_; } in mount_type() function
|
D | fake_cros_disks_client.cc | 108 MountType mount_type, in SendMountCompletedEvent() argument 113 MountEntry(error_code, source_path, mount_type, mount_path)); in SendMountCompletedEvent()
|
D | fake_cros_disks_client.h | 60 MountType mount_type,
|
D | cros_disks_client.cc | 82 uint32 mount_type = 0; in ReadMountEntryFromDbus() local 86 !reader->PopUint32(&mount_type) || in ReadMountEntryFromDbus() 91 static_cast<MountType>(mount_type), mount_path); in ReadMountEntryFromDbus()
|
/external/chromium_org/content/browser/fileapi/ |
D | file_system_context_unittest.cc | 91 EXPECT_EQ(expect_mount_type, url.mount_type()); in ExpectFileSystemURLMatches() 336 EXPECT_EQ(storage::kFileSystemTypePersistent, cracked_url.mount_type()); in TEST_F() 349 EXPECT_EQ(storage::kFileSystemTypeIsolated, cracked_url.mount_type()); in TEST_F() 361 EXPECT_EQ(storage::kFileSystemTypeExternal, cracked_url.mount_type()); in TEST_F()
|
D | plugin_private_file_system_backend_unittest.cc | 62 root.mount_type(), in CreateURL()
|
D | dragged_file_util_unittest.cc | 69 dir.mount_type(), in GetEntryURL() 90 other_root.mount_type(), in GetOtherURL()
|
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/ |
D | sync_file_system_api_helpers.cc | 119 storage::GetFileSystemRootURI(url.origin(), url.mount_type()).spec(); in CreateDictionaryValueForFileSystemEntry() 127 storage::GetFileSystemTypeString(url.mount_type())); in CreateDictionaryValueForFileSystemEntry()
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
D | file_manager_private_apitest.cc | 42 chromeos::MountType mount_type; member 193 kTestMountPoints[i].mount_type, in InitMountPoints()
|
/external/chromium_org/chromeos/disks/ |
D | disk_mount_manager.h | 181 MountType mount_type; member 191 mount_type(type), in MountPointInfo()
|
D | disk_mount_manager.cc | 246 if (mount_point.mount_type == chromeos::MOUNT_TYPE_DEVICE && in AddMountPointForTest() 316 if (entry.mount_type() == MOUNT_TYPE_DEVICE) { in OnMountCompleted() 326 entry.mount_type(), in OnMountCompleted() 341 mount_info.mount_type == MOUNT_TYPE_DEVICE && in OnMountCompleted() 373 mount_points_it->second.mount_type, in OnUnmountPath()
|
D | disk_mount_manager_unittest.cc | 51 chromeos::MountType mount_type; member 185 mount_point.mount_type, in AddTestMountPoint()
|
/external/chromium_org/components/storage_monitor/ |
D | storage_monitor_linux_unittest.cc | 147 const std::string& mount_type) in MtabTestData() 150 mount_type(mount_type) { in MtabTestData() 155 const std::string mount_type; member 295 entry.mnt_type = const_cast<char*>(data[i].mount_type.c_str()); in WriteToMtab()
|
D | storage_monitor_chromeos_unittest.cc | 372 mount_info.mount_type = chromeos::MOUNT_TYPE_ARCHIVE; in TEST_F() 385 mount_info.mount_type = chromeos::MOUNT_TYPE_DEVICE; in TEST_F()
|
/external/chromium_org/chrome/browser/chromeos/fileapi/ |
D | external_file_url_util.cc | 29 if (file_system_url.mount_type() != storage::kFileSystemTypeExternal) in FileSystemURLToExternalFileURL()
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
D | volume_manager.cc | 171 volume_info.type = MountTypeToVolumeType(mount_point.mount_type); in CreateVolumeInfoFromMountPointInfo() 186 (mount_point.mount_type == chromeos::MOUNT_TYPE_ARCHIVE); in CreateVolumeInfoFromMountPointInfo() 503 DCHECK_NE(chromeos::MOUNT_TYPE_INVALID, mount_info.mount_type); in OnMountEvent() 505 if (mount_info.mount_type == chromeos::MOUNT_TYPE_ARCHIVE) { in OnMountEvent() 700 if (it->second.mount_type == chromeos::MOUNT_TYPE_ARCHIVE) { in OnDiskMountManagerRefreshed()
|
/external/chromium_org/content/common/fileapi/ |
D | file_system_messages.h | 28 IPC_STRUCT_TRAITS_MEMBER(mount_type)
|
/external/chromium_org/content/child/fileapi/ |
D | webfilesystem_impl.cc | 162 storage::FileSystemType mount_type, in DidResolveURL() argument 169 static_cast<blink::WebFileSystemType>(mount_type), in DidResolveURL() 250 info.mount_type, in ResolveURLCallbackAdapter()
|