endOfPartBoundary  222 Source/platform/mhtml/MHTMLParser.cpp     skipLinesUntilBoundaryFound(m_lineReader, header->endOfPartBoundary());
endOfPartBoundary  238 Source/platform/mhtml/MHTMLParser.cpp             bool endOfPartReached = skipLinesUntilBoundaryFound(m_lineReader, header->endOfPartBoundary());
endOfPartBoundary  247 Source/platform/mhtml/MHTMLParser.cpp         RefPtr<ArchiveResource> resource = parseNextPart(*resourceHeader, header->endOfPartBoundary(), header->endOfDocumentBoundary(), endOfArchive);
endOfPartBoundary  278 Source/platform/mhtml/MHTMLParser.cpp PassRefPtr<ArchiveResource> MHTMLParser::parseNextPart(const MIMEHeader& mimeHeader, const String& endOfPartBoundary, const String& endOfDocumentBoundary, bool& endOfArchiveReached)
endOfPartBoundary  280 Source/platform/mhtml/MHTMLParser.cpp     ASSERT(endOfPartBoundary.isEmpty() == endOfDocumentBoundary.isEmpty());
endOfPartBoundary  288 Source/platform/mhtml/MHTMLParser.cpp     const bool checkBoundary = !endOfPartBoundary.isEmpty();
endOfPartBoundary  295 Source/platform/mhtml/MHTMLParser.cpp         m_lineReader.setSeparator(endOfPartBoundary.utf8().data());
endOfPartBoundary  322 Source/platform/mhtml/MHTMLParser.cpp             if (checkBoundary && (line == endOfPartBoundary || endOfArchiveReached)) {
endOfPartBoundary   63 Source/platform/mhtml/MHTMLParser.h     PassRefPtr<ArchiveResource> parseNextPart(const MIMEHeader&, const String& endOfPartBoundary, const String& endOfDocumentBoundary, bool& endOfArchiveReached);