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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
IndentOutdentCommand.cpp 137 VisiblePosition visibleEndOfParagraph = endOfParagraph(visibleStartOfParagraph);
197 VisiblePosition endOfParagraphToMove(endOfParagraph(visibleEndOfParagraph));
208 VisiblePosition endOfCurrentParagraph = endOfParagraph(startOfSelection);
209 VisiblePosition endOfLastParagraph = endOfParagraph(endOfSelection);
217 VisiblePosition endAfterSelection = endOfParagraph(endOfLastParagraph.next());
220 VisiblePosition endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next());
236 endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next());
ApplyBlockElementCommand.cpp 124 VisiblePosition endOfCurrentParagraph = endOfParagraph(startOfSelection);
125 VisiblePosition endOfLastParagraph = endOfParagraph(endOfSelection);
126 VisiblePosition endAfterSelection = endOfParagraph(endOfLastParagraph.next());
248 VisiblePosition endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next());
VisibleUnits.h 72 VisiblePosition endOfParagraph(const VisiblePosition&, EditingBoundaryCrossingRule = CannotCrossEditingBoundary);
InsertListCommand.cpp 281 end = endOfParagraph(start, CanSkipOverEditingBoundary);
346 VisiblePosition end = endOfParagraph(start, CanSkipOverEditingBoundary);
403 end = endOfParagraph(start, CanSkipOverEditingBoundary);
TextCheckingHelper.cpp 105 setEnd(paragraphRange.get(), endOfParagraph(VisiblePosition(range->endPosition())));
133 setEnd(paragraphRange().get(), endOfParagraph(startOfNextParagraph(VisiblePosition(paragraphRange()->startPosition()))));
314 paragraphEnd = endOfParagraph(VisiblePosition(m_start)).toParentAnchoredPosition();
402 paragraphEnd = endOfParagraph(newParagraphStart).toParentAnchoredPosition();
ApplyStyleCommand.cpp 269 VisiblePosition nextParagraphStart(endOfParagraph(paragraphStart).next());
270 VisiblePosition beyondEnd(endOfParagraph(visibleEnd).next());
288 nextParagraphStart = endOfParagraph(paragraphStart).next();
292 nextParagraphStart = endOfParagraph(paragraphStart).next();
    [all...]
VisibleSelection.cpp 435 VisiblePosition visibleParagraphEnd = endOfParagraph(VisiblePosition(m_end, m_affinity));
463 m_end = endOfParagraph(VisiblePosition(m_end, m_affinity)).deepEquivalent();
ReplaceSelectionCommand.cpp     [all...]
VisibleUnits.cpp     [all...]
TypingCommand.cpp 546 if (visibleEnd == endOfParagraph(visibleEnd))
CompositeEditCommand.cpp     [all...]
FrameSelection.cpp 675 pos = endOfParagraph(endForPlatform());
758 pos = endOfParagraph(endForPlatform());
    [all...]
DeleteSelectionCommand.cpp 637 VisiblePosition endOfParagraphToMove = endOfParagraph(startOfParagraphToMove, CanSkipOverEditingBoundary);
    [all...]
SpellChecker.cpp 364 endOfParagraph(wordSelection.visibleEnd()));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.cpp     [all...]

Completed in 282 milliseconds