Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DReplaceSelectionCommand.cpp380 …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 …]
DDeleteSelectionCommand.cpp215 && 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()
DCompositeEditCommand.cpp474isStartOfParagraph(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()
Dvisible_units.h74 bool isStartOfParagraph(const VisiblePosition &, EditingBoundaryCrossingRule = CannotCrossEditingBo…
DInsertParagraphSeparatorCommand.cpp79 if (!isStartOfParagraph(visiblePos) && !isEndOfParagraph(visiblePos)) in calculateStyleBeforeInsertion()
292 if (isStartOfParagraph(visiblePos)) { in doApply()
DInsertLineBreakCommand.cpp129 if (!isStartOfParagraph(positionBeforeNode(nodeToInsert.get()))) in doApply()
DFormatBlockCommand.cpp94 …if (wasEndOfParagraph && !isEndOfParagraph(lastParagraphInBlockNode) && !isStartOfParagraph(lastPa… in formatRange()
DInsertTextCommand.cpp132 if (isEndOfBlock(caret) && isStartOfParagraph(caret)) in input()
DIndentOutdentCommand.cpp162 if (visibleStartOfParagraph.isNotNull() && !isStartOfParagraph(visibleStartOfParagraph)) in outdentParagraph()
DApplyBlockElementCommand.cpp74 if (visibleEnd != visibleStart && isStartOfParagraph(visibleEnd)) in doApply()
DInsertListCommand.cpp124 if (visibleEnd != visibleStart && isStartOfParagraph(visibleEnd, CanSkipOverEditingBoundary)) in doApply()
DTypingCommand.cpp513 …if (isStartOfParagraph(visibleStart) && isFirstPositionAfterTable(visibleStart.previous(CannotCros… in deleteKeyPressed()
Dvisible_units.cpp272 if (isStartOfParagraph(c)) in endOfWord()
903 bool isStartOfParagraph(const VisiblePosition &pos, EditingBoundaryCrossingRule boundaryCrossingRul… in isStartOfParagraph() function
Dhtmlediting.cpp735 if (!listChildNode || !isStartOfParagraph(visiblePos) || !isEndOfParagraph(visiblePos)) in enclosingEmptyListItem()
Dmarkup.cpp443 …return isEndOfParagraph(v) && isStartOfParagraph(next) && !(upstreamNode->hasTagName(brTag) && ups… in needInterchangeNewlineAfter()
/external/webkit/Source/WebKit/mac/WebView/
DWebFrame.mm1117 ….leadingWhitespacePosition(VP_DEFAULT_AFFINITY, true).isNull() && !isStartOfParagraph(startVisible…
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2321891 (khtml::isStartOfParagraph): Now performs equality check without regard to affinity.
25268 (khtml::isStartOfParagraph): Ditto.
27147 (khtml::isStartOfParagraph): New helper, used in khtml::ReplaceSelectionCommand::doApply().
DChangeLog-2006-12-3138477 is one where !isStartOfParagraph([br,0])).
45911 (WebCore::isStartOfParagraph): Changed to compare VisiblePositions using ==.
DChangeLog-2006-05-107168 (WebCore::ReplaceSelectionCommand::doApply): Use isStartOfParagraph instead of
DChangeLog-2005-12-196762 …Remove erroneous check for isStartOfParagraph(visibleEnd) when deciding whether to clear m_mergeBl…
DChangeLog-2010-12-064933 (WebCore::isStartOfParagraph):
22578 (WebCore::isStartOfParagraph):
DChangeLog-2007-10-1445580 Use isStartOfParagraph instead of checking
DChangeLog-2009-06-163456 ASSERTION FAILED: isStartOfParagraph(startOfParagraphToMove)