Home | History | Annotate | Download | only in editing

Lines Matching defs:last

283             // Edge case: If the caret is after the last word in a soft-wrapped line or the last word in
284 // the document, select that last word (LeftWordIfOnBoundary).
285 // Edge case: If the caret is after the last word in a paragraph, select from the the end of the
286 // last word to the line break (also RightWordIfOnBoundary);
306 // The paragraph break after the last paragraph in the last cell of a block table ends
356 // The paragraph break after the last paragraph in the last cell of a block table ends
360 // There is no parargraph break after the last paragraph in the last cell of an inline table.
484 // at the last editable position before the end inside the base's root.
486 VisiblePosition last = lastEditablePositionBeforePositionInRoot(m_end, baseRoot);
487 m_end = last.deepEquivalent();