Home
last modified time | relevance | path

Searched refs:checkSpellingOfString (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextCheckerClient.h44 …virtual void checkSpellingOfString(const String&, int* misspellingLocation, int* misspellingLength…
/external/chromium_org/third_party/WebKit/Source/web/
DSpellCheckerClientImpl.h55 …virtual void checkSpellingOfString(const String&, int* misspellingLocation, int* misspellingLength…
DSpellCheckerClientImpl.cpp131 void SpellCheckerClientImpl::checkSpellingOfString(const String& text, int* misspellingLocation, in… in checkSpellingOfString() function in blink::SpellCheckerClientImpl
/external/chromium_org/chrome/browser/spellchecker/
Dspellcheck_platform_mac.mm179 // -[NSSpellChecker checkSpellingOfString] returns an NSRange that
187 checkSpellingOfString:NS_word_to_check startingAt:0
/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextCheckingHelper.cpp85 …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/
DEmptyClients.h254 virtual void checkSpellingOfString(const String&, int*, int*) OVERRIDE { } in checkSpellingOfString() function