Searched refs:reallyFlush (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextCodecUTF16.cpp73 const bool reallyFlush = flush != DoNotFlush && flush != FetchEOF; local
76 if (!reallyFlush || !m_haveBufferedByte)
87 size_t numCharsOut = ((numBytes & 1) && reallyFlush) ? numCharsIn + 1 : numCharsIn;
121 if (reallyFlush) {

Completed in 54 milliseconds