Searched refs:isBlockFlowElement (Results 1 – 4 of 4) sorted by relevance
226 … Node* outerBlock = firstChildInList->isBlockFlowElement() ? firstChildInList : listNode.get(); in doApplyForSingleParagraph()
844 if (parent->isBlockFlowElement() || parent->hasTagName(bodyTag)) in enclosingInline()848 if (sibling->isBlockFlowElement()) in enclosingInline()
1268 bool Node::isBlockFlowElement() const in isBlockFlowElement() function in WebCore::Node1276 if (isBlockFlowElement()) in enclosingBlockFlowElement()1283 if (n->isBlockFlowElement() || n->hasTagName(bodyTag)) in enclosingBlockFlowElement()
310 bool isBlockFlowElement() const;