Searched refs:isStartOfParagraph (Results 1 – 15 of 15) sorted by relevance
412 …if (isStartOfParagraph(startOfInsertedContent) && selectionStartWasInsideMailBlockquote && hasMatc… in shouldMergeStart()417 && isStartOfParagraph(startOfInsertedContent) in shouldMergeStart()842 …(inSameParagraph(startOfInsertedContent, endOfInsertedContent) && !isStartOfParagraph(startOfInser… in mergeEndIfNeeded()947 bool selectionStartWasStartOfParagraph = isStartOfParagraph(visibleStart); in doApply()973 if (isEndOfParagraph(visibleStart) && !isStartOfParagraph(visibleStart)) { in doApply()984 … if (isEndOfParagraph(visibleStart) && !isStartOfParagraph(visibleStart) && next.isNotNull()) in doApply()996 …startIsInsideMailBlockquote && !isEndOfParagraph(visibleStart) && !isStartOfParagraph(visibleStart… in doApply()1160 …tedEditingOffset() < enclosingBlockOfInsertionPos->nodeIndex() && !isStartOfParagraph(startOfInser… in doApply()1227 if (!isStartOfParagraph(endOfInsertedContent)) { in doApply()1279 if (!document().inNoQuirksMode() && isEndOfBlock(visiblePos) && !isStartOfParagraph(visiblePos)) in shouldRemoveEndBR()[all …]
211 && isStartOfParagraph(visibleEnd) && isStartOfParagraph(VisiblePosition(start)) in initializePositionData()655 …if (!m_startsAtEmptyLine && isStartOfParagraph(mergeDestination) && startOfParagraphToMove.absolut… in mergeParagraphs()666 …OrHR(startOfParagraphToMove.deepEquivalent().deprecatedNode()) && !isStartOfParagraph(mergeDestina… in mergeParagraphs()795 && isStartOfParagraph(m_selectionToDelete.visibleStart(), CanCrossEditingBoundary) in doApply()
76 bool isStartOfParagraph(const VisiblePosition &, EditingBoundaryCrossingRule = CannotCrossEditingBo…
108 if (!isStartOfParagraph(VisiblePosition(positionBeforeNode(nodeToInsert.get())))) in doApply()
673 … isStartOfParagraph(visibleUpstreamPos) || upstream == 0, in rebalanceWhitespaceOnTextSubstring()1075 …if (caretAfterDelete != destination && isStartOfParagraph(caretAfterDelete) && isEndOfParagraph(ca… in cleanupAfterDeletion()1156 …&& ((!isEndOfParagraph(beforeParagraph) && !isStartOfParagraph(beforeParagraph)) || beforeParagrap… in moveParagraphWithClones()1164 ASSERT(isStartOfParagraph(startOfParagraphToMove)); in moveParagraph()1266 …bool selectionIsEmptyParagraph = endingSelection().isCaret() && isStartOfParagraph(endingSelection… in moveParagraphs()1364 if (!isStartOfParagraph(caret) || !isEndOfParagraph(caret)) in breakOutOfEmptyMailBlockquotedParagraph()1379 if (!isStartOfParagraph(atBR)) in breakOutOfEmptyMailBlockquotedParagraph()
82 if (!isStartOfParagraph(visiblePos) && !isEndOfParagraph(visiblePos)) in calculateStyleBeforeInsertion()316 if (isStartOfParagraph(visiblePos)) { in doApply()
101 …& !isEndOfParagraph(VisiblePosition(lastParagraphInBlockNode)) && !isStartOfParagraph(VisiblePosit… in formatRange()
161 if (isEndOfBlock(caret) && isStartOfParagraph(caret)) in doApply()
179 if (visibleStartOfParagraph.isNotNull() && !isStartOfParagraph(visibleStartOfParagraph)) in outdentParagraph()
77 if (visibleEnd != visibleStart && isStartOfParagraph(visibleEnd)) { in doApply()
127 if (visibleEnd != visibleStart && isStartOfParagraph(visibleEnd, CanSkipOverEditingBoundary)) { in doApply()
459 …if (isStartOfParagraph(visibleStart) && isFirstPositionAfterTable(visibleStart.previous(CannotCros… in deleteKeyPressed()
659 if (isStartOfParagraph(c)) in endOfWord()1251 bool isStartOfParagraph(const VisiblePosition &pos, EditingBoundaryCrossingRule boundaryCrossingRul… in isStartOfParagraph() function
495 …return isEndOfParagraph(v) && isStartOfParagraph(next) && !(isHTMLBRElement(*upstreamNode) && upst… in needInterchangeNewlineAfter()
715 if (!listChildNode || !isStartOfParagraph(visiblePos) || !isEndOfParagraph(visiblePos)) in enclosingEmptyListItem()