Home
last modified time | relevance | path

Searched refs:textChecker (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DSpellCheckerClient.h44 virtual TextCheckerClient& textChecker() = 0;
/external/chromium_org/third_party/WebKit/Source/core/editing/
DSpellChecker.cpp81 TextCheckerClient& SpellChecker::textChecker() const in textChecker() function in WebCore::SpellChecker
83 return spellCheckerClient().textChecker(); in textChecker()
332 textChecker().checkSpellingOfString(word, &misspellingLocation, &misspellingLength); in misspelledWordAtCaretOrRange()
397 …String autocorrectedString = textChecker().getAutoCorrectSuggestionForMisspelledWord(misspelledWor… in markMisspellingsAfterTypingToWord()
552 …checkTextOfParagraph(textChecker(), sentenceToCheck.text(), resolveTextCheckingTypeMask(textChecki… in markAllMisspellingsAndBadGrammarInRanges()
659 if (textChecker().shouldEraseMarkersAfterChangeSelection(TextCheckingTypeSpelling)) in updateMarkersForWordsAffectedByEditing()
772 if (textChecker().shouldEraseMarkersAfterChangeSelection(TextCheckingTypeSpelling)) { in respondToChangedSelection()
776 if (textChecker().shouldEraseMarkersAfterChangeSelection(TextCheckingTypeGrammar)) { in respondToChangedSelection()
DSpellChecker.h53 TextCheckerClient& textChecker() const;
DTextCheckingHelper.cpp249 …m_client->textChecker().checkSpellingOfString(it.substring(0, length), &misspellingLocation, &miss… in findFirstMisspelling()
343 … checkTextOfParagraph(m_client->textChecker(), paragraphString, checkingTypes, results); in findFirstMisspellingOrBadGrammar()
470 …m_client->textChecker().checkGrammarOfString(paragraph.textSubstring(startOffset), grammarDetails,… in findFirstBadGrammar()
DSpellCheckRequester.cpp136 return m_frame.spellChecker().textChecker(); in client()
/external/chromium_org/third_party/WebKit/Source/web/
DSpellCheckerClientImpl.h64 virtual WebCore::TextCheckerClient& textChecker() { return *this; } in textChecker() function
/external/chromium_org/third_party/WebKit/Source/core/loader/
DEmptyClients.h278 TextCheckerClient& textChecker() { return m_textCheckerClient; } in textChecker() function