Home
last modified time | relevance | path

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

/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5StreamParser.cpp212 mLookingForXmlDeclarationForXmlViewSource(false), in nsHtml5StreamParser()
704 MOZ_ASSERT(!mLookingForXmlDeclarationForXmlViewSource); in SniffStreamBytes()
749 mLookingForXmlDeclarationForXmlViewSource = true; in SniffStreamBytes()
1234 if (MOZ_UNLIKELY(mLookingForXmlDeclarationForXmlViewSource)) { in DoStopRequest()
1235 mLookingForXmlDeclarationForXmlViewSource = false; in DoStopRequest()
1353 if (MOZ_UNLIKELY(mLookingForXmlDeclarationForXmlViewSource)) { in DoDataAvailableBuffer()
1383 mLookingForXmlDeclarationForXmlViewSource = false; in DoDataAvailableBuffer()
H A DnsHtml5StreamParser.h546 bool mLookingForXmlDeclarationForXmlViewSource; variable