Searched refs:endOfPartBoundary (Results 1 – 2 of 2) sorted by relevance
77 String endOfPartBoundary() const { return m_endOfPartBoundary; } in endOfPartBoundary() function in blink::MIMEHeader230 skipLinesUntilBoundaryFound(m_lineReader, header->endOfPartBoundary()); in parseArchiveWithHeader()246 … bool endOfPartReached = skipLinesUntilBoundaryFound(m_lineReader, header->endOfPartBoundary()); in parseArchiveWithHeader()255 …<ArchiveResource> resource = parseNextPart(*resourceHeader, header->endOfPartBoundary(), header->e… in parseArchiveWithHeader()286 …MLParser::parseNextPart(const MIMEHeader& mimeHeader, const String& endOfPartBoundary, const Strin… in parseNextPart() argument288 ASSERT(endOfPartBoundary.isEmpty() == endOfDocumentBoundary.isEmpty()); in parseNextPart()296 const bool checkBoundary = !endOfPartBoundary.isEmpty(); in parseNextPart()303 m_lineReader.setSeparator(endOfPartBoundary.utf8().data()); in parseNextPart()330 if (checkBoundary && (line == endOfPartBoundary || endOfArchiveReached)) { in parseNextPart()
65 …Ptr<ArchiveResource> parseNextPart(const MIMEHeader&, const String& endOfPartBoundary, const Strin…