Searched refs:match_contents (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
H A Dextension_app_provider_unittest.cc133 const char* match_contents; member in struct:TestData
153 EXPECT_EQ(ASCIIToUTF16(cases[i].match_contents), match.contents);
H A Dsearch_provider.h92 const base::string16& match_contents,
244 const base::string16& match_contents,
256 const base::string16& match_contents() const { return match_contents_; } function in class:SearchProvider::SuggestResult
H A Dsearch_provider.cc109 const base::string16& match_contents,
111 match->contents = match_contents.empty() ? query_string : match_contents;
116 if (input_text != match_contents) {
258 const base::string16& match_contents,
269 match_contents_(match_contents),
406 const base::string16& match_contents,
420 SetAndClassifyMatchContents(query_string, input_text, match_contents, &match);
425 match.allowed_to_be_default_match = (input_text == match_contents);
1187 base::string16 match_contents local
107 SetAndClassifyMatchContents(const base::string16& query_string, const base::string16& input_text, const base::string16& match_contents, AutocompleteMatch* match) argument
255 SuggestResult( const base::string16& suggestion, AutocompleteMatchType::Type type, const base::string16& match_contents, const base::string16& annotation, const std::string& suggest_query_params, const std::string& deletion_url, bool from_keyword_provider, int relevance, bool relevance_from_server, bool should_prefetch) argument
399 CreateSearchSuggestion( AutocompleteProvider* autocomplete_provider, const AutocompleteInput& input, const base::string16& input_text, int relevance, AutocompleteMatch::Type type, bool is_keyword, const base::string16& match_contents, const base::string16& annotation, const TemplateURL* template_url, const base::string16& query_string, const std::string& suggest_query_params, int accepted_suggestion, int omnibox_start_margin, bool append_extra_query_params) argument
[all...]
H A Dsearch_provider_unittest.cc2733 const std::string match_contents; member in struct:DefaultFetcherUrlInputMatch
2830 EXPECT_EQ(ASCIIToUTF16(cases[i].output[j].match_contents),
2838 EXPECT_EQ(kNotApplicable, cases[i].output[j].match_contents);
2855 const std::string match_contents; member in struct:DefaultFetcherUrlInputMatch
2956 EXPECT_EQ(ASCIIToUTF16(cases[i].output[j].match_contents),
2964 EXPECT_EQ(kNotApplicable, cases[i].output[j].match_contents);

Completed in 172 milliseconds