HomeSort by relevance Sort by last modified time
    Searched defs:answer_type (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_match.h 303 base::string16 answer_type; member in struct:AutocompleteMatch
base_search_provider.h 184 const base::string16& answer_type,
204 const base::string16& answer_type() const { return answer_type_; } function in class:BaseSearchProvider::SuggestResult
base_search_provider.cc 245 const base::string16& answer_type,
263 answer_type_(answer_type),
506 match.answer_type = suggestion.answer_type();
913 base::string16 answer_type; local
945 match_contents_prefix, annotation, answer_contents, answer_type, local
    [all...]
  /external/chromium_org/chrome/browser/android/omnibox/
autocomplete_controller_android.cc 449 ScopedJavaLocalRef<jstring> answer_type = local
450 ConvertUTF16ToJavaString(env, match.answer_type);
466 answer_type.obj(),

Completed in 209 milliseconds