Home
last modified time | relevance | path

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

/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5StreamParser.cpp202 mChardetEof(false), in nsHtml5StreamParser()
365 MOZ_ASSERT(!mChardetEof); in FeedDetector()
373 if (mChardetEof) { in DetectorEof()
376 mChardetEof = true; in DetectorEof()
1295 MOZ_ASSERT(!mChardetEof); in DoStopRequest()
2073 MOZ_ASSERT(!mChardetEof); in ProcessLookingForMetaCharset()
H A DnsHtml5StreamParser.h508 bool mChardetEof; variable