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 91 VisiblePosition end = startOfParagraph(selection.visibleEnd());
134 VisiblePosition startOfLastParagraph = startOfParagraph(endOfSelection, CanSkipOverEditingBoundary);
136 if (startOfParagraph(startOfSelection, CanSkipOverEditingBoundary) != startOfLastParagraph) {
166 startOfLastParagraph = startOfParagraph(endOfSelection, CanSkipOverEditingBoundary);
266 start = startOfParagraph(originalStart, CanSkipOverEditingBoundary);
330 VisiblePosition start = startOfParagraph(originalStart, CanSkipOverEditingBoundary);
382 start = startOfParagraph(originalStart, CanSkipOverEditingBoundary);
VisibleUnits.h 68 VisiblePosition startOfParagraph(const VisiblePosition&, EditingBoundaryCrossingRule = CannotCrossEditingBoundary);
IndentOutdentCommand.cpp 119 VisiblePosition visibleStartOfParagraph = startOfParagraph(endingSelection().visibleStart());
180 moveParagraph(startOfParagraph(visibleStartOfParagraph), endOfParagraph(visibleEndOfParagraph), positionBeforeNode(placeholder.get()), true);
ApplyBlockElementCommand.cpp 184 start = startOfParagraph(endOfCurrentParagraph).deepEquivalent();
194 start = startOfParagraph(end.previous()).deepEquivalent();
TextCheckingHelper.cpp 103 setStart(paragraphRange.get(), startOfParagraph(range->startPosition()));
310 setStart(paragraphRange.get(), startOfParagraph(m_range->startPosition()));
VisibleSelection.cpp 358 m_start = startOfParagraph(pos).deepEquivalent();
386 m_start = startOfParagraph(VisiblePosition(m_start, m_affinity)).deepEquivalent();
VisibleUnits.cpp     [all...]
FrameSelection.cpp 802 pos = startOfParagraph(startForPlatform());
    [all...]
ReplaceSelectionCommand.cpp     [all...]
ApplyStyleCommand.cpp 261 VisiblePosition paragraphStart(startOfParagraph(visibleStart));
    [all...]
CompositeEditCommand.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.cpp     [all...]

Completed in 70 milliseconds