Home
last modified time | relevance | path

Searched refs:mount_type (Results 1 – 25 of 37) sorted by relevance

12

/external/chromium_org/webkit/common/fileapi/
Dfile_system_info.cc10 : mount_type(fileapi::kFileSystemTypeTemporary) { in FileSystemInfo()
15 fileapi::FileSystemType mount_type) in FileSystemInfo() argument
18 mount_type(mount_type) { in FileSystemInfo()
Dfile_system_info.h23 fileapi::FileSystemType mount_type);
28 fileapi::FileSystemType mount_type; member
/external/chromium_org/webkit/browser/fileapi/
Dfile_system_url.cc34 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()
Dfile_system_url.h87 FileSystemType mount_type,
114 FileSystemType mount_type() const { return mount_type_; } in mount_type() function
145 FileSystemType mount_type,
149 FileSystemType mount_type,
Dexternal_mount_points.cc290 url.origin(), url.mount_type(), url.virtual_path(), in CrackFileSystemURL()
308 url.origin(), url.mount_type(), url.virtual_path(), in CrackFileSystemURL()
Drecursive_operation_delegate.cc125 parent.mount_type(), in DidReadDirectory()
Dfile_system_context.cc471 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/
Dmetadata_db_migration_util.cc36 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/
Dcros_disks_client.h197 MountType mount_type, in MountEntry()
201 mount_type_(mount_type), in MountEntry()
207 MountType mount_type() const { return mount_type_; } in mount_type() function
Dfake_cros_disks_client.cc108 MountType mount_type, in SendMountCompletedEvent() argument
113 MountEntry(error_code, source_path, mount_type, mount_path)); in SendMountCompletedEvent()
Dfake_cros_disks_client.h60 MountType mount_type,
Dcros_disks_client.cc82 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/
Dfile_system_context_unittest.cc91 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()
Dplugin_private_file_system_backend_unittest.cc62 root.mount_type(), in CreateURL()
Ddragged_file_util_unittest.cc69 dir.mount_type(), in GetEntryURL()
90 other_root.mount_type(), in GetOtherURL()
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
Dsync_file_system_api_helpers.cc118 url.origin(), url.mount_type()).spec(); in CreateDictionaryValueForFileSystemEntry()
126 fileapi::GetFileSystemTypeString(url.mount_type())); in CreateDictionaryValueForFileSystemEntry()
/external/chromium_org/chromeos/disks/
Ddisk_mount_manager.cc233 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()
Ddisk_mount_manager.h176 MountType mount_type; member
186 mount_type(type), in MountPointInfo()
Ddisk_mount_manager_unittest.cc51 chromeos::MountType mount_type; member
186 mount_point.mount_type, in AddTestMountPoint()
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
Dfile_browser_private_apitest.cc41 chromeos::MountType mount_type; member
192 kTestMountPoints[i].mount_type, in InitMountPoints()
/external/chromium_org/components/storage_monitor/
Dstorage_monitor_linux_unittest.cc147 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()
Dstorage_monitor_chromeos_unittest.cc371 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/
Dfile_system_messages.h28 IPC_STRUCT_TRAITS_MEMBER(mount_type)
/external/chromium_org/chrome/browser/chromeos/file_manager/
Dvolume_manager.cc178 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()
Dmounted_disk_monitor.cc84 if (mount_info.mount_type != chromeos::MOUNT_TYPE_DEVICE) in OnMountEvent()

12