Home
last modified time | relevance | path

Searched refs:endOfParagraph (Results 1 – 25 of 28) sorted by relevance

12

/external/webkit/Source/WebCore/editing/
DIndentOutdentCommand.cpp120 VisiblePosition visibleEndOfParagraph = endOfParagraph(visibleStartOfParagraph); in outdentParagraph()
179 …moveParagraph(startOfParagraph(visibleStartOfParagraph), endOfParagraph(visibleEndOfParagraph), po… in outdentParagraph()
185 VisiblePosition endOfLastParagraph = endOfParagraph(endOfSelection); in outdentRegion()
187 if (endOfParagraph(startOfSelection) == endOfLastParagraph) { in outdentRegion()
193 VisiblePosition endOfCurrentParagraph = endOfParagraph(startOfSelection); in outdentRegion()
194 VisiblePosition endAfterSelection = endOfParagraph(endOfParagraph(endOfSelection).next()); in outdentRegion()
197 VisiblePosition endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next()); in outdentRegion()
213 endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next()); in outdentRegion()
DApplyBlockElementCommand.cpp110 VisiblePosition endOfCurrentParagraph = endOfParagraph(startOfSelection); in formatSelection()
111 VisiblePosition endAfterSelection = endOfParagraph(endOfParagraph(endOfSelection).next()); in formatSelection()
112 m_endOfLastParagraph = endOfParagraph(endOfSelection).deepEquivalent(); in formatSelection()
242 VisiblePosition endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next()); in endOfNextParagrahSplittingTextNodesIfNeeded()
DTextCheckingHelper.cpp44 setEnd(paragraphRange.get(), endOfParagraph(range->endPosition())); in expandToParagraphBoundary()
63 …setEnd(paragraphRange().get(), endOfParagraph(startOfNextParagraph(paragraphRange()->startPosition… in expandRangeToNextEnd()
247 setEnd(paragraphRange.get(), endOfParagraph(m_range->startPosition())); in findFirstMisspellingOrBadGrammar()
341 setEnd(paragraphRange.get(), endOfParagraph(newParagraphStart)); in findFirstMisspellingOrBadGrammar()
Dvisible_units.h70 VisiblePosition endOfParagraph(const VisiblePosition&, EditingBoundaryCrossingRule = CannotCrossEdi…
DInsertListCommand.cpp267 end = endOfParagraph(start, CanSkipOverEditingBoundary); in unlistifyParagraph()
331 VisiblePosition end = endOfParagraph(start, CanSkipOverEditingBoundary); in listifyParagraph()
DVisibleSelection.cpp349 … VisiblePosition visibleParagraphEnd = endOfParagraph(VisiblePosition(m_end, m_affinity)); in setStartAndEndFromBaseAndExtentRespectingGranularity()
377 m_end = endOfParagraph(VisiblePosition(m_end, m_affinity)).deepEquivalent(); in setStartAndEndFromBaseAndExtentRespectingGranularity()
DReplaceSelectionCommand.cpp742 if (endOfParagraph(startOfParagraphToMove) == destination) { in mergeEndIfNeeded()
748 moveParagraph(startOfParagraphToMove, endOfParagraph(startOfParagraphToMove), destination); in mergeEndIfNeeded()
1078 moveParagraph(startOfParagraphToMove, endOfParagraph(startOfParagraphToMove), destination); in doApply()
DApplyStyleCommand.cpp264 VisiblePosition nextParagraphStart(endOfParagraph(paragraphStart).next()); in applyBlockStyle()
265 VisiblePosition beyondEnd(endOfParagraph(visibleEnd).next()); in applyBlockStyle()
283 nextParagraphStart = endOfParagraph(paragraphStart).next(); in applyBlockStyle()
287 nextParagraphStart = endOfParagraph(paragraphStart).next(); in applyBlockStyle()
Dvisible_units.cpp814 VisiblePosition endOfParagraph(const VisiblePosition &c, EditingBoundaryCrossingRule boundaryCrossi… in endOfParagraph() function
889 VisiblePosition paragraphEnd(endOfParagraph(visiblePosition, CanSkipOverEditingBoundary)); in startOfNextParagraph()
910 return pos.isNotNull() && pos == endOfParagraph(pos, boundaryCrossingRule); in isEndOfParagraph()
DSpellingCorrectionController.cpp206 …setEnd(paragraphRangeContainingCorrection.get(), endOfParagraph(m_correctionPanelInfo.rangeToBeRep… in applyCorrectionPanelInfo()
DTypingCommand.cpp592 if (visibleEnd == endOfParagraph(visibleEnd)) in forwardDeleteKeyPressed()
DDeleteSelectionCommand.cpp617 VisiblePosition endOfParagraphToMove = endOfParagraph(startOfParagraphToMove); in mergeParagraphs()
DSelectionController.cpp486 pos = endOfParagraph(endForPlatform()); in modifyExtendingForward()
570 pos = endOfParagraph(endForPlatform()); in modifyMovingForward()
DCompositeEditCommand.cpp709 VisiblePosition visibleParagraphEnd = endOfParagraph(visiblePos); in moveParagraphContentsToNewBlockIfNecessary()
/external/webkit/Source/WebCore/accessibility/
DAccessibilityObject.cpp317 VisiblePosition endPosition = endOfParagraph(startPosition); in paragraphForPosition()
628 return endOfParagraph(nextPos); in nextParagraphEndPosition()
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
DWebPageMac.mm450 VisiblePosition paragraphEnd = endOfParagraph(position);
485 VisiblePosition paragraphEnd = endOfParagraph(selectionEnd);
/external/webkit/Source/WebCore/dom/
DRange.cpp1887 end = endOfParagraph(end); in expand()
/external/webkit/Source/WebCore/
DChangeLog-2005-12-191684 There were a few bugs in endOfParagraph's and endOfLine's handling of IncludeLineBreak.
1686 IncludeLineBreak, "endOfParagraph" would return the start of the next paragraph.
1687 Callers that want this funtionality should just call endOfParagraph and then get next()
1689 In endOfParagraph's whitespace:pre handling, when the input visible position
1704 (khtml::endOfParagraph):
3584 (khtml::endOfParagraph):
7757 (khtml::endOfParagraph):
18086 (khtml::endOfParagraph):
DChangeLog-2006-05-10438 (WebCore::endOfParagraph):
5058 (WebCore::endOfParagraph):
18536 (WebCore::endOfParagraph): Ditto.
28293 (khtml::endOfParagraph):
DChangeLog-2005-08-2321840 (khtml::endOfParagraph): don't consider text nodes that have no rendered characters
24234 (khtml::endOfParagraph):
24633 (khtml::endOfParagraph):
27778 (khtml::endOfParagraph):
35544 (DOM::endOfParagraph): Changed function name. Fixed code in includeLineBreak to work around
DChangeLog37677 (WebCore::endOfParagraph):
44818 (WebCore::endOfParagraph):
48854 (WebCore::endOfParagraph): Ditto.
48856 endOfParagraph.
56351 (WebCore::endOfParagraph):
DChangeLog-2006-12-316832 it the startOfParagraph/endOfParagraph bools.
15013 (WebCore::endOfParagraph): Ditto.
41639 Respect editable boundary the same way endOfParagraph does.
43045 (WebCore::endOfParagraph): Ditto.
DChangeLog-2007-10-1452118 of bugs in start/endOfParagraph (5027702).
52120 the problems with start/endOfParagraph.
62287 (WebCore::endOfParagraph): Ditto.
DChangeLog-2009-06-1615083 (WebCore::endOfParagraph):
28639 (WebCore::endOfParagraph):
31409 (WebCore::endOfParagraph):
48749 (WebCore::endOfParagraph): Ditto.
DChangeLog-2011-02-165636 (WebCore::endOfParagraph):
5805 (WebCore::endOfParagraph):

12