Searched refs:lastOffsetInNode (Results 1 – 5 of 5) sorted by relevance
275 inline int lastOffsetInNode(Node* node) in lastOffsetInNode() function291 … return Position(anchorNode, lastOffsetInNode(anchorNode), Position::PositionIsOffsetInAnchor); in lastPositionInNode()
186 return lastOffsetInNode(m_anchorNode.get()); in computeOffsetInContainerNode()
243 … currentSelection->setEnd(newList, lastOffsetInNode(newList.get()), IGNORE_EXCEPTION); in doApplyForSingleParagraph()
1194 endOffset = lastOffsetInNode(endNode); in SimplifiedBackwardsTextIterator()
451 int length = node->isTextNode() ? lastOffsetInNode(node) : 1; in selection()