Searched refs:answer_type (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/components/omnibox/
H A Dbase_search_provider_unittest.cc126 base::string16 answer_type = base::ASCIIToUTF16("2334"); local
143 base::string16(), answer_contents, answer_type, std::string(),
155 EXPECT_EQ(answer_type, match.answer_type);
160 EXPECT_EQ(answer_type, duplicate.answer_type);
169 base::string16(), answer_contents2, answer_type, std::string(),
183 EXPECT_EQ(answer_type, match.answer_type);
188 EXPECT_EQ(answer_type, duplicat
[all...]
H A Dbase_search_provider.cc210 match.answer_type = suggestion.answer_type();
429 if (!less_relevant_match.answer_type.empty() &&
430 more_relevant_match.answer_type.empty()) {
431 more_relevant_match.answer_type = less_relevant_match.answer_type;
H A Dsearch_suggestion_parser.h120 const base::string16& answer_type,
140 const base::string16& answer_type() const { return answer_type_; } function in class:SearchSuggestionParser::SuggestResult
H A Dsearch_suggestion_parser.cc67 const base::string16& answer_type,
85 answer_type_(answer_type),
442 base::string16 answer_type; local
464 suggestion_detail->GetString("ansb", &answer_type);
474 match_contents_prefix, annotation, answer_contents, answer_type, local
60 SuggestResult( const base::string16& suggestion, AutocompleteMatchType::Type type, const base::string16& match_contents, const base::string16& match_contents_prefix, const base::string16& annotation, const base::string16& answer_contents, const base::string16& answer_type, const std::string& suggest_query_params, const std::string& deletion_url, bool from_keyword_provider, int relevance, bool relevance_from_server, bool should_prefetch, const base::string16& input_text) argument
H A Dautocomplete_match.cc81 answer_type(match.answer_type),
118 answer_type = match.answer_type;
H A Dautocomplete_match.h322 base::string16 answer_type; member in struct:AutocompleteMatch
H A Dsearch_provider.cc825 base::string16 answer_type; local
831 answer_type = it->answer_type;
839 answer_type, std::string(), std::string(), false, verbatim_relevance,
949 it->answer_type.clear();
1412 if (match->answer_contents.empty() || match->answer_type.empty() ||
1417 answers_cache_.UpdateRecentAnswers(match->fill_into_edit, match->answer_type);
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
H A DglX_proto_recv.py417 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/
H A DglX_proto_recv.py417 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/android/omnibox/
H A Dautocomplete_controller_android.cc443 ScopedJavaLocalRef<jstring> answer_type = local
444 ConvertUTF16ToJavaString(env, match.answer_type);
461 answer_type.obj(),
/external/chromium_org/chrome/browser/autocomplete/
H A Dsearch_provider_unittest.cc3399 match1.answer_type = base::ASCIIToUTF16("2334");
3434 match1.answer_type = base::ASCIIToUTF16("42");
3436 match3.answer_type = base::ASCIIToUTF16("1983");
3438 match5.answer_type = base::ASCIIToUTF16("423");
3448 EXPECT_EQ(base::ASCIIToUTF16("42"), matches[0].answer_type);
3450 EXPECT_TRUE(matches[1].answer_type.empty());
3452 EXPECT_TRUE(matches[2].answer_type.empty());
3454 EXPECT_TRUE(matches[3].answer_type.empty());
3456 EXPECT_TRUE(matches[4].answer_type.empty());

Completed in 1249 milliseconds