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

  /external/chromium_org/storage/common/fileapi/
file_system_info.cc 9 FileSystemInfo::FileSystemInfo()
13 FileSystemInfo::FileSystemInfo(const std::string& name,
19 FileSystemInfo::~FileSystemInfo() {
file_system_info.h 19 struct STORAGE_COMMON_EXPORT FileSystemInfo {
20 FileSystemInfo();
21 FileSystemInfo(const std::string& filesystem_name,
24 ~FileSystemInfo();
  /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 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_
    [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_;
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() {
    [all...]
  /external/chromium_org/chrome/browser/content_settings/
local_shared_objects_container.cc 160 typedef BrowsingDataFileSystemHelper::FileSystemInfo FileSystemInfo;
161 typedef std::list<FileSystemInfo> FileSystemInfoList;

Completed in 92 milliseconds