Home | History | Annotate | Download | only in dom

Lines Matching defs:lastPosition

1003             bool lastPosition = caretOffset == lastOffsetInNode(node());
1004 Node* startNode = lastPosition ? node()->childNode(caretOffset - 1) : node()->childNode(caretOffset);
1006 startNode = (lastPosition)? startNode->previousSibling(): startNode->nextSibling();
1011 if (lastPosition && inlineBox)