Searched defs:file_system_type (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ppapi/shared_impl/
H A Dfile_ref_create_info.h21 : 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/
H A Dcontent_browser_pepper_host_factory.cc75 PP_FileSystemType file_system_type; local
77 message, &file_system_type)) {
82 host_, instance, params.pp_resource(), file_system_type));
H A Dquota_reservation.cc29 storage::FileSystemType file_system_type)
33 origin_url, file_system_type);
40 storage::FileSystemType /* file_system_type */)
26 QuotaReservation( scoped_refptr<storage::FileSystemContext> file_system_context, const GURL& origin_url, storage::FileSystemType file_system_type) argument
H A Dpepper_file_system_browser_host.cc166 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));
208 OpenFileSystem( ppapi::host::ReplyMessageContext reply_context, storage::FileSystemType file_system_type, scoped_refptr<storage::FileSystemContext> file_system_context) argument
H A Dpepper_renderer_connection.cc186 PP_FileSystemType file_system_type; local
188 nested_msg, &root_url, &file_system_type)) {
191 host, instance, params.pp_resource(), file_system_type);
/external/chromium_org/content/renderer/pepper/
H A Dcontent_renderer_pepper_host_factory.cc128 PP_FileSystemType file_system_type; local
130 &file_system_type)) {
135 host_, instance, params.pp_resource(), file_system_type));
H A Dpepper_file_system_host.cc95 storage::FileSystemType file_system_type = local
97 if (file_system_type == storage::kFileSystemTypeUnknown)
109 file_system_type,
H A Dresource_converter.cc96 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/
H A Dplugin_var_tracker.cc181 PP_FileSystemType file_system_type; local
183 creation_message, &file_system_type)) {
196 file_system_type))->GetReference();
/external/chromium_org/storage/common/fileapi/
H A Dfile_system_util.cc155 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 222 milliseconds