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

/external/chromium_org/chrome/browser/autocomplete/
H A Dsearch_provider_unittest.cc601 AutocompleteMatch term1_match; local
602 EXPECT_TRUE(FindMatchWithDestination(term1_url_, &term1_match));
604 EXPECT_TRUE(term1_match.description.empty());
616 EXPECT_GT(term1_match.relevance, wyt_match.relevance);
618 EXPECT_TRUE(term1_match.allowed_to_be_default_match);

Completed in 165 milliseconds