HomeSort by relevance Sort by last modified time
    Searched refs:endOfDocumentBoundary (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/mhtml/
MHTMLParser.h 63 PassRefPtr<ArchiveResource> parseNextPart(const MIMEHeader&, const String& endOfPartBoundary, const String& endOfDocumentBoundary, bool& endOfArchiveReached);
MHTMLParser.cpp 72 String endOfDocumentBoundary() const { return m_endOfDocumentBoundary; }
247 RefPtr<ArchiveResource> resource = parseNextPart(*resourceHeader, header->endOfPartBoundary(), header->endOfDocumentBoundary(), endOfArchive);
278 PassRefPtr<ArchiveResource> MHTMLParser::parseNextPart(const MIMEHeader& mimeHeader, const String& endOfPartBoundary, const String& endOfDocumentBoundary, bool& endOfArchiveReached)
280 ASSERT(endOfPartBoundary.isEmpty() == endOfDocumentBoundary.isEmpty());
321 endOfArchiveReached = (line == endOfDocumentBoundary);

Completed in 396 milliseconds