Home
last modified time | relevance | path

Searched refs:suggestionsList (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/libcef_dll/ctocpp/
Dcontext_menu_params_ctocpp.cc300 cef_string_list_t suggestionsList = cef_string_list_alloc(); in GetDictionarySuggestions() local
301 DCHECK(suggestionsList); in GetDictionarySuggestions()
302 if (suggestionsList) in GetDictionarySuggestions()
303 transfer_string_list_contents(suggestions, suggestionsList); in GetDictionarySuggestions()
306 int _retval = _struct->get_dictionary_suggestions(_struct, suggestionsList); in GetDictionarySuggestions()
309 if (suggestionsList) { in GetDictionarySuggestions()
311 transfer_string_list_contents(suggestionsList, suggestions); in GetDictionarySuggestions()
312 cef_string_list_free(suggestionsList); in GetDictionarySuggestions()
/third_party/cef/libcef_dll/cpptoc/
Dcontext_menu_params_cpptoc.cc300 std::vector<CefString> suggestionsList; in context_menu_params_get_dictionary_suggestions() local
301 transfer_string_list_contents(suggestions, suggestionsList); in context_menu_params_get_dictionary_suggestions()
306 suggestionsList); in context_menu_params_get_dictionary_suggestions()
310 transfer_string_list_contents(suggestionsList, suggestions); in context_menu_params_get_dictionary_suggestions()