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

  /external/chromium_org/webkit/common/fileapi/
file_system_info.cc 9 FileSystemInfo::FileSystemInfo()
13 FileSystemInfo::FileSystemInfo(const std::string& name,
21 FileSystemInfo::~FileSystemInfo() {
file_system_info.h 19 struct WEBKIT_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;
128 const std::list<FileSystemInfo>& GetFileSystemInfo() {
134 void(const std::list<FileSystemInfo>&)>& callback) OVERRIDE;
148 std::list<FileSystemInfo> file_system_info_;
152 base::Callback<void(const std::list<FileSystemInfo>&)> completion_callback_
    [all...]
mock_browsing_data_file_system_helper.h 24 void(const std::list<FileSystemInfo>&)>& callback) OVERRIDE;
33 // Adds some FilesystemInfo samples.
51 base::Callback<void(const std::list<FileSystemInfo>&)> callback_;
56 std::list<FileSystemInfo> response_;
browsing_data_file_system_helper.cc 28 // data from a given |filesystem_context| and returns a list of FileSystemInfo
36 void(const std::list<FileSystemInfo>&)>& callback) OVERRIDE;
70 std::list<FileSystemInfo> file_system_info_;
75 base::Callback<void(const std::list<FileSystemInfo>&)> completion_callback_;
97 const base::Callback<void(const std::list<FileSystemInfo>&)>& callback) {
130 typedef std::map<GURL, FileSystemInfo> OriginInfoMap;
148 std::make_pair(current, FileSystemInfo(current))).first;
179 BrowsingDataFileSystemHelper::FileSystemInfo::FileSystemInfo(
182 BrowsingDataFileSystemHelper::FileSystemInfo::~FileSystemInfo() {
    [all...]
mock_browsing_data_file_system_helper.cc 17 const base::Callback<void(const std::list<FileSystemInfo>&)>& callback) {
32 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
212 for (std::list<BrowsingDataFileSystemHelper::FileSystemInfo>::iterator info =
255 BrowsingDataFileSystemHelper::FileSystemInfo info =
283 std::list<BrowsingDataFileSystemHelper::FileSystemInfo>::iterator info =
cookies_tree_model.h 118 const BrowsingDataFileSystemHelper::FileSystemInfo* file_system_info);
134 const BrowsingDataFileSystemHelper::FileSystemInfo* file_system_info;
365 std::list<BrowsingDataFileSystemHelper::FileSystemInfo>::iterator
375 std::list<BrowsingDataFileSystemHelper::FileSystemInfo>::iterator
local_data_container.h 45 typedef std::list<BrowsingDataFileSystemHelper::FileSystemInfo>
cookies_tree_model.cc 233 const BrowsingDataFileSystemHelper::FileSystemInfo* file_system_info) {
444 std::list<BrowsingDataFileSystemHelper::FileSystemInfo>::iterator
    [all...]
  /external/chromium_org/content/common/fileapi/
file_system_messages.h 25 IPC_STRUCT_TRAITS_BEGIN(fileapi::FileSystemInfo)
45 fileapi::FileSystemInfo /* filesystem_info */,
  /external/chromium_org/content/child/fileapi/
file_system_dispatcher.h 26 struct FileSystemInfo;
52 const fileapi::FileSystemInfo& info,
136 const fileapi::FileSystemInfo& info,
file_system_dispatcher.cc 110 void DidResolveURL(const fileapi::FileSystemInfo& info,
352 const fileapi::FileSystemInfo& info,
webfilesystem_impl.cc 191 const fileapi::FileSystemInfo& info,
  /external/chromium_org/chrome/browser/content_settings/
local_shared_objects_container.cc 141 typedef BrowsingDataFileSystemHelper::FileSystemInfo FileSystemInfo;
142 typedef std::list<FileSystemInfo> FileSystemInfoList;
  /external/chromium_org/webkit/browser/fileapi/
file_system_context.cc 50 const FileSystemInfo& info,
58 callback.Run(error, FileSystemInfo(), base::FilePath(),
72 const FileSystemInfo& info,
361 FileSystemInfo(), base::FilePath(),
606 callback.Run(error, FileSystemInfo(), base::FilePath(),
611 fileapi::FileSystemInfo info(
file_system_context.h 70 struct FileSystemInfo;
197 const FileSystemInfo& info,
  /external/chromium_org/content/browser/fileapi/
fileapi_message_filter.h 38 struct FileSystemInfo;
186 const fileapi::FileSystemInfo& info,
fileapi_message_filter.cc 774 const fileapi::FileSystemInfo& info,
  /external/chromium_org/chrome/browser/chromeos/file_manager/
fileapi_util.cc 77 const fileapi::FileSystemInfo& info,
158 const fileapi::FileSystemInfo& info,
  /external/chromium_org/chrome/browser/ui/webui/
cookies_tree_model_util.cc 201 const BrowsingDataFileSystemHelper::FileSystemInfo& file_system_info =

Completed in 979 milliseconds