isBlock 783 Source/core/editing/ApplyStyleCommand.cpp if (isBlock(node.get())) isBlock 799 Source/core/editing/ApplyStyleCommand.cpp && (!isBlock(sibling) || isHTMLBRElement(*sibling)) isBlock 910 Source/core/editing/CompositeEditCommand.cpp if (isBlock(upstreamStart.deprecatedNode())) { isBlock 918 Source/core/editing/CompositeEditCommand.cpp } else if (isBlock(upstreamEnd.deprecatedNode())) { isBlock 1059 Source/core/editing/CompositeEditCommand.cpp } else if (isBlock(node)) { isBlock 1393 Source/core/editing/CompositeEditCommand.cpp if (enclosingAnchor && !isBlock(enclosingAnchor)) { isBlock 255 Source/core/editing/DeleteSelectionCommand.cpp m_startBlock = enclosingNodeOfType(m_downstreamStart.parentAnchoredEquivalent(), &isBlock, CanCrossEditingBoundary); isBlock 256 Source/core/editing/DeleteSelectionCommand.cpp m_endBlock = enclosingNodeOfType(m_upstreamEnd.parentAnchoredEquivalent(), &isBlock, CanCrossEditingBoundary); isBlock 161 Source/core/editing/FormatBlockCommand.cpp if (isBlock(n)) isBlock 361 Source/core/editing/InsertListCommand.cpp if (start == end && isBlock(start.deepEquivalent().deprecatedNode())) { isBlock 457 Source/core/editing/ReplaceSelectionCommand.cpp !isBlock(sourceNode) && !isBlock(destinationNode); isBlock 547 Source/core/editing/ReplaceSelectionCommand.cpp if (isBlock(element)) isBlock 858 Source/core/editing/ReplaceSelectionCommand.cpp if (isBlock(node)) isBlock 378 Source/core/editing/VisibleSelection.cpp if (isBlock(table)) isBlock 428 Source/core/editing/VisibleSelection.cpp if (isBlock(table)) isBlock 1122 Source/core/editing/VisibleUnits.cpp if (r->isBR() || isBlock(n)) isBlock 1201 Source/core/editing/VisibleUnits.cpp if (r->isBR() || isBlock(n)) isBlock 329 Source/core/editing/htmlediting.cpp Node* enclosingNode = enclosingNodeOfType(firstPositionInOrBeforeNode(node), isBlock, rule); isBlock 98 Source/core/editing/htmlediting.h bool isBlock(const Node*); isBlock 124 Source/core/editing/markup.cpp void wrapWithStyleNode(StylePropertySet*, const Document&, bool isBlock = false); isBlock 128 Source/core/editing/markup.cpp void appendStyleNodeOpenTag(StringBuilder&, StylePropertySet*, const Document&, bool isBlock = false); isBlock 129 Source/core/editing/markup.cpp const String& styleNodeCloseTag(bool isBlock = false); isBlock 164 Source/core/editing/markup.cpp appendElement(markup, toElement(node), convertBlocksToInlines && isBlock(&node), rangeFullySelectsNode); isBlock 173 Source/core/editing/markup.cpp void StyledMarkupAccumulator::wrapWithStyleNode(StylePropertySet* style, const Document& document, bool isBlock) isBlock 176 Source/core/editing/markup.cpp appendStyleNodeOpenTag(openTag, style, document, isBlock); isBlock 178 Source/core/editing/markup.cpp appendString(styleNodeCloseTag(isBlock)); isBlock 181 Source/core/editing/markup.cpp void StyledMarkupAccumulator::appendStyleNodeOpenTag(StringBuilder& out, StylePropertySet* style, const Document& document, bool isBlock) isBlock 185 Source/core/editing/markup.cpp if (isBlock) isBlock 193 Source/core/editing/markup.cpp const String& StyledMarkupAccumulator::styleNodeCloseTag(bool isBlock) isBlock 197 Source/core/editing/markup.cpp return isBlock ? divClose : styleSpanClose; isBlock 358 Source/core/editing/markup.cpp if (isBlock(n) && canHaveChildrenForEditing(n) && next == pastEnd)