Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DReplaceSelectionCommand.h85 bool shouldMergeStart(bool, bool, bool);
DReplaceSelectionCommand.cpp397 bool ReplaceSelectionCommand::shouldMergeStart(bool selectionStartWasStartOfParagraph, bool fragmen… in shouldMergeStart() function in blink::ReplaceSelectionCommand
1188 …if (shouldMergeStart(selectionStartWasStartOfParagraph, fragment.hasInterchangeNewlineAtStart(), s… in doApply()