Home
last modified time | relevance | path

Searched refs:LegacyTypeSupport (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
DScriptElement.h43 enum LegacyTypeSupport { DisallowLegacyTypeInTypeAttribute, AllowLegacyTypeInTypeAttribute }; enum
44 …tPosition1& scriptStartPosition = TextPosition1::minimumPosition(), LegacyTypeSupport = DisallowLe…
54 bool isScriptTypeSupported(LegacyTypeSupport) const;
DScriptElement.cpp138 bool ScriptElement::isScriptTypeSupported(LegacyTypeSupport supportLegacyTypes) const in isScriptTypeSupported()
158 bool ScriptElement::prepareScript(const TextPosition1& scriptStartPosition, LegacyTypeSupport suppo… in prepareScript()