Searched refs:positionInParentBeforeNode (Results 1 – 14 of 14) sorted by relevance
54 …setEndingSelection(VisibleSelection(positionInParentBeforeNode(*anchorElement), positionInParentAf… in doApply()
308 …lePosition = isAtomicNode(editablePosition.deprecatedNode()) ? positionInParentBeforeNode(*editabl… in lastEditablePositionBeforePositionInRoot()491 Position result = positionInParentBeforeNode(*n); in positionBeforeContainingSpecialElement()537 return VisiblePosition(positionInParentBeforeNode(node)); in visiblePositionBeforeNode()750 …&& isVisiblyAdjacent(positionInParentAfterNode(*firstList), positionInParentBeforeNode(*secondList… in canMergeLists()998 position = positionInParentBeforeNode(node); in updatePositionForNodeRemoval()1008 position = positionInParentBeforeNode(node); in updatePositionForNodeRemoval()1016 position = positionInParentBeforeNode(node); in updatePositionForNodeRemoval()1157 …isuallySame && comparePositions(selectedRange.startPosition(), positionInParentBeforeNode(node)) <… in isNodeVisiblyContainedWithin()
127 Position positionBeforeTextNode(positionInParentBeforeNode(*textNode)); in doApply()
649 …ment* paragraphElement = toHTMLElement(enclosingElementWithTag(positionInParentBeforeNode(element)… in makeInsertedContentRoundTrippableWithHTMLTreeBuilder()654 …ment* headerElement = toHTMLElement(highestEnclosingNodeOfType(positionInParentBeforeNode(element)… in makeInsertedContentRoundTrippableWithHTMLTreeBuilder()1012 insertionPos = positionInParentBeforeNode(*br); in doApply()1041 insertionPos = positionInParentBeforeNode(*enclosingBlockOfInsertionPos); in doApply()1086 insertionPos = positionInParentBeforeNode(*nodeToSplitTo); in doApply()
174 Position positionBeforeStartNode(positionInParentBeforeNode(*startPosition.containerNode())); in doApply()
544 return positionInParentBeforeNode(*pos.anchorNode()); in positionOutsideTabSpan()553 return positionInParentBeforeNode(*tabSpan); in positionOutsideTabSpan()559 return positionInParentBeforeNode(*tabSpan); in positionOutsideTabSpan()1457 result = positionInParentBeforeNode(*enclosingAnchor); in positionAvoidingSpecialElementBoundary()
387 insertionPos = positionInParentBeforeNode(*listChild); in listifyParagraph()
956 return VisiblePosition(positionInParentBeforeNode(*node)); in previousLinePosition()1014 return VisiblePosition(positionInParentBeforeNode(*node)); in nextLinePosition()
654 …p = isAtomicNode(p.containerNode()) ? positionInParentBeforeNode(*p.containerNode()) : previousVis… in adjustSelectionToAvoidCrossingEditingBoundaries()
140 …Container && !startSpecialContainer && comparePositions(start, positionInParentBeforeNode(*endSpec… in initializeStartEnd()
625 embeddingRemoveEnd = positionInParentBeforeNode(*endUnsplitAncestor).downstream(); in applyInlineStyle()666 …Position embeddingApplyEnd = embeddingEndElement ? positionInParentBeforeNode(*embeddingEndElement… in applyInlineStyle()
44 return positionInParentBeforeNode(*m_nodeAfterPositionInAnchor); in operator Position()
240 inline Position positionInParentBeforeNode(const Node& node) in positionInParentBeforeNode() function
214 return positionInParentBeforeNode(*m_anchorNode); in parentAnchoredEquivalent()