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

/macosx-10.10/WebCore-7600.1.25/dom/
H A DScriptElement.h44 enum LegacyTypeSupport { DisallowLegacyTypeInTypeAttribute, AllowLegacyTypeInTypeAttribute }; enum in class:WebCore::ScriptElement
45 bool prepareScript(const TextPosition& scriptStartPosition = TextPosition::minimumPosition(), LegacyTypeSupport = DisallowLegacyTypeInTypeAttribute);
55 bool isScriptTypeSupported(LegacyTypeSupport) const;
H A DScriptElement.cpp143 bool ScriptElement::isScriptTypeSupported(LegacyTypeSupport supportLegacyTypes) const
163 bool ScriptElement::prepareScript(const TextPosition& scriptStartPosition, LegacyTypeSupport supportLegacyTypes)

Completed in 108 milliseconds