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

/external/chromium_org/chrome/browser/autocomplete/
H A Dsearch_provider_unittest.cc184 bool FindMatchWithDestination(const GURL& url, AutocompleteMatch* match);
406 EXPECT_TRUE(FindMatchWithDestination(
471 bool SearchProviderTest::FindMatchWithDestination(const GURL& url, function in class:SearchProviderTest
602 EXPECT_TRUE(FindMatchWithDestination(term1_url_, &term1_match));
607 EXPECT_TRUE(FindMatchWithDestination(
674 EXPECT_TRUE(FindMatchWithDestination(keyword_url_, &match));
755 EXPECT_TRUE(FindMatchWithDestination(url, &term_match));
821 EXPECT_TRUE(FindMatchWithDestination(term_url, &term_match));
829 EXPECT_TRUE(FindMatchWithDestination(term_url, &term_match));
846 EXPECT_TRUE(FindMatchWithDestination(term_ur
[all...]

Completed in 88 milliseconds