Home
last modified time | relevance | path

Searched refs:dictionarySuggestions (Results 1 – 4 of 4) sorted by relevance

/external/chromium/webkit/glue/
Dcontext_menu.cc46 for (size_t i = 0; i < data.dictionarySuggestions.size(); ++i) in ContextMenuParams()
47 dictionary_suggestions.push_back(data.dictionarySuggestions[i]); in ContextMenuParams()
/external/chromium_org/content/renderer/
Dcontext_menu_params_builder.cc45 for (size_t i = 0; i < data.dictionarySuggestions.size(); ++i) in Build()
46 params.dictionary_suggestions.push_back(data.dictionarySuggestions[i]); in Build()
/external/chromium_org/third_party/WebKit/public/web/
DWebContextMenuData.h127 WebVector<WebString> dictionarySuggestions; member
/external/chromium_org/third_party/WebKit/Source/web/
DContextMenuClientImpl.cpp319 data.dictionarySuggestions = suggestions; in showContextMenu()
322 …->spellCheck(data.misspelledWord, misspelledOffset, misspelledLength, &data.dictionarySuggestions); in showContextMenu()
334 &data.dictionarySuggestions); in showContextMenu()