Home | History | Annotate | Download | only in browsing_data

Lines Matching defs:FileSystemInfo

36 // The client's callback is passed a list of FileSystemInfo objects containing
48 struct FileSystemInfo {
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>&)> completion_callback_;