HomeSort by relevance Sort by last modified time
    Searched defs:FileSystemInfo (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_file_system_helper.h 36 // The client's callback is passed a list of FileSystemInfo objects containing
48 struct FileSystemInfo {
49 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;
128 const std::list<FileSystemInfo>& GetFileSystemInfo() {
134 void(const std::list<FileSystemInfo>&)>& callback) OVERRIDE;
156 std::list<FileSystemInfo> file_system_info_;
160 base::Callback<void(const std::list<FileSystemInfo>&)> completion_callback_
    [all...]
browsing_data_file_system_helper.cc 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_;
99 const base::Callback<void(const std::list<FileSystemInfo>&)>& callback) {
132 typedef std::map<GURL, FileSystemInfo> OriginInfoMap;
150 std::make_pair(current, FileSystemInfo(current))).first;
181 BrowsingDataFileSystemHelper::FileSystemInfo::FileSystemInfo(
184 BrowsingDataFileSystemHelper::FileSystemInfo::~FileSystemInfo() {
    [all...]
  /external/chromium_org/chrome/browser/content_settings/
local_shared_objects_container.cc 140 typedef BrowsingDataFileSystemHelper::FileSystemInfo FileSystemInfo;
141 typedef std::list<FileSystemInfo> FileSystemInfoList;

Completed in 28 milliseconds