HomeSort by relevance Sort by last modified time
    Searched refs:nextChunkAsUTF8StringWithLatin1Fallback (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/
SharedBufferChunkReader.h 53 String nextChunkAsUTF8StringWithLatin1Fallback(bool includeSeparator = false);
SharedBufferChunkReader.cpp 115 String SharedBufferChunkReader::nextChunkAsUTF8StringWithLatin1Fallback(bool includeSeparator)
  /external/chromium_org/third_party/WebKit/Source/core/loader/archive/
MHTMLParser.cpp 45 while (!(line = lineReader.nextChunkAsUTF8StringWithLatin1Fallback()).isNull()) {
167 String line = m_lineReader.nextChunkAsUTF8StringWithLatin1Fallback();
175 while (!(line = m_lineReader.nextChunkAsUTF8StringWithLatin1Fallback()).isNull()) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/network/
MIMEHeader.cpp 52 while (!(line = buffer->nextChunkAsUTF8StringWithLatin1Fallback()).isNull()) {

Completed in 191 milliseconds