HomeSort by relevance Sort by last modified time
    Searched refs:FileSystemInfo (Results 1 - 22 of 22) 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...]
mock_browsing_data_file_system_helper.h 25 void(const std::list<FileSystemInfo>&)>& callback) OVERRIDE;
34 // Adds some FilesystemInfo samples.
52 base::Callback<void(const std::list<FileSystemInfo>&)> callback_;
57 std::list<FileSystemInfo> response_;
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...]
mock_browsing_data_file_system_helper.cc 19 const base::Callback<void(const std::list<FileSystemInfo>&)>& callback) {
37 BrowsingDataFileSystemHelper::FileSystemInfo info(origin);
browsing_data_file_system_helper_unittest.cc 51 typedef std::list<BrowsingDataFileSystemHelper::FileSystemInfo>
130 const std::list<BrowsingDataFileSystemHelper::FileSystemInfo>&
133 new std::list<BrowsingDataFileSystemHelper::FileSystemInfo>(
181 // Returns a list of the FileSystemInfo objects gathered in the most recent
213 for (std::list<BrowsingDataFileSystemHelper::FileSystemInfo>::iterator info =
256 BrowsingDataFileSystemHelper::FileSystemInfo info =
284 std::list<BrowsingDataFileSystemHelper::FileSystemInfo>::iterator info =
cookies_tree_model.h 123 const BrowsingDataFileSystemHelper::FileSystemInfo* file_system_info);
141 const BrowsingDataFileSystemHelper::FileSystemInfo* file_system_info;
375 std::list<BrowsingDataFileSystemHelper::FileSystemInfo>::iterator
385 std::list<BrowsingDataFileSystemHelper::FileSystemInfo>::iterator
local_data_container.h 46 typedef std::list<BrowsingDataFileSystemHelper::FileSystemInfo>
cookies_tree_model.cc 242 const BrowsingDataFileSystemHelper::FileSystemInfo* file_system_info) {
460 std::list<BrowsingDataFileSystemHelper::FileSystemInfo>::iterator
    [all...]
  /external/chromium_org/content/common/fileapi/
file_system_messages.h 25 IPC_STRUCT_TRAITS_BEGIN(storage::FileSystemInfo)
45 storage::FileSystemInfo /* filesystem_info */,
  /external/chromium_org/content/child/fileapi/
file_system_dispatcher.h 26 struct FileSystemInfo;
51 typedef base::Callback<void(const storage::FileSystemInfo& info,
135 const storage::FileSystemInfo& info,
file_system_dispatcher.cc 109 void DidResolveURL(const storage::FileSystemInfo& info,
342 const storage::FileSystemInfo& info,
webfilesystem_impl.cc 242 const storage::FileSystemInfo& info,
  /external/chromium_org/chrome/browser/chromeos/extensions/file_system_provider/
file_system_provider_api.cc 97 using api::file_system_provider::FileSystemInfo;
105 std::vector<linked_ptr<FileSystemInfo> > items;
108 linked_ptr<FileSystemInfo> item(new FileSystemInfo);
  /external/chromium_org/chrome/browser/content_settings/
local_shared_objects_container.cc 160 typedef BrowsingDataFileSystemHelper::FileSystemInfo FileSystemInfo;
161 typedef std::list<FileSystemInfo> FileSystemInfoList;
  /external/chromium_org/storage/browser/fileapi/
file_system_context.cc 50 const FileSystemInfo& info,
58 callback.Run(error, FileSystemInfo(), base::FilePath(),
72 const FileSystemInfo& info,
370 FileSystemInfo(), base::FilePath(),
615 callback.Run(error, FileSystemInfo(), base::FilePath(),
620 storage::FileSystemInfo info(
file_system_context.h 71 struct FileSystemInfo;
203 const FileSystemInfo& info,
  /external/chromium_org/content/browser/fileapi/
fileapi_message_filter.h 38 struct FileSystemInfo;
184 const storage::FileSystemInfo& info,
fileapi_message_filter.cc 775 const storage::FileSystemInfo& info,
  /external/chromium_org/chrome/browser/chromeos/file_manager/
fileapi_util.cc 77 const storage::FileSystemInfo& info,
158 const storage::FileSystemInfo& info,
  /external/chromium_org/chrome/browser/ui/webui/
cookies_tree_model_util.cc 209 const BrowsingDataFileSystemHelper::FileSystemInfo& file_system_info =

Completed in 1697 milliseconds