TextCheckingProcessType 44 Source/core/editing/SpellCheckRequester.cpp TextCheckingProcessType processType, TextCheckingProcessType 62 Source/core/editing/SpellCheckRequester.cpp PassRefPtr<SpellCheckRequest> SpellCheckRequest::create(TextCheckingTypeMask textCheckingOptions, TextCheckingProcessType processType, PassRefPtrWillBeRawPtr<Range> checkingRange, PassRefPtrWillBeRawPtr<Range> paragraphRange, int requestNumber) TextCheckingProcessType 48 Source/core/editing/SpellCheckRequester.h static PassRefPtr<SpellCheckRequest> create(TextCheckingTypeMask, TextCheckingProcessType, PassRefPtrWillBeRawPtr<Range> checkingRange, PassRefPtrWillBeRawPtr<Range> paragraphRange, int requestNumber = 0); TextCheckingProcessType 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); TextCheckingProcessType 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) TextCheckingProcessType 93 Source/platform/text/TextChecking.h TextCheckingProcessType processType() const { return m_processType; } TextCheckingProcessType 101 Source/platform/text/TextChecking.h TextCheckingProcessType m_processType;