Home
last modified time | relevance | path

Searched refs:isStartOfParagraph (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DReplaceSelectionCommand.cpp412 …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 …]
DDeleteSelectionCommand.cpp211 && 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()
DVisibleUnits.h76 bool isStartOfParagraph(const VisiblePosition &, EditingBoundaryCrossingRule = CannotCrossEditingBo…
DInsertLineBreakCommand.cpp108 if (!isStartOfParagraph(VisiblePosition(positionBeforeNode(nodeToInsert.get())))) in doApply()
DCompositeEditCommand.cpp673isStartOfParagraph(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()
DInsertParagraphSeparatorCommand.cpp82 if (!isStartOfParagraph(visiblePos) && !isEndOfParagraph(visiblePos)) in calculateStyleBeforeInsertion()
316 if (isStartOfParagraph(visiblePos)) { in doApply()
DFormatBlockCommand.cpp101 …& !isEndOfParagraph(VisiblePosition(lastParagraphInBlockNode)) && !isStartOfParagraph(VisiblePosit… in formatRange()
DInsertTextCommand.cpp161 if (isEndOfBlock(caret) && isStartOfParagraph(caret)) in doApply()
DIndentOutdentCommand.cpp179 if (visibleStartOfParagraph.isNotNull() && !isStartOfParagraph(visibleStartOfParagraph)) in outdentParagraph()
DApplyBlockElementCommand.cpp77 if (visibleEnd != visibleStart && isStartOfParagraph(visibleEnd)) { in doApply()
DInsertListCommand.cpp127 if (visibleEnd != visibleStart && isStartOfParagraph(visibleEnd, CanSkipOverEditingBoundary)) { in doApply()
DTypingCommand.cpp459 …if (isStartOfParagraph(visibleStart) && isFirstPositionAfterTable(visibleStart.previous(CannotCros… in deleteKeyPressed()
DVisibleUnits.cpp659 if (isStartOfParagraph(c)) in endOfWord()
1251 bool isStartOfParagraph(const VisiblePosition &pos, EditingBoundaryCrossingRule boundaryCrossingRul… in isStartOfParagraph() function
Dmarkup.cpp495 …return isEndOfParagraph(v) && isStartOfParagraph(next) && !(isHTMLBRElement(*upstreamNode) && upst… in needInterchangeNewlineAfter()
Dhtmlediting.cpp715 if (!listChildNode || !isStartOfParagraph(visiblePos) || !isEndOfParagraph(visiblePos)) in enclosingEmptyListItem()