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

/external/chromium_org/chrome/browser/
H A Dexternal_extension_browsertest.cc33 class SearchProviderTest : public InProcessBrowserTest { class in inherits:InProcessBrowserTest
35 SearchProviderTest() {} function in class:SearchProviderTest
83 DISALLOW_COPY_AND_ASSIGN(SearchProviderTest);
97 IN_PROC_BROWSER_TEST_F(SearchProviderTest,
141 IN_PROC_BROWSER_TEST_F(SearchProviderTest,
/external/chromium_org/chrome/browser/autocomplete/
H A Dsearch_provider_unittest.cc105 // SearchProviderTest ---------------------------------------------------------
116 class SearchProviderTest : public testing::Test, class in inherits:testing::Test,AutocompleteProviderListener
150 SearchProviderTest() function in class:SearchProviderTest
266 DISALLOW_COPY_AND_ASSIGN(SearchProviderTest);
270 const std::string SearchProviderTest::kNotApplicable = "Not Applicable";
271 const SearchProviderTest::ExpectedMatch
272 SearchProviderTest::kEmptyExpectedMatch = { kNotApplicable, false };
274 void SearchProviderTest::SetUp() {
328 void SearchProviderTest::TearDown() {
335 void SearchProviderTest
[all...]

Completed in 77 milliseconds