Home | History | Annotate | Download | only in editing

Lines Matching refs:selectionEndWasEndOfParagraph

410 bool ReplaceSelectionCommand::shouldMergeEnd(bool selectionEndWasEndOfParagraph)
417 return !selectionEndWasEndOfParagraph
910 bool selectionEndWasEndOfParagraph = isEndOfParagraph(visibleEnd);
920 if ((selectionStartWasStartOfParagraph && selectionEndWasEndOfParagraph && !startIsInsideMailBlockquote) ||
1144 m_shouldMergeEnd = shouldMergeEnd(selectionEndWasEndOfParagraph);
1184 if (selectionEndWasEndOfParagraph || !isEndOfParagraph(endOfInsertedContent) || next.isNull()) {