Searched refs:isJavaAppletMIMEType (Results 1 – 4 of 4) sorted by relevance
181 if (MIMETypeRegistry::isJavaAppletMIMEType(serviceType)) { in parametersForPlugin()254 … if (MIMETypeRegistry::isJavaAppletMIMEType(m_serviceType) && classId().startsWith("java:", false)) in hasValidClassId()401 if (MIMETypeRegistry::isJavaAppletMIMEType(getAttribute(typeAttr))) in containsJavaApplet()407 && MIMETypeRegistry::isJavaAppletMIMEType(child->getAttribute(valueAttr).string())) in containsJavaApplet()
492 if (MIMETypeRegistry::isJavaAppletMIMEType(mimeType) && !settings->javaEnabled()) in pluginIsLoadable()
67 static bool isJavaAppletMIMEType(const String& mimeType);
108 bool MIMETypeRegistry::isJavaAppletMIMEType(const String& mimeType) in isJavaAppletMIMEType() function in WebCore::MIMETypeRegistry