Home
last modified time | relevance | path

Searched refs:endOfInsertedContent (Results 1 – 3 of 3) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DReplaceSelectionCommand.cpp365 Position inserted = endOfInsertedContent.deepEquivalent(); in hasMatchingQuoteLevel()
403 && isEndOfParagraph(endOfInsertedContent) in shouldMergeEnd()
405 && shouldMerge(endOfInsertedContent, next); in shouldMergeEnd()
692 VisiblePosition destination = mergeForward ? endOfInsertedContent.next() : endOfInsertedContent; in mergeEndIfNeeded()
693 …rtOfParagraphToMove = mergeForward ? startOfParagraph(endOfInsertedContent) : endOfInsertedContent in mergeEndIfNeeded()
942 VisiblePosition startOfInsertedContent, endOfInsertedContent; in doApply() local
988 endOfInsertedContent = positionAtEndOfInsertedContent(); in doApply()
1040 endOfInsertedContent = positionAtEndOfInsertedContent(); in doApply()
1047 if (!isStartOfParagraph(endOfInsertedContent)) { in doApply()
1048 setEndingSelection(endOfInsertedContent); in doApply()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2007-10-1462055 at the endOfInsertedContent.
62060 start/endOfInsertedContent getters.
62069 the start/endOfInsertedContent getters. Insert smart replace spaces
H A DChangeLog-2006-12-3138475 Replaced some uses of insertionPos with endOfInsertedContent.