OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LegacyTypeSupport
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/dom/
ScriptElement.h
43
enum
LegacyTypeSupport
{ DisallowLegacyTypeInTypeAttribute, AllowLegacyTypeInTypeAttribute };
44
bool prepareScript(const TextPosition1& scriptStartPosition = TextPosition1::minimumPosition(),
LegacyTypeSupport
= DisallowLegacyTypeInTypeAttribute);
54
bool isScriptTypeSupported(
LegacyTypeSupport
) const;
ScriptElement.cpp
138
bool ScriptElement::isScriptTypeSupported(
LegacyTypeSupport
supportLegacyTypes) const
158
bool ScriptElement::prepareScript(const TextPosition1& scriptStartPosition,
LegacyTypeSupport
supportLegacyTypes)
Completed in 24 milliseconds