DoNotFlush        409 Source/core/html/parser/TextResourceDecoder.cpp     String result = m_codec->decode(dataForDecode, lengthForDecode, DoNotFlush, m_contentType == XMLContent && !m_useLenientXMLDecoding, m_sawError);
DoNotFlush         88 Source/modules/encoding/TextDecoder.cpp     WTF::FlushBehavior flush = stream ? WTF::DoNotFlush : WTF::DataEOF;
DoNotFlush         70 Source/wtf/text/TextCodec.h COMPILE_ASSERT(!DoNotFlush, DoNotFlush_is_falsy);
DoNotFlush         81 Source/wtf/text/TextCodec.h     String decode(const char* str, size_t length, FlushBehavior flush = DoNotFlush)
DoNotFlush        357 Source/wtf/text/TextCodecICU.cpp         int ucharsDecoded = decodeToBuffer(buffer, bufferLimit, source, sourceLimit, offsets, flush != DoNotFlush, err);
DoNotFlush         73 Source/wtf/text/TextCodecUTF16.cpp     const bool reallyFlush = flush != DoNotFlush && flush != FetchEOF;