Lines Matching full:flat
224 inline bool HTMLParser::insertNodeAfterLimitBlockDepth(Node* n, bool flat)
227 return insertNode(n, flat);
352 bool HTMLParser::insertNode(Node* n, bool flat)
372 return handleError(n, flat, localName, tagPriority); // Try to handle the error.
376 if (tagPriority > 0 && !flat) {
409 bool HTMLParser::handleError(Node* n, bool flat, const AtomicString& localName, int tagPriority)
590 return insertNode(n, flat);
628 !flat && static_cast<HTMLElement*>(n)->endTagRequirement() != TagStatusForbidden)