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.cpp403 …if (isStartOfParagraph(startOfInsertedContent) && selectionStartWasInsideMailBlockquote && hasMatc… in shouldMergeStart()
408 && isStartOfParagraph(startOfInsertedContent) in shouldMergeStart()
825 …(inSameParagraph(startOfInsertedContent, endOfInsertedContent) && !isStartOfParagraph(startOfInser… in mergeEndIfNeeded()
930 bool selectionStartWasStartOfParagraph = isStartOfParagraph(visibleStart); in doApply()
956 if (isEndOfParagraph(visibleStart) && !isStartOfParagraph(visibleStart)) { in doApply()
967 … if (isEndOfParagraph(visibleStart) && !isStartOfParagraph(visibleStart) && next.isNotNull()) in doApply()
979 …startIsInsideMailBlockquote && !isEndOfParagraph(visibleStart) && !isStartOfParagraph(visibleStart… in doApply()
1143 …ionPos.deprecatedEditingOffset() < insertionBlock->nodeIndex() && !isStartOfParagraph(startOfInser… in doApply()
1210 if (!isStartOfParagraph(endOfInsertedContent)) { in doApply()
1262 if (!document().inNoQuirksMode() && isEndOfBlock(visiblePos) && !isStartOfParagraph(visiblePos)) in shouldRemoveEndBR()
[all …]
DDeleteSelectionCommand.cpp207 && isStartOfParagraph(visibleEnd) && isStartOfParagraph(VisiblePosition(start)) in initializePositionData()
651 …if (!m_startsAtEmptyLine && isStartOfParagraph(mergeDestination) && startOfParagraphToMove.absolut… in mergeParagraphs()
662 …OrHR(startOfParagraphToMove.deepEquivalent().deprecatedNode()) && !isStartOfParagraph(mergeDestina… in mergeParagraphs()
791 && isStartOfParagraph(m_selectionToDelete.visibleStart(), CanCrossEditingBoundary) in doApply()
DVisibleUnits.h72 bool isStartOfParagraph(const VisiblePosition &, EditingBoundaryCrossingRule = CannotCrossEditingBo…
DInsertLineBreakCommand.cpp106 if (!isStartOfParagraph(VisiblePosition(positionBeforeNode(nodeToInsert.get())))) in doApply()
DInsertParagraphSeparatorCommand.cpp79 if (!isStartOfParagraph(visiblePos) && !isEndOfParagraph(visiblePos)) in calculateStyleBeforeInsertion()
313 if (isStartOfParagraph(visiblePos)) { in doApply()
DCompositeEditCommand.cpp662isStartOfParagraph(visibleUpstreamPos) || upstream == 0, in rebalanceWhitespaceOnTextSubstring()
1064 …if (caretAfterDelete != destination && isStartOfParagraph(caretAfterDelete) && isEndOfParagraph(ca… in cleanupAfterDeletion()
1145 …&& ((!isEndOfParagraph(beforeParagraph) && !isStartOfParagraph(beforeParagraph)) || beforeParagrap… in moveParagraphWithClones()
1153 ASSERT(isStartOfParagraph(startOfParagraphToMove)); in moveParagraph()
1260 …bool selectionIsEmptyParagraph = endingSelection().isCaret() && isStartOfParagraph(endingSelection… in moveParagraphs()
1358 if (!isStartOfParagraph(caret) || !isEndOfParagraph(caret)) in breakOutOfEmptyMailBlockquotedParagraph()
1373 if (!isStartOfParagraph(atBR)) in breakOutOfEmptyMailBlockquotedParagraph()
DFormatBlockCommand.cpp100 …& !isEndOfParagraph(VisiblePosition(lastParagraphInBlockNode)) && !isStartOfParagraph(VisiblePosit… in formatRange()
DInsertTextCommand.cpp160 if (isEndOfBlock(caret) && isStartOfParagraph(caret)) in doApply()
DIndentOutdentCommand.cpp172 if (visibleStartOfParagraph.isNotNull() && !isStartOfParagraph(visibleStartOfParagraph)) in outdentParagraph()
DApplyBlockElementCommand.cpp76 if (visibleEnd != visibleStart && isStartOfParagraph(visibleEnd)) { in doApply()
DInsertListCommand.cpp124 if (visibleEnd != visibleStart && isStartOfParagraph(visibleEnd, CanSkipOverEditingBoundary)) { in doApply()
DTypingCommand.cpp454 …if (isStartOfParagraph(visibleStart) && isFirstPositionAfterTable(visibleStart.previous(CannotCros… in deleteKeyPressed()
DVisibleUnits.cpp665 if (isStartOfParagraph(c)) in endOfWord()
1252 bool isStartOfParagraph(const VisiblePosition &pos, EditingBoundaryCrossingRule boundaryCrossingRul… in isStartOfParagraph() function
Dhtmlediting.cpp692 if (!listChildNode || !isStartOfParagraph(visiblePos) || !isEndOfParagraph(visiblePos)) in enclosingEmptyListItem()
Dmarkup.cpp487 …return isEndOfParagraph(v) && isStartOfParagraph(next) && !(isHTMLBRElement(*upstreamNode) && upst… in needInterchangeNewlineAfter()