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

  /external/webkit/Source/WebCore/editing/
TextCheckingHelper.cpp 48 TextCheckingParagraph::TextCheckingParagraph(PassRefPtr<Range> checkingRange)
56 TextCheckingParagraph::~TextCheckingParagraph()
60 void TextCheckingParagraph::expandRangeToNextEnd()
67 void TextCheckingParagraph::invalidateParagraphRangeValues()
74 int TextCheckingParagraph::rangeLength() const
80 PassRefPtr<Range> TextCheckingParagraph::paragraphRange() const
88 PassRefPtr<Range> TextCheckingParagraph::subrange(int characterOffset, int characterCount) const
94 int TextCheckingParagraph::offsetTo(const Position& position, ExceptionCode& ec) cons
    [all...]
TextCheckingHelper.h 31 class TextCheckingParagraph {
33 explicit TextCheckingParagraph(PassRefPtr<Range> checkingRange);
34 ~TextCheckingParagraph();
SpellingCorrectionController.cpp 305 String paragraphText = plainText(TextCheckingParagraph(m_correctionPanelInfo.rangeToBeReplaced).paragraphRange().get());
Editor.cpp     [all...]

Completed in 37 milliseconds