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

  /external/webkit/Source/WebCore/dom/
ScriptElement.h 54 bool isScriptTypeSupported(LegacyTypeSupport) const;
ScriptElement.cpp 138 bool ScriptElement::isScriptTypeSupported(LegacyTypeSupport supportLegacyTypes) const
180 if (!isScriptTypeSupported(supportLegacyTypes))
XMLDocumentParserQt.cpp 597 if (!scriptElement->isScriptTypeSupported(ScriptElement::AllowLegacyTypeInTypeAttribute))
XMLDocumentParserLibxml2.cpp 893 if (!scriptElement->isScriptTypeSupported(ScriptElement::AllowLegacyTypeInTypeAttribute))
    [all...]

Completed in 635 milliseconds