Home
last modified time | relevance | path

Searched refs:DBTester (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/net/
Dnss_context_chromeos_browsertest.cc31 class DBTester { class
33 explicit DBTester(Profile* profile) : profile_(profile), db_(NULL) {} in DBTester() function in __anon9ae6a7e60111::DBTester
42 base::Bind(&DBTester::GetDBAndDoTestsOnIOThread, in DoGetDBTests()
56 base::Bind(&DBTester::DoGetDBAgainTestsOnIOThread, in DoGetDBAgainTests()
63 void DoNotEqualsTests(DBTester* other_tester) { in DoNotEqualsTests()
75 base::Bind(&DBTester::DoTestsOnIOThread, in GetDBAndDoTestsOnIOThread()
142 DBTester tester1(profile1); in IN_PROC_BROWSER_TEST_F()
154 DBTester tester2(profile2); in IN_PROC_BROWSER_TEST_F()