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

  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
TextCheckerClient.h 44 virtual void checkSpellingOfString(const String&, int* misspellingLocation, int* misspellingLength) = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
EditorClientImpl.h 87 virtual void checkSpellingOfString(const String&, int* misspellingLocation, int* misspellingLength) OVERRIDE;
EditorClientImpl.cpp 652 void EditorClientImpl::checkSpellingOfString(const String& text,
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.cpp 84 client->checkSpellingOfString(String(text + start + wordStart, wordLength), &misspellingLocation, &misspellingLength);
249 m_client->textChecker()->checkSpellingOfString(it.substring(0, length), &misspellingLocation, &misspellingLength);
Editor.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 259 virtual void checkSpellingOfString(const String&, int*, int*) OVERRIDE { }

Completed in 54 milliseconds