enclosingBlockFlowElement 1225 Source/core/dom/Node.cpp     return n ? enclosingBlockFlowElement() == n->enclosingBlockFlowElement() : false;
enclosingBlockFlowElement  319 Source/core/dom/Node.h     Element* enclosingBlockFlowElement() const;
enclosingBlockFlowElement 1002 Source/core/dom/Position.cpp     if (deprecatedNode()->enclosingBlockFlowElement() != pos.deprecatedNode()->enclosingBlockFlowElement())
enclosingBlockFlowElement   64 Source/core/editing/FormatBlockCommand.cpp     Element* refNode = enclosingBlockFlowElement(VisiblePosition(end));
enclosingBlockFlowElement  616 Source/core/editing/VisiblePosition.cpp     Node* originalBlock = node ? node->enclosingBlockFlowElement() : 0;
enclosingBlockFlowElement  766 Source/core/editing/VisiblePosition.cpp     return visiblePosition.deepEquivalent().deprecatedNode()->enclosingBlockFlowElement();
enclosingBlockFlowElement  135 Source/core/editing/VisiblePosition.h Element* enclosingBlockFlowElement(const VisiblePosition&);
enclosingBlockFlowElement  274 Source/core/editing/VisibleSelection.cpp     Node* boundary = n->enclosingBlockFlowElement();