TextCheckingTypeMask   43 Source/core/editing/SpellCheckRequester.cpp     TextCheckingTypeMask mask,
TextCheckingTypeMask   62 Source/core/editing/SpellCheckRequester.cpp PassRefPtr<SpellCheckRequest> SpellCheckRequest::create(TextCheckingTypeMask textCheckingOptions, TextCheckingProcessType processType, PassRefPtrWillBeRawPtr<Range> checkingRange, PassRefPtrWillBeRawPtr<Range> paragraphRange, int requestNumber)
TextCheckingTypeMask   48 Source/core/editing/SpellCheckRequester.h     static PassRefPtr<SpellCheckRequest> create(TextCheckingTypeMask, TextCheckingProcessType, PassRefPtrWillBeRawPtr<Range> checkingRange, PassRefPtrWillBeRawPtr<Range> paragraphRange, int requestNumber = 0);
TextCheckingTypeMask   65 Source/core/editing/SpellCheckRequester.h     SpellCheckRequest(PassRefPtrWillBeRawPtr<Range> checkingRange, PassRefPtrWillBeRawPtr<Range> paragraphRange, const String&, TextCheckingTypeMask, TextCheckingProcessType, const Vector<uint32_t>& documentMarkersInRange, const Vector<unsigned>& documentMarkerOffsets, int requestNumber);
TextCheckingTypeMask  333 Source/core/editing/SpellChecker.cpp         TextCheckingTypeMask textCheckingOptions = 0;
TextCheckingTypeMask  445 Source/core/editing/SpellChecker.cpp void SpellChecker::markAllMisspellingsAndBadGrammarInRanges(TextCheckingTypeMask textCheckingOptions, Range* spellingRange, Range* grammarRange)
TextCheckingTypeMask  480 Source/core/editing/SpellChecker.cpp void SpellChecker::chunkAndMarkAllMisspellingsAndBadGrammar(TextCheckingTypeMask textCheckingOptions, const TextCheckingParagraph& fullParagraphToCheck, bool asynchronous)
TextCheckingTypeMask  510 Source/core/editing/SpellChecker.cpp void SpellChecker::markAllMisspellingsAndBadGrammarInRanges(TextCheckingTypeMask textCheckingOptions, Range* checkRange, Range* paragraphRange, bool asynchronous, int requestNumber, int* checkingLength)
TextCheckingTypeMask  531 Source/core/editing/SpellChecker.cpp     TextCheckingTypeMask textCheckingOptions = request->data().mask();
TextCheckingTypeMask  614 Source/core/editing/SpellChecker.cpp         TextCheckingTypeMask textCheckingOptions = TextCheckingTypeSpelling;
TextCheckingTypeMask  823 Source/core/editing/SpellChecker.cpp TextCheckingTypeMask SpellChecker::resolveTextCheckingTypeMask(TextCheckingTypeMask textCheckingOptions)
TextCheckingTypeMask  828 Source/core/editing/SpellChecker.cpp     TextCheckingTypeMask checkingTypes = 0;
TextCheckingTypeMask   66 Source/core/editing/SpellChecker.h     void markAllMisspellingsAndBadGrammarInRanges(TextCheckingTypeMask, Range* spellingRange, Range* grammarRange);
TextCheckingTypeMask   93 Source/core/editing/SpellChecker.h     TextCheckingTypeMask resolveTextCheckingTypeMask(TextCheckingTypeMask);
TextCheckingTypeMask   97 Source/core/editing/SpellChecker.h     void chunkAndMarkAllMisspellingsAndBadGrammar(TextCheckingTypeMask textCheckingOptions, const TextCheckingParagraph& fullParagraphToCheck, bool asynchronous);
TextCheckingTypeMask   98 Source/core/editing/SpellChecker.h     void markAllMisspellingsAndBadGrammarInRanges(TextCheckingTypeMask textCheckingOptions, Range* checkingRange, Range* paragraphRange, bool asynchronous, int requestNumber, int* checkingLength = 0);
TextCheckingTypeMask  342 Source/core/editing/TextCheckingHelper.cpp                 TextCheckingTypeMask checkingTypes = checkGrammar ? (TextCheckingTypeSpelling | TextCheckingTypeGrammar) : TextCheckingTypeSpelling;
TextCheckingTypeMask  533 Source/core/editing/TextCheckingHelper.cpp void checkTextOfParagraph(TextCheckerClient& client, const String& text, TextCheckingTypeMask checkingTypes, Vector<TextCheckingResult>& results)
TextCheckingTypeMask  102 Source/core/editing/TextCheckingHelper.h void checkTextOfParagraph(TextCheckerClient&, const String&, TextCheckingTypeMask, Vector<TextCheckingResult>&);
TextCheckingTypeMask   80 Source/platform/text/TextChecking.h     TextCheckingRequestData(int sequence, const String& text, TextCheckingTypeMask mask, TextCheckingProcessType processType, const Vector<uint32_t>& markers, const Vector<unsigned>& offsets)
TextCheckingTypeMask   91 Source/platform/text/TextChecking.h     TextCheckingTypeMask mask() const { return m_mask; }
TextCheckingTypeMask  100 Source/platform/text/TextChecking.h     TextCheckingTypeMask m_mask;