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

/external/webkit/WebCore/editing/
H A DReplaceSelectionCommand.h62 bool shouldMergeStart(bool, bool, bool);
H A DReplaceSelectionCommand.cpp347 bool ReplaceSelectionCommand::shouldMergeStart(bool selectionStartWasStartOfParagraph, bool fragmentHasInterchangeNewlineAtStart, bool selectionStartWasInsideMailBlockquote) function in class:WebCore::ReplaceSelectionCommand
930 if (shouldMergeStart(selectionStartWasStartOfParagraph, fragment.hasInterchangeNewlineAtStart(), startIsInsideMailBlockquote)) {

Completed in 34 milliseconds