Home
last modified time | relevance | path

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

/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5StreamParser.cpp233 mNumBytesBuffered(0), in nsHtml5StreamParser()
895 mNumBytesBuffered == LOCAL_FILE_UTF_8_BUFFER_SIZE) { in WriteStreamBytes()
1396 bufferedPlusLength += mNumBytesBuffered; in DoDataAvailableBuffer()
1405 mNumBytesBuffered < UNCONDITIONAL_META_SCAN_BOUNDARY && in DoDataAvailableBuffer()
1409 mNumBytesBuffered < LOCAL_FILE_UTF_8_BUFFER_SIZE && in DoDataAvailableBuffer()
1413 mNumBytesBuffered = bufferedPlusLength.value(); in DoDataAvailableBuffer()
1438 mNumBytesBuffered = boundary; in DoDataAvailableBuffer()
1448 mNumBytesBuffered += tail.Length(); in DoDataAvailableBuffer()
1695 return mNumBytesBuffered >= UNCONDITIONAL_META_SCAN_BOUNDARY; in TemplatePushedOrHeadPopped()
1999 if ((mNumBytesBuffered == UNCONDITIONAL_META_SCAN_BOUNDARY && in ProcessLookingForMetaCharset()
[all …]
H A DnsHtml5StreamParser.h658 uint32_t mNumBytesBuffered; variable