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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertListCommand.cpp 90 VisiblePosition end = startOfParagraph(selection.visibleEnd());
136 VisiblePosition startOfLastParagraph = startOfParagraph(endOfSelection, CanSkipOverEditingBoundary);
138 if (startOfParagraph(startOfSelection, CanSkipOverEditingBoundary) != startOfLastParagraph) {
168 startOfLastParagraph = startOfParagraph(endOfSelection, CanSkipOverEditingBoundary);
274 start = startOfParagraph(originalStart, CanSkipOverEditingBoundary);
338 VisiblePosition start = startOfParagraph(originalStart, CanSkipOverEditingBoundary);
395 start = startOfParagraph(start, CanSkipOverEditingBoundary);
VisibleUnits.h 67 VisiblePosition startOfParagraph(const VisiblePosition&, EditingBoundaryCrossingRule = CannotCrossEditingBoundary);
IndentOutdentCommand.cpp 129 VisiblePosition visibleStartOfParagraph = startOfParagraph(endingSelection().visibleStart());
189 VisiblePosition startOfParagraphToMove(startOfParagraph(visibleStartOfParagraph));
ApplyBlockElementCommand.cpp 184 start = startOfParagraph(endOfCurrentParagraph).deepEquivalent();
196 start = startOfParagraph(VisiblePosition(end.previous())).deepEquivalent();
TextCheckingHelper.cpp 104 setStart(paragraphRange.get(), startOfParagraph(VisiblePosition(range->startPosition())));
310 setStart(paragraphRange.get(), startOfParagraph(VisiblePosition(m_range->startPosition())));
VisibleUnits.cpp     [all...]
VisibleSelection.cpp 420 m_start = startOfParagraph(pos).deepEquivalent();
448 m_start = startOfParagraph(VisiblePosition(m_start, m_affinity)).deepEquivalent();
CompositeEditCommand.cpp     [all...]
FrameSelection.cpp     [all...]
ReplaceSelectionCommand.cpp     [all...]
ApplyStyleCommand.cpp 265 VisiblePosition paragraphStart(startOfParagraph(visibleStart));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.cpp     [all...]

Completed in 195 milliseconds