javaEnabled       121 Source/core/frame/Navigator.cpp     if (!m_frame->settings()->javaEnabled())
javaEnabled        56 Source/core/frame/Navigator.h     bool javaEnabled() const;
javaEnabled       205 Source/core/html/HTMLAppletElement.cpp     if (!settings->javaEnabled())
javaEnabled       532 Source/core/html/HTMLPlugInElement.cpp     if (MIMETypeRegistry::isJavaAppletMIMEType(mimeType) && !settings->javaEnabled())