Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DReplaceSelectionCommand.cpp402 VisiblePosition startOfInsertedContent(positionAtStartOfInsertedContent()); in shouldMergeStart() local
403 VisiblePosition prev = startOfInsertedContent.previous(CannotCrossEditingBoundary); in shouldMergeStart()
412 …if (isStartOfParagraph(startOfInsertedContent) && selectionStartWasInsideMailBlockquote && hasMatc… in shouldMergeStart()
417 && isStartOfParagraph(startOfInsertedContent) in shouldMergeStart()
418 && !isHTMLBRElement(*startOfInsertedContent.deepEquivalent().deprecatedNode()) in shouldMergeStart()
419 && shouldMerge(startOfInsertedContent, prev); in shouldMergeStart()
829 VisiblePosition startOfInsertedContent(positionAtStartOfInsertedContent()); in mergeEndIfNeeded() local
842 …rgeForward = !(inSameParagraph(startOfInsertedContent, endOfInsertedContent) && !isStartOfParagrap… in mergeEndIfNeeded()
1156 …VisiblePosition startOfInsertedContent(firstPositionInOrBeforeNode(insertedNodes.firstNodeInserted… in doApply() local
1160startOfInsertedContent.isNull() && enclosingBlockOfInsertionPos && insertionPos.deprecatedNode() =… in doApply()
[all …]