Lines Matching refs:extension
1414 // Try to guess the MIME type based off the extension.
1418 String extension = filename.substring(extensionPos + 1);
1419 mimeType = MIMETypeRegistry::getMIMETypeForExtension(extension);
1421 // If there's no mimetype registered for the extension, check to see
1422 // if a plugin can handle the extension.
1423 mimeType = getPluginMimeTypeFromExtension(extension);