isBlockFlowElement 1182 Source/core/dom/Node.cpp     if (isBlockFlowElement())
isBlockFlowElement 1189 Source/core/dom/Node.cpp         if (n->isBlockFlowElement() || isHTMLBodyElement(*n))
isBlockFlowElement  294 Source/core/dom/Node.h     bool isBlockFlowElement() const;
isBlockFlowElement  228 Source/core/editing/InsertListCommand.cpp             Node* outerBlock = firstChildInList && firstChildInList->isBlockFlowElement() ? firstChildInList : listNode.get();
isBlockFlowElement  843 Source/core/editing/ReplaceSelectionCommand.cpp         if (parent->isBlockFlowElement() || isHTMLBodyElement(*parent))
isBlockFlowElement  847 Source/core/editing/ReplaceSelectionCommand.cpp             if (sibling->isBlockFlowElement())