Searched refs:match_contents (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/components/omnibox/ |
D | search_suggestion_parser.cc | 63 const base::string16& match_contents, in SuggestResult() argument 87 match_contents_ = match_contents; in SuggestResult() 220 base::string16 match_contents = net::FormatUrl(url_, languages, format_types, in CalculateAndClassifyMatchContents() local 225 match_start = match_contents.find(input_text); in CalculateAndClassifyMatchContents() 228 match_contents_ = match_contents; in CalculateAndClassifyMatchContents() 438 base::string16 match_contents = suggestion; in ParseSuggestResults() local 448 suggestion_detail->GetString("t", &match_contents); in ParseSuggestResults() 451 if (match_contents.empty()) in ParseSuggestResults() 452 match_contents = suggestion; in ParseSuggestResults() 473 base::CollapseWhitespace(match_contents, false), in ParseSuggestResults()
|
D | search_suggestion_parser.h | 50 const base::string16& match_contents() const { return match_contents_; } in match_contents() function 116 const base::string16& match_contents,
|
D | base_search_provider.cc | 207 match.contents = suggestion.match_contents(); in CreateSearchSuggestion() 230 suggestion.match_contents()); in CreateSearchSuggestion()
|
D | search_provider.cc | 708 if (sug_it->match_contents() == top_query_suggestion_match_contents_) in PersistTopSuggestions() 1361 match.contents = navigation.match_contents(); in NavigationToMatch()
|
/external/chromium_org/chrome/browser/autocomplete/ |
D | search_provider_unittest.cc | 2286 const std::string match_contents; in TEST_F() member 2388 EXPECT_EQ(ASCIIToUTF16(cases[i].output[j].match_contents), in TEST_F() 2396 EXPECT_EQ(kNotApplicable, cases[i].output[j].match_contents); in TEST_F()
|