Searched refs:ac_matches_ (Results 1 – 1 of 1) sorted by relevance
118 ACMatches ac_matches_; // The resulting matches after running RunTest. member in HistoryQuickProviderTest188 ac_matches_ = provider_->matches(); in RunTest()191 EXPECT_LE(ac_matches_.size(), AutocompleteProvider::kMaxMatches); in RunTest()195 EXPECT_EQ(expected_urls.size(), ac_matches_.size()); in RunTest()201 SetShouldContain(ac_matches_)).LeftOvers(); in RunTest()205 if (!ac_matches_.empty()) { in RunTest()206 std::partial_sort(ac_matches_.begin(), ac_matches_.begin() + 1, in RunTest()207 ac_matches_.end(), AutocompleteMatch::MoreRelevant); in RunTest()208 EXPECT_EQ(expected_top_result, ac_matches_[0].destination_url.spec()); in RunTest()276 ACMatchClassifications content(ac_matches_[0].contents_class); in TEST_F()[all …]