Home
last modified time | relevance | path

Searched refs:mPreventScriptExecution (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/parser/html/
H A DnsHtml5TreeBuilderHSupplement.h23 bool mPreventScriptExecution; variable
125 mPreventScriptExecution = aPrevent; in SetPreventScriptExecution()
H A DnsHtml5TreeBuilderCppSupplement.h30 , mPreventScriptExecution(false) in nsHtml5TreeBuilder()
55 , mPreventScriptExecution(false) in nsHtml5TreeBuilder()
861 if (mPreventScriptExecution) { in elementPopped()
/dports/lang/spidermonkey60/firefox-60.9.0/parser/html/
H A DnsHtml5TreeBuilderHSupplement.h26 bool mPreventScriptExecution; variable
124 mPreventScriptExecution = aPrevent; in SetPreventScriptExecution()
H A DnsHtml5TreeBuilderCppSupplement.h31 mPreventScriptExecution(false) in nsHtml5TreeBuilder()
57 mPreventScriptExecution(false) in nsHtml5TreeBuilder()
910 if (mPreventScriptExecution) { in elementPopped()
/dports/www/firefox-esr/firefox-91.8.0/parser/html/
H A DnsHtml5TreeBuilderHSupplement.h27 bool mPreventScriptExecution; variable
125 mPreventScriptExecution = aPrevent; in SetPreventScriptExecution()
H A DnsHtml5TreeBuilderCppSupplement.h43 mPreventScriptExecution(false) in nsHtml5TreeBuilder()
82 mPreventScriptExecution(false) in nsHtml5TreeBuilder()
1011 if (mPreventScriptExecution) { in elementPopped()
1091 if (!scriptingEnabled || mPreventScriptExecution) { in elementPopped()
/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5TreeBuilderHSupplement.h27 bool mPreventScriptExecution; variable
148 mPreventScriptExecution = aPrevent; in SetPreventScriptExecution()
H A DnsHtml5TreeBuilderCppSupplement.h43 mPreventScriptExecution(false), in nsHtml5TreeBuilder()
84 mPreventScriptExecution(false), in nsHtml5TreeBuilder()
1019 if (mPreventScriptExecution) { in elementPopped()
1104 if (!scriptingEnabled || mPreventScriptExecution) { in elementPopped()
/dports/mail/thunderbird/thunderbird-91.8.0/parser/html/
H A DnsHtml5TreeBuilderHSupplement.h27 bool mPreventScriptExecution; variable
125 mPreventScriptExecution = aPrevent; in SetPreventScriptExecution()
H A DnsHtml5TreeBuilderCppSupplement.h43 mPreventScriptExecution(false) in nsHtml5TreeBuilder()
82 mPreventScriptExecution(false) in nsHtml5TreeBuilder()
1011 if (mPreventScriptExecution) { in elementPopped()
1091 if (!scriptingEnabled || mPreventScriptExecution) { in elementPopped()
/dports/lang/spidermonkey78/firefox-78.9.0/parser/html/
H A DnsHtml5TreeBuilderHSupplement.h27 bool mPreventScriptExecution; variable
125 mPreventScriptExecution = aPrevent; in SetPreventScriptExecution()
H A DnsHtml5TreeBuilderCppSupplement.h43 mPreventScriptExecution(false) in nsHtml5TreeBuilder()
82 mPreventScriptExecution(false) in nsHtml5TreeBuilder()
996 if (mPreventScriptExecution) { in elementPopped()
1076 if (!scriptingEnabled || mPreventScriptExecution) { in elementPopped()
/dports/www/firefox-esr/firefox-91.8.0/dom/xml/
H A DnsXMLFragmentContentSink.cpp201 if (mPreventScriptExecution && (aContent->IsHTMLElement(nsGkAtoms::script) || in CloseElement()
370 mPreventScriptExecution = aPrevent; in SetPreventScriptExecution()
H A DnsXMLContentSink.h200 uint8_t mPreventScriptExecution : 1; variable
H A DnsXMLContentSink.cpp92 mPreventScriptExecution(0) { in nsXMLContentSink()
559 if (mPreventScriptExecution) { in CloseElement()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/xml/
H A DnsXMLFragmentContentSink.cpp205 if (mPreventScriptExecution && (aContent->IsHTMLElement(nsGkAtoms::script) || in CloseElement()
374 mPreventScriptExecution = aPrevent; in SetPreventScriptExecution()
H A DnsXMLContentSink.h196 uint8_t mPreventScriptExecution : 1; variable
/dports/www/firefox/firefox-99.0/dom/xml/
H A DnsXMLFragmentContentSink.cpp201 if (mPreventScriptExecution && (aContent->IsHTMLElement(nsGkAtoms::script) || in CloseElement()
370 mPreventScriptExecution = aPrevent; in SetPreventScriptExecution()
H A DnsXMLContentSink.h200 uint8_t mPreventScriptExecution : 1; variable
/dports/mail/thunderbird/thunderbird-91.8.0/dom/xml/
H A DnsXMLFragmentContentSink.cpp201 if (mPreventScriptExecution && (aContent->IsHTMLElement(nsGkAtoms::script) || in CloseElement()
370 mPreventScriptExecution = aPrevent; in SetPreventScriptExecution()
H A DnsXMLContentSink.h200 uint8_t mPreventScriptExecution : 1; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xml/
H A DnsXMLFragmentContentSink.cpp228 if (mPreventScriptExecution && in CloseElement()
429 mPreventScriptExecution = aPrevent; in SetPreventScriptExecution()
H A DnsXMLContentSink.h187 uint8_t mPreventScriptExecution : 1; variable
/dports/lang/spidermonkey60/firefox-60.9.0/dom/xml/
H A DnsXMLFragmentContentSink.cpp205 if (mPreventScriptExecution && (aContent->IsHTMLElement(nsGkAtoms::script) || in CloseElement()
378 mPreventScriptExecution = aPrevent; in SetPreventScriptExecution()
H A DnsXMLContentSink.h194 uint8_t mPreventScriptExecution : 1; variable

12