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

  /external/chromium_org/ppapi/shared_impl/
file_ref_create_info.h 21 : file_system_type(PP_FILESYSTEMTYPE_INVALID),
28 PP_FileSystemType file_system_type; member in struct:ppapi::FileRefCreateInfo
  /external/chromium_org/content/browser/renderer_host/pepper/
content_browser_pepper_host_factory.cc 75 PP_FileSystemType file_system_type; local
77 message, &file_system_type)) {
82 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)) {
191 host, instance, params.pp_resource(), file_system_type);
pepper_file_system_browser_host.cc 166 storage::FileSystemType file_system_type = local
168 if (file_system_type == storage::kFileSystemTypeUnknown)
185 file_system_type));
210 storage::FileSystemType file_system_type,
224 file_system_type,
429 storage::FileSystemType file_system_type = local
433 storage::FileSystemTypeToQuotaStorageType(file_system_type));
  /external/chromium_org/content/renderer/pepper/
pepper_file_system_host.cc 95 storage::FileSystemType file_system_type = local
97 if (file_system_type == storage::kFileSystemTypeUnknown)
109 file_system_type,
content_renderer_pepper_host_factory.cc 128 PP_FileSystemType file_system_type; local
130 &file_system_type)) {
135 host_, instance, params.pp_resource(), file_system_type));
resource_converter.cc 96 PP_FileSystemType file_system_type = local
103 if ((file_system_type == PP_FILESYSTEMTYPE_EXTERNAL) &&
110 host, instance, 0, root_url, file_system_type)));
115 new PpapiPluginMsg_FileSystem_CreateFromPendingHost(file_system_type));
119 file_system_type));
  /external/chromium_org/ppapi/proxy/
plugin_var_tracker.cc 181 PP_FileSystemType file_system_type; local
183 creation_message, &file_system_type)) {
196 file_system_type))->GetReference();
  /external/chromium_org/storage/common/fileapi/
file_system_util.cc 155 FileSystemType file_system_type = kFileSystemTypeUnknown; local
176 file_system_type = kValidTypes[i].type;
181 if (file_system_type == kFileSystemTypeUnknown)
201 *type = file_system_type;

Completed in 1316 milliseconds