SpellChecker 1226 Source/core/editing/Editor.cpp SpellChecker& Editor::spellChecker() const SpellChecker 57 Source/core/editing/Editor.h class SpellChecker; SpellChecker 271 Source/core/editing/Editor.h SpellChecker& spellChecker() const; SpellChecker 63 Source/core/editing/SpellChecker.cpp PassOwnPtr<SpellChecker> SpellChecker::create(LocalFrame& frame) SpellChecker 65 Source/core/editing/SpellChecker.cpp return adoptPtr(new SpellChecker(frame)); SpellChecker 74 Source/core/editing/SpellChecker.cpp SpellCheckerClient& SpellChecker::spellCheckerClient() const SpellChecker 81 Source/core/editing/SpellChecker.cpp TextCheckerClient& SpellChecker::textChecker() const SpellChecker 86 Source/core/editing/SpellChecker.cpp SpellChecker::SpellChecker(LocalFrame& frame) SpellChecker 92 Source/core/editing/SpellChecker.cpp SpellChecker::~SpellChecker() SpellChecker 96 Source/core/editing/SpellChecker.cpp bool SpellChecker::isContinuousSpellCheckingEnabled() const SpellChecker 101 Source/core/editing/SpellChecker.cpp void SpellChecker::toggleContinuousSpellChecking() SpellChecker 113 Source/core/editing/SpellChecker.cpp bool SpellChecker::isGrammarCheckingEnabled() SpellChecker 118 Source/core/editing/SpellChecker.cpp void SpellChecker::didBeginEditing(Element* element) SpellChecker 144 Source/core/editing/SpellChecker.cpp void SpellChecker::ignoreSpelling() SpellChecker 150 Source/core/editing/SpellChecker.cpp void SpellChecker::advanceToNextMisspelling(bool startBeforeSelection) SpellChecker 307 Source/core/editing/SpellChecker.cpp void SpellChecker::showSpellingGuessPanel() SpellChecker 318 Source/core/editing/SpellChecker.cpp void SpellChecker::clearMisspellingsAndBadGrammar(const VisibleSelection &movingSelection) SpellChecker 325 Source/core/editing/SpellChecker.cpp void SpellChecker::markMisspellingsAndBadGrammar(const VisibleSelection &movingSelection) SpellChecker 330 Source/core/editing/SpellChecker.cpp void SpellChecker::markMisspellingsAfterTypingToWord(const VisiblePosition &wordStart, const VisibleSelection& selectionAfterTyping) SpellChecker 390 Source/core/editing/SpellChecker.cpp void SpellChecker::markMisspellingsOrBadGrammar(const VisibleSelection& selection, bool checkSpelling, RefPtrWillBeRawPtr<Range>& firstMisspellingRange) SpellChecker 419 Source/core/editing/SpellChecker.cpp bool SpellChecker::isSpellCheckingEnabledFor(Node* node) const SpellChecker 429 Source/core/editing/SpellChecker.cpp bool SpellChecker::isSpellCheckingEnabledInFocusedNode() const SpellChecker 434 Source/core/editing/SpellChecker.cpp void SpellChecker::markMisspellings(const VisibleSelection& selection, RefPtrWillBeRawPtr<Range>& firstMisspellingRange) SpellChecker 439 Source/core/editing/SpellChecker.cpp void SpellChecker::markBadGrammar(const VisibleSelection& selection) SpellChecker 445 Source/core/editing/SpellChecker.cpp void SpellChecker::markAllMisspellingsAndBadGrammarInRanges(TextCheckingTypeMask textCheckingOptions, Range* spellingRange, Range* grammarRange) SpellChecker 470 Source/core/editing/SpellChecker.cpp void SpellChecker::chunkAndMarkAllMisspellingsAndBadGrammar(Node* node) SpellChecker 480 Source/core/editing/SpellChecker.cpp void SpellChecker::chunkAndMarkAllMisspellingsAndBadGrammar(TextCheckingTypeMask textCheckingOptions, const TextCheckingParagraph& fullParagraphToCheck, bool asynchronous) SpellChecker 510 Source/core/editing/SpellChecker.cpp void SpellChecker::markAllMisspellingsAndBadGrammarInRanges(TextCheckingTypeMask textCheckingOptions, Range* checkRange, Range* paragraphRange, bool asynchronous, int requestNumber, int* checkingLength) SpellChecker 527 Source/core/editing/SpellChecker.cpp void SpellChecker::markAndReplaceFor(PassRefPtr<SpellCheckRequest> request, const Vector<TextCheckingResult>& results) SpellChecker 607 Source/core/editing/SpellChecker.cpp void SpellChecker::markMisspellingsAndBadGrammar(const VisibleSelection& spellingSelection, bool markGrammar, const VisibleSelection& grammarSelection) SpellChecker 627 Source/core/editing/SpellChecker.cpp void SpellChecker::updateMarkersForWordsAffectedByEditing(bool doNotRemoveIfSelectionAtWordBoundary) SpellChecker 697 Source/core/editing/SpellChecker.cpp void SpellChecker::didEndEditingOnTextField(Element* e) SpellChecker 712 Source/core/editing/SpellChecker.cpp void SpellChecker::respondToChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions options) SpellChecker 759 Source/core/editing/SpellChecker.cpp void SpellChecker::spellCheckAfterBlur() SpellChecker 773 Source/core/editing/SpellChecker.cpp void SpellChecker::spellCheckOldSelection(const VisibleSelection& oldSelection, const VisibleSelection& newAdjacentWords, const VisibleSelection& newSelectedSentence) SpellChecker 805 Source/core/editing/SpellChecker.cpp bool SpellChecker::selectionStartHasMarkerFor(DocumentMarker::MarkerType markerType, int from, int length) const SpellChecker 823 Source/core/editing/SpellChecker.cpp TextCheckingTypeMask SpellChecker::resolveTextCheckingTypeMask(TextCheckingTypeMask textCheckingOptions) SpellChecker 837 Source/core/editing/SpellChecker.cpp bool SpellChecker::unifiedTextCheckerEnabled() const SpellChecker 842 Source/core/editing/SpellChecker.cpp void SpellChecker::cancelCheck() SpellChecker 847 Source/core/editing/SpellChecker.cpp void SpellChecker::requestTextChecking(const Element& element) SpellChecker 45 Source/core/editing/SpellChecker.h class SpellChecker { SpellChecker 46 Source/core/editing/SpellChecker.h WTF_MAKE_NONCOPYABLE(SpellChecker); SpellChecker 48 Source/core/editing/SpellChecker.h static PassOwnPtr<SpellChecker> create(LocalFrame&); SpellChecker 50 Source/core/editing/SpellChecker.h ~SpellChecker(); SpellChecker 90 Source/core/editing/SpellChecker.h explicit SpellChecker(LocalFrame&); SpellChecker 96 Source/core/frame/LocalFrame.cpp , m_spellChecker(SpellChecker::create(*this)) SpellChecker 55 Source/core/frame/LocalFrame.h class SpellChecker; SpellChecker 88 Source/core/frame/LocalFrame.h SpellChecker& spellChecker() const; SpellChecker 154 Source/core/frame/LocalFrame.h const OwnPtr<SpellChecker> m_spellChecker; SpellChecker 202 Source/core/frame/LocalFrame.h inline SpellChecker& LocalFrame::spellChecker() const