FlushBehavior      88 Source/modules/encoding/TextDecoder.cpp     WTF::FlushBehavior flush = stream ? WTF::DoNotFlush : WTF::DataEOF;
FlushBehavior      81 Source/wtf/text/TextCodec.h     String decode(const char* str, size_t length, FlushBehavior flush = DoNotFlush)
FlushBehavior      87 Source/wtf/text/TextCodec.h     virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError) = 0;
FlushBehavior     333 Source/wtf/text/TextCodecICU.cpp String TextCodecICU::decode(const char* bytes, size_t length, FlushBehavior flush, bool stopOnError, bool& sawError)
FlushBehavior      51 Source/wtf/text/TextCodecICU.h     virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError) OVERRIDE;
FlushBehavior     121 Source/wtf/text/TextCodecLatin1.cpp String TextCodecLatin1::decode(const char* bytes, size_t length, FlushBehavior, bool, bool&)
FlushBehavior      39 Source/wtf/text/TextCodecLatin1.h     virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError) OVERRIDE;
FlushBehavior      70 Source/wtf/text/TextCodecUTF16.cpp String TextCodecUTF16::decode(const char* bytes, size_t length, FlushBehavior flush, bool, bool& sawError)
FlushBehavior      40 Source/wtf/text/TextCodecUTF16.h         virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError) OVERRIDE;
FlushBehavior     268 Source/wtf/text/TextCodecUTF8.cpp String TextCodecUTF8::decode(const char* bytes, size_t length, FlushBehavior flush, bool stopOnError, bool& sawError)
FlushBehavior      42 Source/wtf/text/TextCodecUTF8.h     virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError) OVERRIDE;
FlushBehavior      52 Source/wtf/text/TextCodecUserDefined.cpp String TextCodecUserDefined::decode(const char* bytes, size_t length, FlushBehavior, bool, bool&)
FlushBehavior      39 Source/wtf/text/TextCodecUserDefined.h         virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError) OVERRIDE;