Searched defs:FileSystemInfo (Results 1 – 5 of 5) sorted by relevance
19 struct WEBKIT_STORAGE_COMMON_EXPORT FileSystemInfo { struct26 std::string name;27 GURL root_url;28 fileapi::FileSystemType mount_type;
9 FileSystemInfo::FileSystemInfo() in FileSystemInfo() function in fileapi::FileSystemInfo13 FileSystemInfo::FileSystemInfo(const std::string& name, in FileSystemInfo() function in fileapi::FileSystemInfo
48 struct FileSystemInfo { struct69 // upon completion, passing it a constant list of FileSystemInfo objects. argument
179 BrowsingDataFileSystemHelper::FileSystemInfo::FileSystemInfo( in FileSystemInfo() function in BrowsingDataFileSystemHelper::FileSystemInfo
141 typedef BrowsingDataFileSystemHelper::FileSystemInfo FileSystemInfo; in GetObjectCountForDomain() typedef