/external/chromium_org/ppapi/shared_impl/ |
file_ref_create_info.h | 20 FileRefCreateInfo() : file_system_type(PP_FILESYSTEMTYPE_INVALID), 27 PP_FileSystemType file_system_type; member in struct:ppapi::FileRefCreateInfo
|
file_ref_create_info.cc | 31 return file_system_type != PP_FILESYSTEMTYPE_INVALID; 40 info.file_system_type = PP_FILESYSTEMTYPE_EXTERNAL;
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
quota_reservation.h | 41 fileapi::FileSystemType file_system_type); 65 fileapi::FileSystemType file_system_type); 72 fileapi::FileSystemType file_system_type);
|
pepper_renderer_connection.cc | 186 PP_FileSystemType file_system_type; local 188 nested_msg, &root_url, &file_system_type)) { 193 file_system_type);
|
pepper_file_system_browser_host.cc | 193 fileapi::FileSystemType file_system_type = local 195 if (file_system_type == fileapi::kFileSystemTypeUnknown) 213 file_system_type)); 238 fileapi::FileSystemType file_system_type, 250 file_system_context_->OpenFileSystem(origin, file_system_type, 421 fileapi::FileSystemType file_system_type = local 425 fileapi::FileSystemTypeToQuotaStorageType(file_system_type));
|
quota_reservation.cc | 29 fileapi::FileSystemType file_system_type) 34 file_system_type); 41 fileapi::FileSystemType /* file_system_type */)
|
content_browser_pepper_host_factory.cc | 76 PP_FileSystemType file_system_type; local 78 &file_system_type)) { 83 host_, instance, params.pp_resource(), file_system_type));
|
pepper_file_system_browser_host.h | 100 fileapi::FileSystemType file_system_type,
|
pepper_internal_file_ref_backend.cc | 233 info.file_system_type = fs_type_;
|
/external/chromium_org/ppapi/proxy/ |
file_ref_resource.cc | 29 if (create_info_.file_system_type != PP_FILESYSTEMTYPE_EXTERNAL) { 50 CHECK(create_info_.file_system_type != PP_FILESYSTEMTYPE_EXTERNAL); 75 if (enter.object()->GetType() != create_info.file_system_type) { 81 if (create_info.file_system_type == PP_FILESYSTEMTYPE_LOCALPERSISTENT || 82 create_info.file_system_type == PP_FILESYSTEMTYPE_LOCALTEMPORARY) { 96 return create_info_.file_system_type; 104 if (create_info_.file_system_type == PP_FILESYSTEMTYPE_EXTERNAL) 110 if (create_info_.file_system_type == PP_FILESYSTEMTYPE_EXTERNAL) 120 parent_info.file_system_type = create_info_.file_system_type; [all...] |
plugin_var_tracker.cc | 179 PP_FileSystemType file_system_type; local 181 creation_message, &file_system_type)) { 194 file_system_type))->GetReference();
|
file_chooser_resource_unittest.cc | 100 create_info.file_system_type = PP_FILESYSTEMTYPE_EXTERNAL;
|
file_io_resource.cc | 107 if (!FileSystemTypeIsValid(create_info.file_system_type)) { 116 file_system_type_ = create_info.file_system_type;
|
ppapi_messages.h | 224 IPC_STRUCT_TRAITS_MEMBER(file_system_type) [all...] |
/external/chromium_org/chrome/common/extensions/docs/server2/ |
instance_servlet_test.py | 18 def __init__(self, file_system_type): 19 self._file_system_type = file_system_type
|
/external/chromium_org/content/renderer/pepper/ |
resource_converter.cc | 62 PP_FileSystemType file_system_type = local 69 if (file_system_type == PP_FILESYSTEMTYPE_EXTERNAL) 75 file_system_type))); 80 new PpapiPluginMsg_FileSystem_CreateFromPendingHost(file_system_type)); 84 file_system_type));
|
content_renderer_pepper_host_factory.cc | 95 PP_FileSystemType file_system_type; local 97 &file_system_type)) { 102 host_, instance, params.pp_resource(), file_system_type));
|
pepper_file_system_host.cc | 101 fileapi::FileSystemType file_system_type = local 103 if (file_system_type == fileapi::kFileSystemTypeUnknown) 115 file_system_type,
|
/external/kernel-headers/original/linux/ |
mount.h | 83 struct file_system_type; 84 extern struct vfsmount *vfs_kern_mount(struct file_system_type *type,
|
fs.h | 180 /* public flags for file_system_type */ 1835 struct file_system_type { struct [all...] |
/external/chromium_org/webkit/browser/fileapi/ |
file_system_url.cc | 46 FileSystemType file_system_type = kFileSystemTypeUnknown; local 67 file_system_type = kValidTypes[i].type; 72 if (file_system_type == kFileSystemTypeUnknown) 92 *mount_type = file_system_type;
|
/external/chromium_org/ppapi/thunk/ |
ppb_file_ref_thunk.cc | 37 info.file_system_type = enter_file_system.object()->GetType();
|
/external/yaffs2/yaffs2/ |
yaffs_fs.c | [all...] |