Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/mhtml/
DMHTMLParser.cpp77 String endOfPartBoundary() const { return m_endOfPartBoundary; } in endOfPartBoundary() function in blink::MIMEHeader
230 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() argument
288 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()
DMHTMLParser.h65 …Ptr<ArchiveResource> parseNextPart(const MIMEHeader&, const String& endOfPartBoundary, const Strin…