HomeSort by relevance Sort by last modified time
    Searched defs:file_system_type (Results 1 - 10 of 10) sorted by null

  /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
  /external/chromium_org/content/browser/renderer_host/pepper/
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_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));
  /external/chromium_org/content/renderer/pepper/
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,
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));
  /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/proxy/
plugin_var_tracker.cc 179 PP_FileSystemType file_system_type; local
181 creation_message, &file_system_type)) {
194 file_system_type))->GetReference();
  /external/kernel-headers/original/linux/
fs.h 180 /* public flags for file_system_type */
1835 struct file_system_type { struct
    [all...]

Completed in 420 milliseconds