TextCheckingParagraph  464 Source/core/editing/SpellChecker.cpp     TextCheckingParagraph fullParagraphToCheck(rangeToCheck);
TextCheckingParagraph  475 Source/core/editing/SpellChecker.cpp     TextCheckingParagraph textToCheck(rangeToCheck, rangeToCheck);
TextCheckingParagraph  480 Source/core/editing/SpellChecker.cpp void SpellChecker::chunkAndMarkAllMisspellingsAndBadGrammar(TextCheckingTypeMask textCheckingOptions, const TextCheckingParagraph& fullParagraphToCheck, bool asynchronous)
TextCheckingParagraph  512 Source/core/editing/SpellChecker.cpp     TextCheckingParagraph sentenceToCheck(checkRange, paragraphRange);
TextCheckingParagraph  532 Source/core/editing/SpellChecker.cpp     TextCheckingParagraph paragraph(request->checkingRange(), request->paragraphRange());
TextCheckingParagraph  591 Source/core/editing/SpellChecker.cpp         TextCheckingParagraph extendedParagraph(paragraph);
TextCheckingParagraph   42 Source/core/editing/SpellChecker.h class TextCheckingParagraph;
TextCheckingParagraph   97 Source/core/editing/SpellChecker.h     void chunkAndMarkAllMisspellingsAndBadGrammar(TextCheckingTypeMask textCheckingOptions, const TextCheckingParagraph& fullParagraphToCheck, bool asynchronous);
TextCheckingParagraph  109 Source/core/editing/TextCheckingHelper.cpp TextCheckingParagraph::TextCheckingParagraph(PassRefPtrWillBeRawPtr<Range> checkingRange)
TextCheckingParagraph  117 Source/core/editing/TextCheckingHelper.cpp TextCheckingParagraph::TextCheckingParagraph(PassRefPtrWillBeRawPtr<Range> checkingRange, PassRefPtrWillBeRawPtr<Range> paragraphRange)
TextCheckingParagraph  126 Source/core/editing/TextCheckingHelper.cpp TextCheckingParagraph::~TextCheckingParagraph()
TextCheckingParagraph  130 Source/core/editing/TextCheckingHelper.cpp void TextCheckingParagraph::expandRangeToNextEnd()
TextCheckingParagraph  137 Source/core/editing/TextCheckingHelper.cpp void TextCheckingParagraph::invalidateParagraphRangeValues()
TextCheckingParagraph  144 Source/core/editing/TextCheckingHelper.cpp int TextCheckingParagraph::rangeLength() const
TextCheckingParagraph  150 Source/core/editing/TextCheckingHelper.cpp PassRefPtrWillBeRawPtr<Range> TextCheckingParagraph::paragraphRange() const
TextCheckingParagraph  158 Source/core/editing/TextCheckingHelper.cpp PassRefPtrWillBeRawPtr<Range> TextCheckingParagraph::subrange(int characterOffset, int characterCount) const
TextCheckingParagraph  164 Source/core/editing/TextCheckingHelper.cpp int TextCheckingParagraph::offsetTo(const Position& position, ExceptionState& exceptionState) const
TextCheckingParagraph  174 Source/core/editing/TextCheckingHelper.cpp bool TextCheckingParagraph::isEmpty() const
TextCheckingParagraph  181 Source/core/editing/TextCheckingHelper.cpp PassRefPtrWillBeRawPtr<Range> TextCheckingParagraph::offsetAsRange() const
TextCheckingParagraph  190 Source/core/editing/TextCheckingHelper.cpp const String& TextCheckingParagraph::text() const
TextCheckingParagraph  198 Source/core/editing/TextCheckingHelper.cpp int TextCheckingParagraph::checkingStart() const
TextCheckingParagraph  206 Source/core/editing/TextCheckingHelper.cpp int TextCheckingParagraph::checkingEnd() const
TextCheckingParagraph  214 Source/core/editing/TextCheckingHelper.cpp int TextCheckingParagraph::checkingLength() const
TextCheckingParagraph  462 Source/core/editing/TextCheckingHelper.cpp     TextCheckingParagraph paragraph(m_range);
TextCheckingParagraph   38 Source/core/editing/TextCheckingHelper.h class TextCheckingParagraph {
TextCheckingParagraph   41 Source/core/editing/TextCheckingHelper.h     explicit TextCheckingParagraph(PassRefPtrWillBeRawPtr<Range> checkingRange);
TextCheckingParagraph   42 Source/core/editing/TextCheckingHelper.h     TextCheckingParagraph(PassRefPtrWillBeRawPtr<Range> checkingRange, PassRefPtrWillBeRawPtr<Range> paragraphRange);
TextCheckingParagraph   43 Source/core/editing/TextCheckingHelper.h     ~TextCheckingParagraph();