Searched refs:isElementForFormatBlock (Results 1 – 2 of 2) sorted by relevance
41 static bool isElementForFormatBlock(const QualifiedName& tagName);42 static inline bool isElementForFormatBlock(Node* node) in isElementForFormatBlock() function44 … return node->isElementNode() && isElementForFormatBlock(static_cast<Element*>(node)->tagQName()); in isElementForFormatBlock()55 if (!isElementForFormatBlock(tagName())) in formatSelection()73 if (isElementForFormatBlock(refNode->tagQName()) && start == startOfBlock(start) in formatRange()105 while (commonAncestor && !isElementForFormatBlock(commonAncestor)) in elementForFormatBlockCommand()118 bool isElementForFormatBlock(const QualifiedName& tagName) in isElementForFormatBlock() function153 …dyTag) || !n->parentNode() || !n->parentNode()->rendererIsEditable() || isElementForFormatBlock(n)) in enclosingBlockToSplitTreeTo()
32250 (WebCore::isElementForFormatBlock):32256 (WebCore::enclosingBlockToSplitTreeTo): Calls isElementForFormatBlock.