Searched refs:textChecker (Results 1 – 8 of 8) 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 | 92 TextCheckerClient& SpellChecker::textChecker() const in textChecker() function in blink::SpellChecker 94 return spellCheckerClient().textChecker(); in textChecker() 412 …String autocorrectedString = textChecker().getAutoCorrectSuggestionForMisspelledWord(misspelledWor… in markMisspellingsAfterTypingToWord() 567 …checkTextOfParagraph(textChecker(), sentenceToCheck.text(), resolveTextCheckingTypeMask(textChecki… in markAllMisspellingsAndBadGrammarInRanges() 674 if (textChecker().shouldEraseMarkersAfterChangeSelection(TextCheckingTypeSpelling)) in updateMarkersForWordsAffectedByEditing() 812 if (textChecker().shouldEraseMarkersAfterChangeSelection(TextCheckingTypeSpelling)) { in respondToChangedSelection() 817 if (textChecker().shouldEraseMarkersAfterChangeSelection(TextCheckingTypeGrammar)) { in respondToChangedSelection()
|
D | SpellChecker.h | 54 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() 468 …m_client->textChecker().checkGrammarOfString(paragraph.textSubstring(startOffset), grammarDetails,… in findFirstBadGrammar()
|
D | SpellCheckRequester.cpp | 149 return frame().spellChecker().textChecker(); in client()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | SpellCheckerClientImpl.h | 63 virtual TextCheckerClient& textChecker() OVERRIDE { return *this; } in textChecker() function
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLTextFormControlElementTest.cpp | 66 virtual TextCheckerClient& textChecker() OVERRIDE { return m_dummyTextCheckerClient; } in textChecker() function in __anon3a6e6bd60111::DummySpellCheckerClient
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | EmptyClients.h | 273 virtual TextCheckerClient& textChecker() OVERRIDE { return m_textCheckerClient; } in textChecker() function
|