Home
last modified time | relevance | path

Searched refs:dictionarySuggestions (Results 1 – 3 of 3) 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/webkit/Source/WebKit/chromium/public/
DWebContextMenuData.h115 WebVector<WebString> dictionarySuggestions; member
/external/webkit/Source/WebKit/chromium/src/
DContextMenuClientImpl.cpp266 &data.dictionarySuggestions); in getCustomMenuFromDefaultItems()