Searched refs:isPivotNode (Results 1 – 1 of 1) sorted by relevance
916 bool isPivotNode = (node == pivotPosition.anchorNode()); in startOfSentence() local918 …if (isHTMLBRElement(node) && (!isPivotNode || pivotPosition.anchorType() == Position::PositionIsAf… in startOfSentence()923 …size_t lastLineBreak = textNode->data().substring(0, isPivotNode ? pivotPosition.offsetInContainer… in startOfSentence()951 bool isPivotNode = node == pivotPosition.anchorNode(); in endOfSentence() local958 …size_t firstLineBreak = textNode->data().find('\n', isPivotNode ? pivotPosition.offsetInContainerN… in endOfSentence()