Home | History | Annotate | Download | only in browsing_data

Lines Matching defs:FileSystemInfo

30 // 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(
185 BrowsingDataFileSystemHelper::FileSystemInfo::~FileSystemInfo() {}
209 for (std::list<FileSystemInfo>::iterator
225 FileSystemInfo info(origin);
244 const base::Callback<void(const std::list<FileSystemInfo>&)>& callback) {