Searched defs:mount_option (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_url.cc47 const FileSystemMountOption& mount_option) {
55 mount_option);
87 const FileSystemMountOption& mount_option)
96 mount_option_(mount_option) {
39 CreateForTest( const GURL& origin, FileSystemType mount_type, const base::FilePath& virtual_path, const std::string& mount_filesystem_id, FileSystemType cracked_type, const base::FilePath& cracked_path, const std::string& filesystem_id, const FileSystemMountOption& mount_option) argument
80 FileSystemURL(const GURL& origin, FileSystemType mount_type, const base::FilePath& virtual_path, const std::string& mount_filesystem_id, FileSystemType cracked_type, const base::FilePath& cracked_path, const std::string& filesystem_id, const FileSystemMountOption& mount_option) argument
H A Dfile_system_url.h96 const FileSystemMountOption& mount_option);
124 const FileSystemMountOption& mount_option() const { return mount_option_; } function in class:storage::FileSystemURL
163 const FileSystemMountOption& mount_option);
H A Dexternal_mount_points.cc65 const FileSystemMountOption& mount_option)
68 mount_option_(mount_option) {}
73 const FileSystemMountOption& mount_option() const { return mount_option_; } function in class:storage::ExternalMountPoints::Instance
98 const FileSystemMountOption& mount_option,
102 mount_option.copy_sync_option() != COPY_SYNC_OPTION_SYNC);
110 instance_map_[mount_name] = new Instance(type, path, mount_option);
152 FileSystemMountOption* mount_option) const {
186 *mount_option = instance->mount_option();
289 url.path(), url.filesystem_id(), url.mount_option());
63 Instance(FileSystemType type, const base::FilePath& path, const FileSystemMountOption& mount_option) argument
95 RegisterFileSystem( const std::string& mount_name, FileSystemType type, const FileSystemMountOption& mount_option, const base::FilePath& path_in) argument
[all...]
/external/chromium_org/chrome/browser/extensions/api/file_handlers/
H A Dapp_file_handler_util.cc370 storage::FileSystemMountOption mount_option; local
374 &mount_option)) {

Completed in 182 milliseconds