HomeSort by relevance Sort by last modified time
    Searched defs:spellCheck (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit/chromium/public/
WebSpellCheckClient.h 50 virtual void spellCheck(const WebString& text,
  /frameworks/base/core/java/android/widget/
SpellChecker.java 200 spellCheck();
203 public void spellCheck(int start, int end) {
213 // Spell checker has been turned of or off since last spellCheck
241 private void spellCheck() {
519 spellCheck();
TextView.java     [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.cpp 408 void WebViewHost::spellCheck(const WebString& text, int& misspelledOffset, int& misspelledLength, WebVector<WebString>* optionalSuggestions)
    [all...]

Completed in 272 milliseconds