Searched refs:checkBoundary (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/mhtml/
H A DMHTMLParser.cpp296 const bool checkBoundary = !endOfPartBoundary.isEmpty(); local
299 if (!checkBoundary) {
330 if (checkBoundary && (line == endOfPartBoundary || endOfArchiveReached)) {
342 if (!endOfPartReached && checkBoundary) {

Completed in 2213 milliseconds