/external/chromium_org/webkit/common/fileapi/ |
D | file_system_info.cc | 10 : mount_type(fileapi::kFileSystemTypeTemporary) { in FileSystemInfo() 15 fileapi::FileSystemType mount_type) in FileSystemInfo() argument 18 mount_type(mount_type) { in FileSystemInfo()
|
D | file_system_info.h | 23 fileapi::FileSystemType mount_type); 28 fileapi::FileSystemType mount_type; member
|
/external/chromium_org/webkit/browser/fileapi/ |
D | file_system_url.cc | 34 FileSystemType mount_type, in CreateForTest() argument 36 return FileSystemURL(origin, mount_type, virtual_path); in CreateForTest() 50 FileSystemType mount_type, in FileSystemURL() argument 54 mount_type_(mount_type), in FileSystemURL() 56 type_(mount_type), in FileSystemURL() 62 FileSystemType mount_type, in FileSystemURL() argument 71 mount_type_(mount_type), in FileSystemURL()
|
D | file_system_url.h | 87 FileSystemType mount_type, 114 FileSystemType mount_type() const { return mount_type_; } in mount_type() function 145 FileSystemType mount_type, 149 FileSystemType mount_type,
|
D | external_mount_points.cc | 290 url.origin(), url.mount_type(), url.virtual_path(), in CrackFileSystemURL() 308 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 | 471 if (url.mount_type() == kFileSystemTypeIsolated) in CanServeURLRequest() 612 filesystem_name, filesystem_root, url.mount_type()); in DidOpenFileSystemForResolveURL()
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
D | metadata_db_migration_util.cc | 36 fileapi::FileSystemType mount_type; in ParseV0FormatFileSystemURL() local 40 url, origin, &mount_type, &virtual_path) || in ParseV0FormatFileSystemURL() 41 mount_type != fileapi::kFileSystemTypeExternal) { in ParseV0FormatFileSystemURL()
|
/external/chromium_org/chromeos/dbus/ |
D | cros_disks_client.h | 197 MountType mount_type, in MountEntry() 201 mount_type_(mount_type), in MountEntry() 207 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() 354 EXPECT_EQ(fileapi::kFileSystemTypePersistent, cracked_url.mount_type()); in TEST_F() 367 EXPECT_EQ(fileapi::kFileSystemTypeIsolated, cracked_url.mount_type()); in TEST_F() 378 EXPECT_EQ(fileapi::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 | 118 url.origin(), url.mount_type()).spec(); in CreateDictionaryValueForFileSystemEntry() 126 fileapi::GetFileSystemTypeString(url.mount_type())); in CreateDictionaryValueForFileSystemEntry()
|
/external/chromium_org/chromeos/disks/ |
D | disk_mount_manager.cc | 233 if (mount_point.mount_type == chromeos::MOUNT_TYPE_DEVICE && in AddMountPointForTest() 303 if (entry.mount_type() == MOUNT_TYPE_DEVICE) { in OnMountCompleted() 313 entry.mount_type(), in OnMountCompleted() 328 mount_info.mount_type == MOUNT_TYPE_DEVICE && in OnMountCompleted() 360 mount_points_it->second.mount_type, in OnUnmountPath()
|
D | disk_mount_manager.h | 176 MountType mount_type; member 186 mount_type(type), in MountPointInfo()
|
D | disk_mount_manager_unittest.cc | 51 chromeos::MountType mount_type; member 186 mount_point.mount_type, in AddTestMountPoint()
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
D | file_browser_private_apitest.cc | 41 chromeos::MountType mount_type; member 192 kTestMountPoints[i].mount_type, in InitMountPoints()
|
/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 | 371 mount_info.mount_type = chromeos::MOUNT_TYPE_ARCHIVE; in TEST_F() 384 mount_info.mount_type = chromeos::MOUNT_TYPE_DEVICE; in TEST_F()
|
/external/chromium_org/content/common/fileapi/ |
D | file_system_messages.h | 28 IPC_STRUCT_TRAITS_MEMBER(mount_type)
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
D | volume_manager.cc | 178 volume_info.type = MountTypeToVolumeType(mount_point.mount_type); in CreateVolumeInfoFromMountPointInfo() 193 (mount_point.mount_type == chromeos::MOUNT_TYPE_ARCHIVE); in CreateVolumeInfoFromMountPointInfo() 338 if (it->second.mount_type == chromeos::MOUNT_TYPE_ARCHIVE) { in Initialize() 589 DCHECK_NE(chromeos::MOUNT_TYPE_INVALID, mount_info.mount_type); in OnMountEvent() 591 if (mount_info.mount_type == chromeos::MOUNT_TYPE_ARCHIVE) { in OnMountEvent()
|
D | mounted_disk_monitor.cc | 84 if (mount_info.mount_type != chromeos::MOUNT_TYPE_DEVICE) in OnMountEvent()
|