HomeSort by relevance Sort by last modified time
    Searched refs:endOfParagraph (Results 1 - 17 of 17) sorted by null

  /external/webkit/Source/WebCore/editing/
IndentOutdentCommand.cpp 120 VisiblePosition visibleEndOfParagraph = endOfParagraph(visibleStartOfParagraph);
179 moveParagraph(startOfParagraph(visibleStartOfParagraph), endOfParagraph(visibleEndOfParagraph), positionBeforeNode(placeholder.get()), true);
185 VisiblePosition endOfLastParagraph = endOfParagraph(endOfSelection);
187 if (endOfParagraph(startOfSelection) == endOfLastParagraph) {
193 VisiblePosition endOfCurrentParagraph = endOfParagraph(startOfSelection);
194 VisiblePosition endAfterSelection = endOfParagraph(endOfParagraph(endOfSelection).next());
197 VisiblePosition endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next());
213 endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next());
ApplyBlockElementCommand.cpp 110 VisiblePosition endOfCurrentParagraph = endOfParagraph(startOfSelection);
111 VisiblePosition endAfterSelection = endOfParagraph(endOfParagraph(endOfSelection).next());
112 m_endOfLastParagraph = endOfParagraph(endOfSelection).deepEquivalent();
242 VisiblePosition endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next());
visible_units.h 70 VisiblePosition endOfParagraph(const VisiblePosition&, EditingBoundaryCrossingRule = CannotCrossEditingBoundary);
TextCheckingHelper.cpp 44 setEnd(paragraphRange.get(), endOfParagraph(range->endPosition()));
63 setEnd(paragraphRange().get(), endOfParagraph(startOfNextParagraph(paragraphRange()->startPosition())));
247 setEnd(paragraphRange.get(), endOfParagraph(m_range->startPosition()));
341 setEnd(paragraphRange.get(), endOfParagraph(newParagraphStart));
InsertListCommand.cpp 267 end = endOfParagraph(start, CanSkipOverEditingBoundary);
331 VisiblePosition end = endOfParagraph(start, CanSkipOverEditingBoundary);
VisibleSelection.cpp 349 VisiblePosition visibleParagraphEnd = endOfParagraph(VisiblePosition(m_end, m_affinity));
377 m_end = endOfParagraph(VisiblePosition(m_end, m_affinity)).deepEquivalent();
ReplaceSelectionCommand.cpp 742 if (endOfParagraph(startOfParagraphToMove) == destination) {
748 moveParagraph(startOfParagraphToMove, endOfParagraph(startOfParagraphToMove), destination);
    [all...]
ApplyStyleCommand.cpp 264 VisiblePosition nextParagraphStart(endOfParagraph(paragraphStart).next());
265 VisiblePosition beyondEnd(endOfParagraph(visibleEnd).next());
283 nextParagraphStart = endOfParagraph(paragraphStart).next();
287 nextParagraphStart = endOfParagraph(paragraphStart).next();
    [all...]
visible_units.cpp 814 VisiblePosition endOfParagraph(const VisiblePosition &c, EditingBoundaryCrossingRule boundaryCrossingRule)
    [all...]
SpellingCorrectionController.cpp 206 setEnd(paragraphRangeContainingCorrection.get(), endOfParagraph(m_correctionPanelInfo.rangeToBeReplaced->endPosition()));
TypingCommand.cpp 592 if (visibleEnd == endOfParagraph(visibleEnd))
SelectionController.cpp 486 pos = endOfParagraph(endForPlatform());
570 pos = endOfParagraph(endForPlatform());
    [all...]
DeleteSelectionCommand.cpp 617 VisiblePosition endOfParagraphToMove = endOfParagraph(startOfParagraphToMove);
    [all...]
CompositeEditCommand.cpp 709 VisiblePosition visibleParagraphEnd = endOfParagraph(visiblePos);
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
WebPageMac.mm 450 VisiblePosition paragraphEnd = endOfParagraph(position);
485 VisiblePosition paragraphEnd = endOfParagraph(selectionEnd);
  /external/webkit/Source/WebCore/accessibility/
AccessibilityObject.cpp 317 VisiblePosition endPosition = endOfParagraph(startPosition);
628 return endOfParagraph(nextPos);
    [all...]
  /external/webkit/Source/WebCore/dom/
Range.cpp     [all...]

Completed in 152 milliseconds