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

/external/chromium_org/chrome/browser/autocomplete/
H A Dsearch_provider_unittest.cc887 AutocompleteMatch term_match_a; local
888 EXPECT_TRUE(FindMatchWithDestination(term_url_a, &term_match_a));
891 EXPECT_GT(term_match_b.relevance, term_match_a.relevance);
892 EXPECT_GT(term_match_a.relevance, wyt_match.relevance);
894 EXPECT_TRUE(term_match_a.allowed_to_be_default_match);
914 AutocompleteMatch term_match_a; local
915 EXPECT_TRUE(FindMatchWithDestination(term_url_a, &term_match_a));
920 EXPECT_GT(term_match_a.relevance, wyt_match.relevance);
924 EXPECT_TRUE(term_match_a.allowed_to_be_default_match);
932 EXPECT_TRUE(FindMatchWithDestination(term_url_a, &term_match_a));
[all...]

Completed in 86 milliseconds