isElementForFormatBlock 42 Source/core/editing/FormatBlockCommand.cpp static bool isElementForFormatBlock(const QualifiedName& tagName); isElementForFormatBlock 45 Source/core/editing/FormatBlockCommand.cpp return node->isElementNode() && isElementForFormatBlock(toElement(node)->tagQName()); isElementForFormatBlock 56 Source/core/editing/FormatBlockCommand.cpp if (!isElementForFormatBlock(tagName())) isElementForFormatBlock 75 Source/core/editing/FormatBlockCommand.cpp if (isElementForFormatBlock(refNode->tagQName()) && VisiblePosition(start) == startOfBlock(VisiblePosition(start)) isElementForFormatBlock 110 Source/core/editing/FormatBlockCommand.cpp while (commonAncestor && !isElementForFormatBlock(commonAncestor)) isElementForFormatBlock 159 Source/core/editing/FormatBlockCommand.cpp if (isTableCell(n) || isHTMLBodyElement(*n) || !n->parentNode() || !n->parentNode()->rendererIsEditable() || isElementForFormatBlock(n))