parseNextPart     214 Source/platform/mhtml/MHTMLParser.cpp         RefPtr<ArchiveResource> resource = parseNextPart(*header, String(), String(), endOfArchiveReached);
parseNextPart     247 Source/platform/mhtml/MHTMLParser.cpp         RefPtr<ArchiveResource> resource = parseNextPart(*resourceHeader, header->endOfPartBoundary(), header->endOfDocumentBoundary(), endOfArchive);
parseNextPart      63 Source/platform/mhtml/MHTMLParser.h     PassRefPtr<ArchiveResource> parseNextPart(const MIMEHeader&, const String& endOfPartBoundary, const String& endOfDocumentBoundary, bool& endOfArchiveReached);