Searched refs:isStartOfParagraph (Results 1 – 23 of 23) sorted by relevance
380 …if (isStartOfParagraph(startOfInsertedContent) && selectionStartWasInsideMailBlockquote && hasMatc… in shouldMergeStart()385 && isStartOfParagraph(startOfInsertedContent) in shouldMergeStart()735 …(inSameParagraph(startOfInsertedContent, endOfInsertedContent) && !isStartOfParagraph(startOfInser… in mergeEndIfNeeded()838 bool selectionStartWasStartOfParagraph = isStartOfParagraph(visibleStart); in doApply()862 if (isEndOfParagraph(visibleStart) && !isStartOfParagraph(visibleStart)) { in doApply()873 … if (isEndOfParagraph(visibleStart) && !isStartOfParagraph(visibleStart) && next.isNotNull()) in doApply()883 …startIsInsideMailBlockquote && !isEndOfParagraph(visibleStart) && !isStartOfParagraph(visibleStart… in doApply()1037 …sertionPos.deprecatedEditingOffset() < startBlock->nodeIndex() && !isStartOfParagraph(startOfInser… in doApply()1091 if (!isStartOfParagraph(endOfInsertedContent)) { in doApply()1143 bool needsLeadingSpace = !isStartOfParagraph(startOfInsertedContent) && in doApply()[all …]
215 && isStartOfParagraph(visibleEnd) && isStartOfParagraph(VisiblePosition(start)) in initializePositionData()624 …if (!m_startsAtEmptyLine && isStartOfParagraph(mergeDestination) && startOfParagraphToMove.absolut… in mergeParagraphs()635 …OrHR(startOfParagraphToMove.deepEquivalent().deprecatedNode()) && !isStartOfParagraph(mergeDestina… in mergeParagraphs()713 isStartOfParagraph(visibleEnd) && in calculateTypingStyleAfterDelete()771 …m_needPlaceholder = isStartOfParagraph(m_selectionToDelete.visibleStart(), CanCrossEditingBoundary) in doApply()
474 … isStartOfParagraph(visibleUpstreamPos) || upstream == 0, in rebalanceWhitespaceOnTextSubstring()836 …if (caretAfterDelete != destination && isStartOfParagraph(caretAfterDelete) && isEndOfParagraph(ca… in cleanupAfterDeletion()902 …&& ((!isEndOfParagraph(beforeParagraph) && !isStartOfParagraph(beforeParagraph)) || beforeParagrap… in moveParagraphWithClones()912 ASSERT(isStartOfParagraph(startOfParagraphToMove)); in moveParagraph()1020 …bool selectionIsEmptyParagraph = endingSelection().isCaret() && isStartOfParagraph(endingSelection… in moveParagraphs()1113 if (!isStartOfParagraph(caret) || !isEndOfParagraph(caret)) in breakOutOfEmptyMailBlockquotedParagraph()1128 if (!isStartOfParagraph(atBR)) in breakOutOfEmptyMailBlockquotedParagraph()
74 bool isStartOfParagraph(const VisiblePosition &, EditingBoundaryCrossingRule = CannotCrossEditingBo…
79 if (!isStartOfParagraph(visiblePos) && !isEndOfParagraph(visiblePos)) in calculateStyleBeforeInsertion()292 if (isStartOfParagraph(visiblePos)) { in doApply()
129 if (!isStartOfParagraph(positionBeforeNode(nodeToInsert.get()))) in doApply()
94 …if (wasEndOfParagraph && !isEndOfParagraph(lastParagraphInBlockNode) && !isStartOfParagraph(lastPa… in formatRange()
132 if (isEndOfBlock(caret) && isStartOfParagraph(caret)) in input()
162 if (visibleStartOfParagraph.isNotNull() && !isStartOfParagraph(visibleStartOfParagraph)) in outdentParagraph()
74 if (visibleEnd != visibleStart && isStartOfParagraph(visibleEnd)) in doApply()
124 if (visibleEnd != visibleStart && isStartOfParagraph(visibleEnd, CanSkipOverEditingBoundary)) in doApply()
513 …if (isStartOfParagraph(visibleStart) && isFirstPositionAfterTable(visibleStart.previous(CannotCros… in deleteKeyPressed()
272 if (isStartOfParagraph(c)) in endOfWord()903 bool isStartOfParagraph(const VisiblePosition &pos, EditingBoundaryCrossingRule boundaryCrossingRul… in isStartOfParagraph() function
735 if (!listChildNode || !isStartOfParagraph(visiblePos) || !isEndOfParagraph(visiblePos)) in enclosingEmptyListItem()
443 …return isEndOfParagraph(v) && isStartOfParagraph(next) && !(upstreamNode->hasTagName(brTag) && ups… in needInterchangeNewlineAfter()
1117 ….leadingWhitespacePosition(VP_DEFAULT_AFFINITY, true).isNull() && !isStartOfParagraph(startVisible…
21891 (khtml::isStartOfParagraph): Now performs equality check without regard to affinity.25268 (khtml::isStartOfParagraph): Ditto.27147 (khtml::isStartOfParagraph): New helper, used in khtml::ReplaceSelectionCommand::doApply().
38477 is one where !isStartOfParagraph([br,0])).45911 (WebCore::isStartOfParagraph): Changed to compare VisiblePositions using ==.
7168 (WebCore::ReplaceSelectionCommand::doApply): Use isStartOfParagraph instead of
6762 …Remove erroneous check for isStartOfParagraph(visibleEnd) when deciding whether to clear m_mergeBl…
4933 (WebCore::isStartOfParagraph):22578 (WebCore::isStartOfParagraph):
45580 Use isStartOfParagraph instead of checking
3456 ASSERTION FAILED: isStartOfParagraph(startOfParagraphToMove)