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

/external/chromium_org/storage/common/fileapi/
H A Dfile_system_info.cc9 FileSystemInfo::FileSystemInfo() function in class:storage::FileSystemInfo
13 FileSystemInfo::FileSystemInfo(const std::string& name, function in class:storage::FileSystemInfo
19 FileSystemInfo::~FileSystemInfo() {
H A Dfile_system_info.h19 struct STORAGE_COMMON_EXPORT FileSystemInfo { struct in namespace:storage
20 FileSystemInfo();
21 FileSystemInfo(const std::string& filesystem_name,
24 ~FileSystemInfo();
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_file_system_helper.h36 // The client's callback is passed a list of FileSystemInfo objects containing
48 struct FileSystemInfo { struct in class:BrowsingDataFileSystemHelper
49 explicit FileSystemInfo(const GURL& origin);
50 ~FileSystemInfo();
69 // upon completion, passing it a constant list of FileSystemInfo objects.
76 void(const std::list<FileSystemInfo>&)>& callback) = 0;
118 const std::list<FileSystemInfo>& GetFileSystemInfo() {
124 void(const std::list<FileSystemInfo>&)>& callback) OVERRIDE;
136 std::list<FileSystemInfo> file_system_info_;
140 base::Callback<void(const std::list<FileSystemInfo>
[all...]
H A Dbrowsing_data_file_system_helper.cc30 // data from a given |filesystem_context| and returns a list of FileSystemInfo
38 void(const std::list<FileSystemInfo>&)>& callback) OVERRIDE;
72 std::list<FileSystemInfo> file_system_info_;
77 base::Callback<void(const std::list<FileSystemInfo>&)> completion_callback_;
98 const base::Callback<void(const std::list<FileSystemInfo>&)>& callback) {
133 typedef std::map<GURL, FileSystemInfo> OriginInfoMap;
151 std::make_pair(current, FileSystemInfo(current))).first;
182 BrowsingDataFileSystemHelper::FileSystemInfo::FileSystemInfo( function in class:BrowsingDataFileSystemHelper::FileSystemInfo
185 BrowsingDataFileSystemHelper::FileSystemInfo
[all...]
/external/chromium_org/chrome/browser/content_settings/
H A Dlocal_shared_objects_container.cc160 typedef BrowsingDataFileSystemHelper::FileSystemInfo FileSystemInfo; typedef
161 typedef std::list<FileSystemInfo> FileSystemInfoList;

Completed in 253 milliseconds