Home
last modified time | relevance | path

Searched refs:skipLinesUntilBoundaryFound (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/mhtml/
DMHTMLParser.cpp190 static bool skipLinesUntilBoundaryFound(SharedBufferChunkReader& lineReader, const String& boundary) in skipLinesUntilBoundaryFound() function
230 skipLinesUntilBoundaryFound(m_lineReader, header->endOfPartBoundary()); in parseArchiveWithHeader()
246 … bool endOfPartReached = skipLinesUntilBoundaryFound(m_lineReader, header->endOfPartBoundary()); in parseArchiveWithHeader()