Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DScriptLoader.h45 enum LegacyTypeSupport { DisallowLegacyTypeInTypeAttribute, AllowLegacyTypeInTypeAttribute }; enum
46 …extPosition& scriptStartPosition = TextPosition::minimumPosition(), LegacyTypeSupport = DisallowLe…
56 bool isScriptTypeSupported(LegacyTypeSupport) const;
DScriptLoader.cpp146 bool ScriptLoader::isScriptTypeSupported(LegacyTypeSupport supportLegacyTypes) const in isScriptTypeSupported()
168 bool ScriptLoader::prepareScript(const TextPosition& scriptStartPosition, LegacyTypeSupport support… in prepareScript()