Searched defs:selectionStartWasStartOfParagraph (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DReplaceSelectionCommand.cpp365 bool ReplaceSelectionCommand::shouldMergeStart(bool selectionStartWasStartOfParagraph, bool fragmentHasInterchangeNewlineAtStart, bool selectionStartWasInsideMailBlockquote) argument
383 return !selectionStartWasStartOfParagraph
838 bool selectionStartWasStartOfParagraph = isStartOfParagraph(visibleStart); local
845 if ((selectionStartWasStartOfParagraph && selectionEndWasEndOfParagraph && !startIsInsideMailBlockquote) ||
1051 if (shouldMergeStart(selectionStartWasStartOfParagraph, fragment.hasInterchangeNewlineAtStart(), startIsInsideMailBlockquote)) {

Completed in 85 milliseconds