/external/webkit/Source/WebCore/editing/ |
D | IndentOutdentCommand.cpp | 120 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()
|
D | ApplyBlockElementCommand.cpp | 110 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()
|
D | TextCheckingHelper.cpp | 44 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()
|
D | visible_units.h | 70 VisiblePosition endOfParagraph(const VisiblePosition&, EditingBoundaryCrossingRule = CannotCrossEdi…
|
D | InsertListCommand.cpp | 267 end = endOfParagraph(start, CanSkipOverEditingBoundary); in unlistifyParagraph() 331 VisiblePosition end = endOfParagraph(start, CanSkipOverEditingBoundary); in listifyParagraph()
|
D | VisibleSelection.cpp | 349 … VisiblePosition visibleParagraphEnd = endOfParagraph(VisiblePosition(m_end, m_affinity)); in setStartAndEndFromBaseAndExtentRespectingGranularity() 377 m_end = endOfParagraph(VisiblePosition(m_end, m_affinity)).deepEquivalent(); in setStartAndEndFromBaseAndExtentRespectingGranularity()
|
D | ReplaceSelectionCommand.cpp | 742 if (endOfParagraph(startOfParagraphToMove) == destination) { in mergeEndIfNeeded() 748 moveParagraph(startOfParagraphToMove, endOfParagraph(startOfParagraphToMove), destination); in mergeEndIfNeeded() 1078 moveParagraph(startOfParagraphToMove, endOfParagraph(startOfParagraphToMove), destination); in doApply()
|
D | ApplyStyleCommand.cpp | 264 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()
|
D | visible_units.cpp | 814 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()
|
D | SpellingCorrectionController.cpp | 206 …setEnd(paragraphRangeContainingCorrection.get(), endOfParagraph(m_correctionPanelInfo.rangeToBeRep… in applyCorrectionPanelInfo()
|
D | TypingCommand.cpp | 592 if (visibleEnd == endOfParagraph(visibleEnd)) in forwardDeleteKeyPressed()
|
D | DeleteSelectionCommand.cpp | 617 VisiblePosition endOfParagraphToMove = endOfParagraph(startOfParagraphToMove); in mergeParagraphs()
|
D | SelectionController.cpp | 486 pos = endOfParagraph(endForPlatform()); in modifyExtendingForward() 570 pos = endOfParagraph(endForPlatform()); in modifyMovingForward()
|
D | CompositeEditCommand.cpp | 709 VisiblePosition visibleParagraphEnd = endOfParagraph(visiblePos); in moveParagraphContentsToNewBlockIfNecessary()
|
/external/webkit/Source/WebCore/accessibility/ |
D | AccessibilityObject.cpp | 317 VisiblePosition endPosition = endOfParagraph(startPosition); in paragraphForPosition() 628 return endOfParagraph(nextPos); in nextParagraphEndPosition()
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/ |
D | WebPageMac.mm | 450 VisiblePosition paragraphEnd = endOfParagraph(position); 485 VisiblePosition paragraphEnd = endOfParagraph(selectionEnd);
|
/external/webkit/Source/WebCore/dom/ |
D | Range.cpp | 1887 end = endOfParagraph(end); in expand()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-12-19 | 1684 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):
|
D | ChangeLog-2006-05-10 | 438 (WebCore::endOfParagraph): 5058 (WebCore::endOfParagraph): 18536 (WebCore::endOfParagraph): Ditto. 28293 (khtml::endOfParagraph):
|
D | ChangeLog-2005-08-23 | 21840 (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
|
D | ChangeLog | 37677 (WebCore::endOfParagraph): 44818 (WebCore::endOfParagraph): 48854 (WebCore::endOfParagraph): Ditto. 48856 endOfParagraph. 56351 (WebCore::endOfParagraph):
|
D | ChangeLog-2006-12-31 | 6832 it the startOfParagraph/endOfParagraph bools. 15013 (WebCore::endOfParagraph): Ditto. 41639 Respect editable boundary the same way endOfParagraph does. 43045 (WebCore::endOfParagraph): Ditto.
|
D | ChangeLog-2007-10-14 | 52118 of bugs in start/endOfParagraph (5027702). 52120 the problems with start/endOfParagraph. 62287 (WebCore::endOfParagraph): Ditto.
|
D | ChangeLog-2009-06-16 | 15083 (WebCore::endOfParagraph): 28639 (WebCore::endOfParagraph): 31409 (WebCore::endOfParagraph): 48749 (WebCore::endOfParagraph): Ditto.
|
D | ChangeLog-2011-02-16 | 5636 (WebCore::endOfParagraph): 5805 (WebCore::endOfParagraph):
|