HomeSort by relevance Sort by last modified time
    Searched refs:checkSpellingOfString (Results 1 - 5 of 5) sorted by null

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

Completed in 565 milliseconds