Searched refs:answer_type (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
D | glX_proto_recv.py | 417 answer_type = param.get_base_type_string() 418 if answer_type == "GLvoid": 419 answer_type = "GLubyte" 432 print ' %s answerBuffer[200];' % (answer_type) 442 print ' %s answerBuffer[200];' % (answer_type) 447 print ' %s %s[%u];' % (answer_type, param.name, c)
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | glX_proto_recv.py | 417 answer_type = param.get_base_type_string() 418 if answer_type == "GLvoid": 419 answer_type = "GLubyte" 432 print ' %s answerBuffer[200];' % (answer_type) 442 print ' %s answerBuffer[200];' % (answer_type) 447 print ' %s %s[%u];' % (answer_type, param.name, c)
|
/external/chromium_org/chrome/browser/autocomplete/ |
D | base_search_provider.cc | 245 const base::string16& answer_type, in SuggestResult() argument 263 answer_type_(answer_type), in SuggestResult() 506 match.answer_type = suggestion.answer_type(); in CreateSearchSuggestion() 913 base::string16 answer_type; in ParseSuggestResults() local 935 suggestion_detail->GetString("ansb", &answer_type); in ParseSuggestResults() 945 match_contents_prefix, annotation, answer_contents, answer_type, in ParseSuggestResults()
|
D | autocomplete_match.cc | 86 answer_type(match.answer_type), in AutocompleteMatch() 124 answer_type = match.answer_type; in operator =()
|
D | base_search_provider.h | 184 const base::string16& answer_type, 204 const base::string16& answer_type() const { return answer_type_; } in answer_type() function
|
D | autocomplete_match.h | 303 base::string16 answer_type; member
|
/external/chromium_org/chrome/browser/android/omnibox/ |
D | autocomplete_controller_android.cc | 449 ScopedJavaLocalRef<jstring> answer_type = in BuildOmniboxSuggestion() local 450 ConvertUTF16ToJavaString(env, match.answer_type); in BuildOmniboxSuggestion() 466 answer_type.obj(), in BuildOmniboxSuggestion()
|