Searched refs:positionInParentBeforeNode (Results 1 – 16 of 16) sorted by relevance
312 …p = isAtomicNode(p.deprecatedNode()) ? positionInParentBeforeNode(p.deprecatedNode()) : previousVi… in lastEditablePositionBeforePositionInRoot()474 Position result = positionInParentBeforeNode(n); in positionBeforeContainingSpecialElement()534 return positionInParentBeforeNode(node); in visiblePositionBeforeNode()773 …&& isVisiblyAdjacent(positionInParentAfterNode(firstList), positionInParentBeforeNode(secondList)); in canMergeLists()909 return positionInParentBeforeNode(node); in positionOutsideTabSpan()1074 …suallySame && comparePositions(selectedRange->startPosition(), positionInParentBeforeNode(node)) <… in isNodeVisiblyContainedWithin()1132 updatedSelection.setBase(positionInParentBeforeNode(node)); in avoidIntersectionWithNode()1137 updatedSelection.setExtent(positionInParentBeforeNode(node)); in avoidIntersectionWithNode()
55 …setEndingSelection(VisibleSelection(positionInParentBeforeNode(anchorElement.get()), positionInPar… in doApply()
148 Position positionBeforeTextNode(positionInParentBeforeNode(textNode)); in doApply()
142 …Container && !startSpecialContainer && comparePositions(start, positionInParentBeforeNode(endSpeci… in initializeStartEnd()325 position = positionInParentBeforeNode(node); in updatePositionForNodeRemoval()333 position = positionInParentBeforeNode(node); in updatePositionForNodeRemoval()
351 return positionInParentBeforeNode(pos.anchorNode()); in positionOutsideTabSpan()356 return positionInParentBeforeNode(tabSpan); in positionOutsideTabSpan()362 return positionInParentBeforeNode(tabSpan); in positionOutsideTabSpan()1141 Position beforeBR(positionInParentBeforeNode(caretPos.deprecatedNode())); in breakOutOfEmptyMailBlockquotedParagraph()1208 result = positionInParentBeforeNode(enclosingAnchor); in positionAvoidingSpecialElementBoundary()
144 Position positionBeforeStartNode(positionInParentBeforeNode(startPosition.containerNode())); in input()
549 return VisiblePosition(nextCandidate(positionInParentBeforeNode(m_firstNodeInserted.get()))); in positionAtStartOfInsertedContent()899 insertionPos = positionInParentBeforeNode(br); in doApply()928 insertionPos = positionInParentBeforeNode(startBlock); in doApply()965 insertionPos = positionInParentBeforeNode(nodeToSplitTo.get()); in doApply()
353 Position pos = positionInParentBeforeNode(element.get()); in deleteTarget()
372 insertionPos = positionInParentBeforeNode(listChild); in listifyParagraph()
508 …p = isAtomicNode(p.containerNode()) ? positionInParentBeforeNode(p.containerNode()) : previousVisu… in adjustSelectionToAvoidCrossingEditingBoundaries()
569 return positionInParentBeforeNode(node); in previousLinePosition()676 return positionInParentBeforeNode(node); in nextLinePosition()
597 embeddingRemoveEnd = positionInParentBeforeNode(endUnsplitAncestor).downstream(); in applyInlineStyle()638 …Position embeddingApplyEnd = embeddingEndNode ? positionInParentBeforeNode(embeddingEndNode) : end; in applyInlineStyle()
44 return positionInParentBeforeNode(m_nodeAfterPositionInAnchor); in operator Position()
212 inline Position positionInParentBeforeNode(const Node* node) in positionInParentBeforeNode() function
168 return positionInParentBeforeNode(m_anchorNode.get()); in parentAnchoredEquivalent()
60368 Rename positionBeforeNode to positionInParentBeforeNode60377 (WebCore::positionInParentBeforeNode):