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

/external/chromium_org/third_party/WebKit/Source/platform/mhtml/
H A DMHTMLParser.cpp311 Vector<char> nextChars; local
312 if (m_lineReader.peek(nextChars, 2) != 2) {
317 ASSERT(nextChars.size() == 2);
318 endOfArchiveReached = (nextChars[0] == '-' && nextChars[1] == '-');

Completed in 1100 milliseconds