Home
last modified time | relevance | path

Searched defs:helper1 (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/dns/
Ddns_transaction_unittest.cc494 TransactionHelper helper1(kT1HostName, kT1Qtype, kT1RecordCount); in TEST_F() local
511 TransactionHelper helper1(kT1HostName, kT1Qtype, kT1RecordCount); in TEST_F() local
648 TransactionHelper helper1(kT1HostName, kT1Qtype, ERR_NAME_NOT_RESOLVED); in TEST_F() local
720 TransactionHelper helper1("x", dns_protocol::kTypeA, ERR_NAME_NOT_RESOLVED); in TEST_F() local
742 TransactionHelper helper1("singlelabel", dns_protocol::kTypeA, in TEST_F() local
774 TransactionHelper helper1("x.y", dns_protocol::kTypeA, ERR_NAME_NOT_RESOLVED); in TEST_F() local
/external/chromium_org/chrome/browser/performance_monitor/
Ddatabase_unittest.cc207 DatabaseTestHelper helper1(db_1.get()); in TEST() local
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
DAwSettingsTest.java2446 ManifestTestHelper helper1 = new ManifestTestHelper( in testAppCacheWithTwoViews() local
2869 AwSettingsTestHelper helper1) throws Throwable { in runPerViewSettingsTest()