Home
last modified time | relevance | path

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

12

/external/chromium_org/storage/browser/fileapi/
Dfile_system_url.cc34 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()
Dfile_system_url.h87 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,
Dexternal_mount_points.cc287 url.origin(), url.mount_type(), url.virtual_path(), in CrackFileSystemURL()
305 url.origin(), url.mount_type(), url.virtual_path(), in CrackFileSystemURL()
Drecursive_operation_delegate.cc125 parent.mount_type(), in DidReadDirectory()
Dfile_system_context.cc480 if (url.mount_type() == kFileSystemTypeIsolated) in CanServeURLRequest()
621 filesystem_name, filesystem_root, url.mount_type()); in DidOpenFileSystemForResolveURL()
/external/chromium_org/storage/common/fileapi/
Dfile_system_info.cc10 : 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()
Dfile_system_info.h23 storage::FileSystemType mount_type);
28 storage::FileSystemType mount_type; member
/external/chromium_org/chromeos/dbus/
Dcros_disks_client.h201 MountType mount_type, in MountEntry()
205 mount_type_(mount_type), in MountEntry()
211 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()
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()
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.cc119 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/
Dfile_manager_private_apitest.cc42 chromeos::MountType mount_type; member
193 kTestMountPoints[i].mount_type, in InitMountPoints()
/external/chromium_org/chromeos/disks/
Ddisk_mount_manager.h181 MountType mount_type; member
191 mount_type(type), in MountPointInfo()
Ddisk_mount_manager.cc246 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()
Ddisk_mount_manager_unittest.cc51 chromeos::MountType mount_type; member
185 mount_point.mount_type, in AddTestMountPoint()
/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.cc372 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/
Dexternal_file_url_util.cc29 if (file_system_url.mount_type() != storage::kFileSystemTypeExternal) in FileSystemURLToExternalFileURL()
/external/chromium_org/chrome/browser/chromeos/file_manager/
Dvolume_manager.cc171 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/
Dfile_system_messages.h28 IPC_STRUCT_TRAITS_MEMBER(mount_type)
/external/chromium_org/content/child/fileapi/
Dwebfilesystem_impl.cc162 storage::FileSystemType mount_type, in DidResolveURL() argument
169 static_cast<blink::WebFileSystemType>(mount_type), in DidResolveURL()
250 info.mount_type, in ResolveURLCallbackAdapter()

12