HomeSort by relevance Sort by last modified time
    Searched refs:isJavaAppletMIMEType (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
MIMETypeRegistry.h 70 static bool isJavaAppletMIMEType(const String& mimeType);
MIMETypeRegistry.cpp 114 bool MIMETypeRegistry::isJavaAppletMIMEType(const String& mimeType)
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLObjectElement.cpp 184 if (MIMETypeRegistry::isJavaAppletMIMEType(serviceType)) {
259 if (MIMETypeRegistry::isJavaAppletMIMEType(m_serviceType) && classId().startsWith("java:", false))
445 if (MIMETypeRegistry::isJavaAppletMIMEType(getAttribute(typeAttr)))
451 && MIMETypeRegistry::isJavaAppletMIMEType(child->getAttribute(valueAttr).string()))
HTMLPlugInElement.cpp 538 if (MIMETypeRegistry::isJavaAppletMIMEType(mimeType) && !settings->javaEnabled())

Completed in 309 milliseconds