Searched defs:answer_contents (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/components/omnibox/
H A Dbase_search_provider_unittest.cc125 base::string16 answer_contents = base::ASCIIToUTF16("some answer content"); local
143 base::string16(), answer_contents, answer_type, std::string(),
154 EXPECT_EQ(answer_contents, match.answer_contents);
159 EXPECT_EQ(answer_contents, duplicate.answer_contents);
182 EXPECT_EQ(answer_contents2, match.answer_contents);
187 EXPECT_EQ(answer_contents, duplicate.answer_contents);
H A Dautocomplete_match.h321 base::string16 answer_contents; member in struct:AutocompleteMatch
H A Dsearch_suggestion_parser.h119 const base::string16& answer_contents,
139 const base::string16& answer_contents() const { return answer_contents_; } function in class:SearchSuggestionParser::SuggestResult
H A Dsearch_suggestion_parser.cc66 const base::string16& answer_contents,
84 answer_contents_(answer_contents),
441 base::string16 answer_contents; local
463 answer_contents = base::UTF8ToUTF16(contents);
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 Dsearch_provider.cc824 base::string16 answer_contents; local
828 if (!it->answer_contents.empty() &&
830 answer_contents = it->answer_contents;
838 trimmed_verbatim, base::string16(), base::string16(), answer_contents,
944 if (!it->answer_contents.empty()) {
948 it->answer_contents.clear();
1410 if (match->answer_contents.empty() && result.size() > 1)
1412 if (match->answer_contents.empty() || match->answer_type.empty() ||
/external/chromium_org/chrome/browser/android/omnibox/
H A Dautocomplete_controller_android.cc441 ScopedJavaLocalRef<jstring> answer_contents = local
442 ConvertUTF16ToJavaString(env, match.answer_contents);
460 answer_contents.obj(),

Completed in 904 milliseconds