Home
last modified time | relevance | path

Searched refs:isJavaAppletMIMEType (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLObjectElement.cpp181 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()
DHTMLPlugInElement.cpp492 if (MIMETypeRegistry::isJavaAppletMIMEType(mimeType) && !settings->javaEnabled()) in pluginIsLoadable()
/external/chromium_org/third_party/WebKit/Source/platform/
DMIMETypeRegistry.h67 static bool isJavaAppletMIMEType(const String& mimeType);
DMIMETypeRegistry.cpp108 bool MIMETypeRegistry::isJavaAppletMIMEType(const String& mimeType) in isJavaAppletMIMEType() function in WebCore::MIMETypeRegistry