Searched refs:checkSpellingOfString (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
D | TextCheckerClient.h | 44 …virtual void checkSpellingOfString(const String&, int* misspellingLocation, int* misspellingLength…
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | SpellCheckerClientImpl.h | 55 …virtual void checkSpellingOfString(const String&, int* misspellingLocation, int* misspellingLength…
|
D | SpellCheckerClientImpl.cpp | 131 void SpellCheckerClientImpl::checkSpellingOfString(const String& text, int* misspellingLocation, in… in checkSpellingOfString() function in blink::SpellCheckerClientImpl
|
/external/chromium_org/chrome/browser/spellchecker/ |
D | spellcheck_platform_mac.mm | 179 // -[NSSpellChecker checkSpellingOfString] returns an NSRange that 187 checkSpellingOfString:NS_word_to_check startingAt:0
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | TextCheckingHelper.cpp | 85 …client.checkSpellingOfString(String(text + start + wordStart, wordLength), &misspellingLocation, &… in findMisspellings() 249 …m_client->textChecker().checkSpellingOfString(it.substring(0, length), &misspellingLocation, &miss… in findFirstMisspelling()
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | EmptyClients.h | 254 virtual void checkSpellingOfString(const String&, int*, int*) OVERRIDE { } in checkSpellingOfString() function
|