Home
last modified time | relevance | path

Searched refs:GetNodeTextContent (Results 1 – 25 of 103) sorted by relevance

12345

/dports/www/firefox/firefox-99.0/dom/html/
H A DHTMLOutputElement.cpp96 nsContentUtils::GetNodeTextContent(this, true, aValue); in GetValue()
123 nsContentUtils::GetNodeTextContent(this, true, mDefaultValue); in DescendantsChanged()
H A DHTMLScriptElement.cpp118 if (!nsContentUtils::GetNodeTextContent(this, false, aInnerHTML, fallible)) { in GetInnerHTML()
130 if (!nsContentUtils::GetNodeTextContent(this, false, aValue, fallible)) { in GetText()
H A DHTMLTitleElement.cpp38 if (!nsContentUtils::GetNodeTextContent(this, false, aText, fallible)) { in GetText()
H A DHTMLStyleElement.cpp121 if (!nsContentUtils::GetNodeTextContent(this, false, aInnerHTML, fallible)) { in GetInnerHTML()
H A DHTMLAnchorElement.cpp179 !nsContentUtils::GetNodeTextContent(this, true, aText, fallible))) { in GetText()
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DHTMLOutputElement.cpp114 nsContentUtils::GetNodeTextContent(this, true, aValue); in GetValue()
141 nsContentUtils::GetNodeTextContent(this, true, mDefaultValue); in DescendantsChanged()
H A DHTMLScriptElement.cpp118 if (!nsContentUtils::GetNodeTextContent(this, false, aInnerHTML, fallible)) { in GetInnerHTML()
130 if (!nsContentUtils::GetNodeTextContent(this, false, aValue, fallible)) { in GetText()
H A DHTMLTitleElement.cpp38 if (!nsContentUtils::GetNodeTextContent(this, false, aText, fallible)) { in GetText()
H A DHTMLAnchorElement.cpp179 !nsContentUtils::GetNodeTextContent(this, true, aText, fallible))) { in GetText()
H A DHTMLStyleElement.cpp121 if (!nsContentUtils::GetNodeTextContent(this, false, aInnerHTML, fallible)) { in GetInnerHTML()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DHTMLOutputElement.cpp114 nsContentUtils::GetNodeTextContent(this, true, aValue); in GetValue()
141 nsContentUtils::GetNodeTextContent(this, true, mDefaultValue); in DescendantsChanged()
H A DHTMLScriptElement.cpp118 if (!nsContentUtils::GetNodeTextContent(this, false, aInnerHTML, fallible)) { in GetInnerHTML()
130 if (!nsContentUtils::GetNodeTextContent(this, false, aValue, fallible)) { in GetText()
H A DHTMLTitleElement.cpp38 if (!nsContentUtils::GetNodeTextContent(this, false, aText, fallible)) { in GetText()
H A DHTMLAnchorElement.cpp179 !nsContentUtils::GetNodeTextContent(this, true, aText, fallible))) { in GetText()
H A DHTMLStyleElement.cpp121 if (!nsContentUtils::GetNodeTextContent(this, false, aInnerHTML, fallible)) { in GetInnerHTML()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DHTMLOutputElement.cpp121 nsContentUtils::GetNodeTextContent(this, true, aValue); in GetValue()
148 nsContentUtils::GetNodeTextContent(this, true, mDefaultValue); in DescendantsChanged()
H A DHTMLScriptElement.cpp127 if (!nsContentUtils::GetNodeTextContent(this, false, aInnerHTML, fallible)) { in GetInnerHTML()
140 if (!nsContentUtils::GetNodeTextContent(this, false, aValue, fallible)) { in GetText()
H A DHTMLTitleElement.cpp39 if (!nsContentUtils::GetNodeTextContent(this, false, aText, fallible)) { in GetText()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DHTMLOutputElement.cpp119 nsContentUtils::GetNodeTextContent(this, true, aValue); in GetValue()
146 nsContentUtils::GetNodeTextContent(this, true, mDefaultValue); in DescendantsChanged()
H A DHTMLScriptElement.cpp119 if (!nsContentUtils::GetNodeTextContent(this, false, aInnerHTML, fallible)) { in GetInnerHTML()
131 if (!nsContentUtils::GetNodeTextContent(this, false, aValue, fallible)) { in GetText()
H A DHTMLTitleElement.cpp39 if (!nsContentUtils::GetNodeTextContent(this, false, aText, fallible)) { in GetText()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DHTMLOutputElement.cpp150 nsContentUtils::GetNodeTextContent(this, true, aValue); in GetValue()
181 nsContentUtils::GetNodeTextContent(this, true, mDefaultValue); in DescendantsChanged()
H A DHTMLScriptElement.cpp119 if (!nsContentUtils::GetNodeTextContent(this, false, aValue, fallible)) { in GetText()
235 if (!nsContentUtils::GetNodeTextContent(this, false, aInnerHTML, fallible)) { in GetInnerHTML()
H A DHTMLTitleElement.cpp45 if (!nsContentUtils::GetNodeTextContent(this, false, aText, fallible)) { in GetText()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xul/templates/
H A DnsXULTemplateQueryProcessorStorage.cpp290 if (!nsContentUtils::GetNodeTextContent(queryContent, false, sqlQuery, fallible)) { in CompileQuery()
308 if (!nsContentUtils::GetNodeTextContent(child, false, value, fallible)) { in CompileQuery()

12345