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

/macosx-10.10/WebCore-7600.1.25/editing/
H A DReplaceSelectionCommand.h83 bool shouldMergeStart(bool, bool, bool);
H A DReplaceSelectionCommand.cpp393 bool ReplaceSelectionCommand::shouldMergeStart(bool selectionStartWasStartOfParagraph, bool fragmentHasInterchangeNewlineAtStart, bool selectionStartWasInsideMailBlockquote) function in class:WebCore::ReplaceSelectionCommand
1166 if (shouldMergeStart(selectionStartWasStartOfParagraph, fragment.hasInterchangeNewlineAtStart(), shouldHandleMailBlockquote)) {

Completed in 210 milliseconds