Home
last modified time | relevance | path

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

/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5StreamParser.cpp210 mLookingForMetaCharset(false), in nsHtml5StreamParser()
433 mLookingForMetaCharset = false; in SetupDecodingFromBom()
450 mLookingForMetaCharset = false; in SetupDecodingFromUtf16BogoXml()
1195 mLookingForMetaCharset = true; in OnStartRequest()
1404 mLookingForMetaCharset && in DoDataAvailableBuffer()
1665 if (!mLookingForMetaCharset) { in internalEncodingDeclaration()
1699 if (mLookingForMetaCharset) { in RememberGt()
2010 mLookingForMetaCharset = false; in ProcessLookingForMetaCharset()
2136 mLookingForMetaCharset = false; in ProcessLookingForMetaCharset()
2204 if (!mLookingForMetaCharset) { in ProcessLookingForMetaCharset()
[all …]
H A DnsHtml5StreamParser.h536 bool mLookingForMetaCharset; variable