checkSpellingOfString 85 Source/core/editing/TextCheckingHelper.cpp client.checkSpellingOfString(String(text + start + wordStart, wordLength), &misspellingLocation, &misspellingLength); checkSpellingOfString 249 Source/core/editing/TextCheckingHelper.cpp m_client->textChecker().checkSpellingOfString(it.substring(0, length), &misspellingLocation, &misspellingLength); checkSpellingOfString 260 Source/core/loader/EmptyClients.h virtual void checkSpellingOfString(const String&, int*, int*) OVERRIDE { } checkSpellingOfString 44 Source/platform/text/TextCheckerClient.h virtual void checkSpellingOfString(const String&, int* misspellingLocation, int* misspellingLength) = 0; checkSpellingOfString 55 Source/web/SpellCheckerClientImpl.h virtual void checkSpellingOfString(const String&, int* misspellingLocation, int* misspellingLength) OVERRIDE;