Home
last modified time | relevance | path

Searched defs:selectionEndWasEndOfParagraph (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
DReplaceSelectionCommand.cpp390 bool ReplaceSelectionCommand::shouldMergeEnd(bool selectionEndWasEndOfParagraph) in shouldMergeEnd()
837 bool selectionEndWasEndOfParagraph = isEndOfParagraph(visibleEnd); in doApply() local