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

/external/chromium_org/third_party/WebKit/Source/platform/mhtml/
H A DMHTMLParser.cpp77 String endOfPartBoundary() const { return m_endOfPartBoundary; } function in class:blink::MIMEHeader
230 skipLinesUntilBoundaryFound(m_lineReader, header->endOfPartBoundary());
246 bool endOfPartReached = skipLinesUntilBoundaryFound(m_lineReader, header->endOfPartBoundary());
255 RefPtrWillBeRawPtr<ArchiveResource> resource = parseNextPart(*resourceHeader, header->endOfPartBoundary(), header->endOfDocumentBoundary(), endOfArchive);
286 PassRefPtrWillBeRawPtr<ArchiveResource> MHTMLParser::parseNextPart(const MIMEHeader& mimeHeader, const String& endOfPartBoundary, const String& endOfDocumentBoundary, bool& endOfArchiveReached) argument
288 ASSERT(endOfPartBoundary.isEmpty() == endOfDocumentBoundary.isEmpty());
296 const bool checkBoundary = !endOfPartBoundary.isEmpty();
303 m_lineReader.setSeparator(endOfPartBoundary.utf8().data());
330 if (checkBoundary && (line == endOfPartBoundary || endOfArchiveReached)) {
H A DMHTMLParser.h65 PassRefPtrWillBeRawPtr<ArchiveResource> parseNextPart(const MIMEHeader&, const String& endOfPartBoundary, const String& endOfDocumentBoundary, bool& endOfArchiveReached);

Completed in 328 milliseconds