Home
last modified time | relevance | path

Searched defs:checkSpellingOfString (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DSpellCheckerClientImpl.cpp125 void SpellCheckerClientImpl::checkSpellingOfString(const String& text, int* misspellingLocation, in… in checkSpellingOfString() function in blink::SpellCheckerClientImpl
/external/chromium_org/third_party/WebKit/Source/core/loader/
DEmptyClients.h262 virtual void checkSpellingOfString(const String&, int*, int*) OVERRIDE { } in checkSpellingOfString() function