Searched refs:suggestionsList (Results 1 – 2 of 2) sorted by relevance
300 cef_string_list_t suggestionsList = cef_string_list_alloc(); in GetDictionarySuggestions() local301 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()
300 std::vector<CefString> suggestionsList; in context_menu_params_get_dictionary_suggestions() local301 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()