enclosingBlock 269 Source/core/editing/ApplyStyleCommand.cpp RefPtr<Node> block = enclosingBlock(paragraphStart.deepEquivalent().deprecatedNode()); enclosingBlock 458 Source/core/editing/ApplyStyleCommand.cpp Node* block = enclosingBlock(node); enclosingBlock 507 Source/core/editing/ApplyStyleCommand.cpp Node* block = enclosingBlock(node); enclosingBlock 656 Source/core/editing/ApplyStyleCommand.cpp Node* embeddingStartNode = highestEmbeddingAncestor(start.deprecatedNode(), enclosingBlock(start.deprecatedNode())); enclosingBlock 657 Source/core/editing/ApplyStyleCommand.cpp Node* embeddingEndNode = highestEmbeddingAncestor(end.deprecatedNode(), enclosingBlock(end.deprecatedNode())); enclosingBlock 924 Source/core/editing/CompositeEditCommand.cpp } else if (enclosingBlock(upstreamEnd.deprecatedNode()) != upstreamStart.deprecatedNode()) { enclosingBlock 927 Source/core/editing/CompositeEditCommand.cpp ASSERT(upstreamStart.deprecatedNode()->isDescendantOf(enclosingBlock(upstreamEnd.deprecatedNode()))); enclosingBlock 614 Source/core/editing/DeleteSelectionCommand.cpp Element* endBlock = enclosingBlock(m_downstreamEnd.deprecatedNode()); enclosingBlock 616 Source/core/editing/DeleteSelectionCommand.cpp removeNode(enclosingBlock(m_downstreamEnd.deprecatedNode())); enclosingBlock 621 Source/core/editing/DeleteSelectionCommand.cpp if (!mergeDestination.deepEquivalent().deprecatedNode() || (!mergeDestination.deepEquivalent().deprecatedNode()->isDescendantOf(enclosingBlock(m_upstreamStart.containerNode())) && (!mergeDestination.deepEquivalent().anchorNode()->firstChild() || !m_upstreamStart.containerNode()->firstChild())) || (m_startsAtEmptyLine && mergeDestination != startOfParagraphToMove)) { enclosingBlock 1314 Source/core/editing/EditingStyle.cpp Node* block = enclosingBlock(node); enclosingBlock 62 Source/core/editing/IndentOutdentCommand.cpp RefPtr<Element> selectedListItem = enclosingBlock(lastNodeInSelectedParagraph.get()); enclosingBlock 103 Source/core/editing/IndentOutdentCommand.cpp nodeToSplitTo = enclosingBlock(start.containerNode()); enclosingBlock 179 Source/core/editing/IndentOutdentCommand.cpp Node* enclosingBlockFlow = enclosingBlock(visibleStartOfParagraph.deepEquivalent().deprecatedNode()); enclosingBlock 106 Source/core/editing/InsertParagraphSeparatorCommand.cpp bool InsertParagraphSeparatorCommand::shouldUseDefaultParagraphElement(Node* enclosingBlock) const enclosingBlock 115 Source/core/editing/InsertParagraphSeparatorCommand.cpp return enclosingBlock->hasTagName(h1Tag) || enclosingBlock 116 Source/core/editing/InsertParagraphSeparatorCommand.cpp enclosingBlock->hasTagName(h2Tag) || enclosingBlock 117 Source/core/editing/InsertParagraphSeparatorCommand.cpp enclosingBlock->hasTagName(h3Tag) || enclosingBlock 118 Source/core/editing/InsertParagraphSeparatorCommand.cpp enclosingBlock->hasTagName(h4Tag) || enclosingBlock 119 Source/core/editing/InsertParagraphSeparatorCommand.cpp enclosingBlock->hasTagName(h5Tag); enclosingBlock 166 Source/core/editing/InsertParagraphSeparatorCommand.cpp RefPtr<Element> startBlock = enclosingBlock(insertionPosition.parentAnchoredEquivalent().containerNode()); enclosingBlock 118 Source/core/editing/ReplaceSelectionCommand.cpp Node* enclosingBlockNode = enclosingBlock(pos.containerNode()); enclosingBlock 127 Source/core/editing/ReplaceSelectionCommand.cpp || enclosingBlock(nextPosition.containerNode()) != enclosingBlockNode enclosingBlock 448 Source/core/editing/ReplaceSelectionCommand.cpp Node* sourceBlock = enclosingBlock(sourceNode); enclosingBlock 449 Source/core/editing/ReplaceSelectionCommand.cpp Node* destinationBlock = enclosingBlock(destinationNode); enclosingBlock 878 Source/core/editing/ReplaceSelectionCommand.cpp Node* containgBlock = enclosingBlock(insertionPos.containerNode()); enclosingBlock 913 Source/core/editing/ReplaceSelectionCommand.cpp Node* startBlock = enclosingBlock(visibleStart.deepEquivalent().deprecatedNode()); enclosingBlock 995 Source/core/editing/ReplaceSelectionCommand.cpp RefPtr<Node> insertionBlock = enclosingBlock(insertionPos.deprecatedNode()); enclosingBlock 1075 Source/core/editing/ReplaceSelectionCommand.cpp Node* blockStart = enclosingBlock(insertionPos.deprecatedNode()); enclosingBlock 1193 Source/core/editing/ReplaceSelectionCommand.cpp Node* enclosingNode = enclosingBlock(endOfInsertedContent.deepEquivalent().deprecatedNode()); enclosingBlock 1093 Source/core/editing/VisibleUnits.cpp Node* startBlock = enclosingBlock(startNode); enclosingBlock 1170 Source/core/editing/VisibleUnits.cpp Node* startBlock = enclosingBlock(startNode); enclosingBlock 1292 Source/core/editing/VisibleUnits.cpp if (!position.containerNode() || !(startBlock = enclosingBlock(position.containerNode(), rule))) enclosingBlock 1301 Source/core/editing/VisibleUnits.cpp if (!position.containerNode() || !(endBlock = enclosingBlock(position.containerNode(), rule))) enclosingBlock 1308 Source/core/editing/VisibleUnits.cpp return !a.isNull() && enclosingBlock(a.deepEquivalent().containerNode()) == enclosingBlock(b.deepEquivalent().containerNode()); enclosingBlock 335 Source/core/editing/htmlediting.cpp Node* enclosingBlockNode = enclosingBlock(position.containerNode()); enclosingBlock 63 Source/core/editing/htmlediting.h Element* enclosingBlock(Node*, EditingBoundaryCrossingRule = CannotCrossEditingBoundary); enclosingBlock 448 Source/core/editing/markup.cpp return ancestorToRetainStructureAndAppearanceForBlock(enclosingBlock(commonAncestor)); enclosingBlock 849 Source/core/editing/markup.cpp Node* blockNode = enclosingBlock(context->firstNode());