Home
last modified time | relevance | path

Searched defs:FileSystemInfo (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/webkit/common/fileapi/
Dfile_system_info.h19 struct WEBKIT_STORAGE_COMMON_EXPORT FileSystemInfo { struct
26 std::string name;
27 GURL root_url;
28 fileapi::FileSystemType mount_type;
Dfile_system_info.cc9 FileSystemInfo::FileSystemInfo() in FileSystemInfo() function in fileapi::FileSystemInfo
13 FileSystemInfo::FileSystemInfo(const std::string& name, in FileSystemInfo() function in fileapi::FileSystemInfo
/external/chromium_org/chrome/browser/browsing_data/
Dbrowsing_data_file_system_helper.h48 struct FileSystemInfo { struct
69 // upon completion, passing it a constant list of FileSystemInfo objects. argument
Dbrowsing_data_file_system_helper.cc179 BrowsingDataFileSystemHelper::FileSystemInfo::FileSystemInfo( in FileSystemInfo() function in BrowsingDataFileSystemHelper::FileSystemInfo
/external/chromium_org/chrome/browser/content_settings/
Dlocal_shared_objects_container.cc141 typedef BrowsingDataFileSystemHelper::FileSystemInfo FileSystemInfo; in GetObjectCountForDomain() typedef