Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DReplaceSelectionCommand.cpp370 VisiblePosition startOfInsertedContent(positionAtStartOfInsertedContent()); in shouldMergeStart() local
371 VisiblePosition prev = startOfInsertedContent.previous(CannotCrossEditingBoundary); in shouldMergeStart()
380 …if (isStartOfParagraph(startOfInsertedContent) && selectionStartWasInsideMailBlockquote && hasMatc… in shouldMergeStart()
385 && isStartOfParagraph(startOfInsertedContent) in shouldMergeStart()
386 && !startOfInsertedContent.deepEquivalent().deprecatedNode()->hasTagName(brTag) in shouldMergeStart()
387 && shouldMerge(startOfInsertedContent, prev); in shouldMergeStart()
722 VisiblePosition startOfInsertedContent(positionAtStartOfInsertedContent()); in mergeEndIfNeeded() local
735 …rgeForward = !(inSameParagraph(startOfInsertedContent, endOfInsertedContent) && !isStartOfParagrap… in mergeEndIfNeeded()
986 VisiblePosition startOfInsertedContent, endOfInsertedContent; in doApply() local
1033 startOfInsertedContent = positionAtStartOfInsertedContent(); in doApply()
[all …]