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

  /external/webkit/Source/WebCore/editing/
TextCheckingHelper.cpp 42 RefPtr<Range> paragraphRange = range->cloneRange(ec);
43 setStart(paragraphRange.get(), startOfParagraph(range->startPosition()));
44 setEnd(paragraphRange.get(), endOfParagraph(range->endPosition()));
45 return paragraphRange;
63 setEnd(paragraphRange().get(), endOfParagraph(startOfNextParagraph(paragraphRange()->startPosition())));
77 return TextIterator::rangeLength(paragraphRange().get());
80 PassRefPtr<Range> TextCheckingParagraph::paragraphRange() const
91 return TextIterator::subrange(paragraphRange().get(), characterOffset, characterCount);
116 m_offsetAsRange = Range::create(paragraphRange()->startContainer(ec)->document(), paragraphRange()->startPosition(), checkingRange()->startPositi (…)
    [all...]
TextCheckingHelper.h 58 PassRefPtr<Range> paragraphRange() const;
SpellingCorrectionController.cpp 305 String paragraphText = plainText(TextCheckingParagraph(m_correctionPanelInfo.rangeToBeReplaced).paragraphRange().get());
  /external/webkit/Source/WebCore/platform/mac/
HTMLConverter.mm     [all...]

Completed in 298 milliseconds