Home
last modified time | relevance | path

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

/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5StreamParser.cpp1405 mNumBytesBuffered < UNCONDITIONAL_META_SCAN_BOUNDARY && in DoDataAvailableBuffer()
1406 bufferedPlusLength.value() > UNCONDITIONAL_META_SCAN_BOUNDARY; in DoDataAvailableBuffer()
1421 ? UNCONDITIONAL_META_SCAN_BOUNDARY in DoDataAvailableBuffer()
1695 return mNumBytesBuffered >= UNCONDITIONAL_META_SCAN_BOUNDARY; in TemplatePushedOrHeadPopped()
1999 if ((mNumBytesBuffered == UNCONDITIONAL_META_SCAN_BOUNDARY && in ProcessLookingForMetaCharset()
2008 mNumBytesBuffered > UNCONDITIONAL_META_SCAN_BOUNDARY)))) { in ProcessLookingForMetaCharset()
2066 if (mNumBytesBuffered == UNCONDITIONAL_META_SCAN_BOUNDARY || aEof) { in ProcessLookingForMetaCharset()
2079 } else if (mNumBytesBuffered > UNCONDITIONAL_META_SCAN_BOUNDARY) { in ProcessLookingForMetaCharset()
2096 if (bytesSeen < UNCONDITIONAL_META_SCAN_BOUNDARY) { in ProcessLookingForMetaCharset()
2120 if (bytesSeen == UNCONDITIONAL_META_SCAN_BOUNDARY) { in ProcessLookingForMetaCharset()
H A DnsHtml5StreamParser.h186 const uint32_t UNCONDITIONAL_META_SCAN_BOUNDARY = 1024; variable