Lines Matching full:last
287 // Edge case: If the caret is after the last word in a soft-wrapped line or the last word in
288 // the document, select that last word (LeftWordIfOnBoundary).
289 // Edge case: If the caret is after the last word in a paragraph, select from the the end of the
290 // last word to the line break (also RightWordIfOnBoundary);
310 // The paragraph break after the last paragraph in the last cell of a block table ends
360 // The paragraph break after the last paragraph in the last cell of a block table ends
364 // There is no parargraph break after the last paragraph in the last cell of an inline table.
488 // at the last editable position before the end inside the base's root.
490 VisiblePosition last = lastEditablePositionBeforePositionInRoot(m_end, baseRoot);
491 m_end = last.deepEquivalent();