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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
IndentOutdentCommand.cpp 120 VisiblePosition visibleEndOfParagraph = endOfParagraph(visibleStartOfParagraph);
180 moveParagraph(startOfParagraph(visibleStartOfParagraph), endOfParagraph(visibleEndOfParagraph), positionBeforeNode(placeholder.get()), true);
186 VisiblePosition endOfLastParagraph = endOfParagraph(endOfSelection);
188 if (endOfParagraph(startOfSelection) == endOfLastParagraph) {
194 VisiblePosition endOfCurrentParagraph = endOfParagraph(startOfSelection);
195 VisiblePosition endAfterSelection = endOfParagraph(endOfParagraph(endOfSelection).next());
198 VisiblePosition endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next());
214 endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next());
ApplyBlockElementCommand.cpp 118 VisiblePosition endOfCurrentParagraph = endOfParagraph(startOfSelection);
119 VisiblePosition endAfterSelection = endOfParagraph(endOfParagraph(endOfSelection).next());
120 m_endOfLastParagraph = endOfParagraph(endOfSelection).deepEquivalent();
243 VisiblePosition endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next());
VisibleUnits.h 69 VisiblePosition endOfParagraph(const VisiblePosition&, EditingBoundaryCrossingRule = CannotCrossEditingBoundary);
InsertListCommand.cpp 267 end = endOfParagraph(start, CanSkipOverEditingBoundary);
331 VisiblePosition end = endOfParagraph(start, CanSkipOverEditingBoundary);
383 end = endOfParagraph(start, CanSkipOverEditingBoundary);
TextCheckingHelper.cpp 104 setEnd(paragraphRange.get(), endOfParagraph(range->endPosition()));
132 setEnd(paragraphRange().get(), endOfParagraph(startOfNextParagraph(paragraphRange()->startPosition())));
312 setEnd(paragraphRange.get(), endOfParagraph(m_range->startPosition()));
406 setEnd(paragraphRange.get(), endOfParagraph(newParagraphStart));
VisibleSelection.cpp 359 VisiblePosition visibleParagraphEnd = endOfParagraph(VisiblePosition(m_end, m_affinity));
387 m_end = endOfParagraph(VisiblePosition(m_end, m_affinity)).deepEquivalent();
ApplyStyleCommand.cpp 262 VisiblePosition nextParagraphStart(endOfParagraph(paragraphStart).next());
263 VisiblePosition beyondEnd(endOfParagraph(visibleEnd).next());
281 nextParagraphStart = endOfParagraph(paragraphStart).next();
285 nextParagraphStart = endOfParagraph(paragraphStart).next();
    [all...]
ReplaceSelectionCommand.cpp     [all...]
VisibleUnits.cpp     [all...]
TypingCommand.cpp 541 if (visibleEnd == endOfParagraph(visibleEnd))
FrameSelection.cpp 634 pos = endOfParagraph(endForPlatform());
717 pos = endOfParagraph(endForPlatform());
    [all...]
DeleteSelectionCommand.cpp 635 VisiblePosition endOfParagraphToMove = endOfParagraph(startOfParagraphToMove);
    [all...]
CompositeEditCommand.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.cpp     [all...]

Completed in 490 milliseconds