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

  /external/chromium_org/content/renderer/
context_menu_params_builder.cc 46 for (size_t i = 0; i < data.dictionarySuggestions.size(); ++i)
47 params.dictionary_suggestions.push_back(data.dictionarySuggestions[i]);
  /external/chromium_org/third_party/WebKit/public/web/
WebContextMenuData.h 130 WebVector<WebString> dictionarySuggestions;
  /external/chromium_org/third_party/WebKit/Source/web/
ContextMenuClientImpl.cpp 334 data.dictionarySuggestions = suggestions;
337 m_webView->spellCheckClient()->spellCheck(data.misspelledWord, misspelledOffset, misspelledLength, &data.dictionarySuggestions);
349 &data.dictionarySuggestions);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryFacilitator.java 501 final ArrayList<SuggestedWordInfo> dictionarySuggestions =
504 if (null == dictionarySuggestions) continue;
505 suggestionResults.addAll(dictionarySuggestions);
507 suggestionResults.mRawSuggestions.addAll(dictionarySuggestions);

Completed in 178 milliseconds