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

1 2

  /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();
file_system_util.h 175 WEBKIT_STORAGE_COMMON_EXPORT FileSystemInfo
file_system_util.cc 447 FileSystemInfo GetFileSystemInfoForChromeOS(const GURL& origin_url) {
449 return FileSystemInfo(fileapi::GetFileSystemName(origin_url, mount_type),
  /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...]
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 29 // data from a given |filesystem_context| and returns a list of FileSystemInfo
37 void(const std::list<FileSystemInfo>&)>& callback) OVERRIDE;
71 std::list<FileSystemInfo> file_system_info_;
76 base::Callback<void(const std::list<FileSystemInfo>&)> completion_callback_;
98 const base::Callback<void(const std::list<FileSystemInfo>&)>& callback) {
131 typedef std::map<GURL, FileSystemInfo> OriginInfoMap;
149 std::make_pair(current, FileSystemInfo(current))).first;
180 BrowsingDataFileSystemHelper::FileSystemInfo::FileSystemInfo(
183 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 52 typedef std::list<BrowsingDataFileSystemHelper::FileSystemInfo>
131 const std::list<BrowsingDataFileSystemHelper::FileSystemInfo>&
134 new std::list<BrowsingDataFileSystemHelper::FileSystemInfo>(
182 // 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 115 const BrowsingDataFileSystemHelper::FileSystemInfo* file_system_info);
131 const BrowsingDataFileSystemHelper::FileSystemInfo* file_system_info;
362 std::list<BrowsingDataFileSystemHelper::FileSystemInfo>::iterator
372 std::list<BrowsingDataFileSystemHelper::FileSystemInfo>::iterator
local_data_container.h 45 typedef std::list<BrowsingDataFileSystemHelper::FileSystemInfo>
cookies_tree_model.cc 232 const BrowsingDataFileSystemHelper::FileSystemInfo* file_system_info) {
438 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 27 struct FileSystemInfo;
53 const fileapi::FileSystemInfo& info,
144 const fileapi::FileSystemInfo& info,
file_system_dispatcher.cc 117 void DidResolveURL(const fileapi::FileSystemInfo& info,
376 const fileapi::FileSystemInfo& info,
webfilesystem_impl.cc 160 const fileapi::FileSystemInfo& info,
  /external/chromium_org/chrome/browser/content_settings/
local_shared_objects_container.cc 140 typedef BrowsingDataFileSystemHelper::FileSystemInfo FileSystemInfo;
141 typedef std::list<FileSystemInfo> FileSystemInfoList;
  /external/chromium_org/webkit/browser/fileapi/
file_system_context.cc 49 const FileSystemInfo& info,
53 callback.Run(error, FileSystemInfo(), base::FilePath(), false);
324 FileSystemInfo info = GetFileSystemInfoForChromeOS(url.origin());
330 FileSystemInfo(), base::FilePath(), false);
337 FileSystemInfo(), base::FilePath(), false);
549 callback.Run(error, FileSystemInfo(), base::FilePath(), false);
553 fileapi::FileSystemInfo info(
file_system_context.h 66 struct FileSystemInfo;
173 const FileSystemInfo& info,
  /external/chromium_org/content/browser/fileapi/
fileapi_message_filter.h 39 struct FileSystemInfo;
184 const fileapi::FileSystemInfo& info,
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_handler_api.cc 322 fileapi::FileSystemInfo info =
private_api_drive.cc 406 fileapi::FileSystemInfo info =
490 fileapi::FileSystemInfo info =
private_api_file_system.cc 320 fileapi::FileSystemInfo info =
  /external/chromium_org/chrome/browser/ui/webui/
cookies_tree_model_util.cc 200 const BrowsingDataFileSystemHelper::FileSystemInfo& file_system_info =
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_browser_handlers.cc 333 fileapi::FileSystemInfo info =

Completed in 290 milliseconds

1 2