Searched refs:textChecker (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | SpellCheckerClient.h | 44 virtual TextCheckerClient& textChecker() = 0;
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | SpellChecker.cpp | 81 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()
|
D | SpellChecker.h | 53 TextCheckerClient& textChecker() const;
|
D | TextCheckingHelper.cpp | 249 …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()
|
D | SpellCheckRequester.cpp | 136 return m_frame.spellChecker().textChecker(); in client()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | SpellCheckerClientImpl.h | 64 virtual WebCore::TextCheckerClient& textChecker() { return *this; } in textChecker() function
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | EmptyClients.h | 278 TextCheckerClient& textChecker() { return m_textCheckerClient; } in textChecker() function
|