Home
last modified time | relevance | path

Searched refs:IsUtf8OnlyPlainTextType (Results 1 – 15 of 15) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DnsHTMLDocument.cpp325 mIsPlainText && nsContentUtils::IsUtf8OnlyPlainTextType(contentType); in StartDocumentLoad()
/dports/www/firefox/firefox-99.0/dom/html/
H A DnsHTMLDocument.cpp325 mIsPlainText && nsContentUtils::IsUtf8OnlyPlainTextType(contentType); in StartDocumentLoad()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DnsHTMLDocument.cpp325 mIsPlainText && nsContentUtils::IsUtf8OnlyPlainTextType(contentType); in StartDocumentLoad()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DnsHTMLDocument.cpp439 mIsPlainText && nsContentUtils::IsUtf8OnlyPlainTextType(contentType); in StartDocumentLoad()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsContentUtils.h1313 static bool IsUtf8OnlyPlainTextType(const nsACString& aContentType);
H A DnsContentUtils.cpp3838 bool nsContentUtils::IsUtf8OnlyPlainTextType(const nsACString& aContentType) { in IsUtf8OnlyPlainTextType() function in nsContentUtils
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsContentUtils.h1201 static bool IsUtf8OnlyPlainTextType(const nsACString& aContentType);
H A DnsContentUtils.cpp3951 bool nsContentUtils::IsUtf8OnlyPlainTextType(const nsACString& aContentType) { in IsUtf8OnlyPlainTextType() function in nsContentUtils
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsContentUtils.h1374 static bool IsUtf8OnlyPlainTextType(const nsACString& aContentType);
H A DnsContentUtils.cpp4123 bool nsContentUtils::IsUtf8OnlyPlainTextType(const nsACString& aContentType) { in IsUtf8OnlyPlainTextType() function in nsContentUtils
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsContentUtils.h1350 static bool IsUtf8OnlyPlainTextType(const nsACString& aContentType);
H A DnsContentUtils.cpp4127 bool nsContentUtils::IsUtf8OnlyPlainTextType(const nsACString& aContentType) { in IsUtf8OnlyPlainTextType() function in nsContentUtils
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsContentUtils.h1350 static bool IsUtf8OnlyPlainTextType(const nsACString& aContentType);
H A DnsContentUtils.cpp4127 bool nsContentUtils::IsUtf8OnlyPlainTextType(const nsACString& aContentType) { in IsUtf8OnlyPlainTextType() function in nsContentUtils
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DnsHTMLDocument.cpp512 plainText && nsContentUtils::IsUtf8OnlyPlainTextType(contentType); in StartDocumentLoad()