Searched defs:match_contents (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/omnibox/
H A Dsearch_suggestion_parser.h50 const base::string16& match_contents() const { return match_contents_; } function in class:SearchSuggestionParser::Result
116 const base::string16& match_contents,
H A Dsearch_suggestion_parser.cc63 const base::string16& match_contents,
87 match_contents_ = match_contents;
220 base::string16 match_contents = net::FormatUrl(url_, languages, format_types, local
225 match_start = match_contents.find(input_text);
228 match_contents_ = match_contents;
438 base::string16 match_contents = suggestion; local
448 suggestion_detail->GetString("t", &match_contents);
451 if (match_contents.empty())
452 match_contents = suggestion;
473 base::CollapseWhitespace(match_contents, fals
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
[all...]
/external/chromium_org/chrome/browser/autocomplete/
H A Dsearch_provider_unittest.cc2286 const std::string match_contents; member in struct:DefaultFetcherUrlInputMatch
2388 EXPECT_EQ(ASCIIToUTF16(cases[i].output[j].match_contents),
2396 EXPECT_EQ(kNotApplicable, cases[i].output[j].match_contents);

Completed in 1895 milliseconds