Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DReplaceSelectionCommand.h86 bool shouldMergeEnd(bool selectionEndWasEndOfParagraph);
DReplaceSelectionCommand.cpp422 bool ReplaceSelectionCommand::shouldMergeEnd(bool selectionEndWasEndOfParagraph) in shouldMergeEnd() function in blink::ReplaceSelectionCommand
1186 m_shouldMergeEnd = shouldMergeEnd(selectionEndWasEndOfParagraph); in doApply()