Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/dns/
H A Ddns_client_unittest.cc95 EXPECT_TRUE(client_->FallbackFromInsecureTransactionPreferred()); in TEST_F()
112 EXPECT_TRUE(client_->FallbackFromInsecureTransactionPreferred()); in TEST_F()
130 EXPECT_FALSE(client_->FallbackFromInsecureTransactionPreferred()); in TEST_F()
148 EXPECT_TRUE(client_->FallbackFromInsecureTransactionPreferred()); in TEST_F()
168 EXPECT_FALSE(client_->FallbackFromInsecureTransactionPreferred()); in TEST_F()
182 EXPECT_TRUE(client_->FallbackFromInsecureTransactionPreferred()); in TEST_F()
220 EXPECT_TRUE(client_->FallbackFromInsecureTransactionPreferred()); in TEST_F()
243 EXPECT_FALSE(client_->FallbackFromInsecureTransactionPreferred()); in TEST_F()
264 EXPECT_FALSE(client_->FallbackFromInsecureTransactionPreferred()); in TEST_F()
274 EXPECT_TRUE(client_->FallbackFromInsecureTransactionPreferred()); in TEST_F()
[all …]
H A Ddns_client.h63 virtual bool FallbackFromInsecureTransactionPreferred() const = 0;
H A Ddns_client.cc133 bool FallbackFromInsecureTransactionPreferred() const override { in FallbackFromInsecureTransactionPreferred() function in net::__anon60012f820111::DnsClientImpl
H A Dhost_resolver_manager.cc1306 !dns_client_->FallbackFromInsecureTransactionPreferred() && in CreateTaskSequence()
1651 if (dns_client_->FallbackFromInsecureTransactionPreferred()) in OnFallbackResolve()
1658 if (dns_client_->FallbackFromInsecureTransactionPreferred()) in OnFallbackResolve()
H A Ddns_test_util.h411 bool FallbackFromInsecureTransactionPreferred() const override;
H A Ddns_test_util.cc751 bool MockDnsClient::FallbackFromInsecureTransactionPreferred() const { in FallbackFromInsecureTransactionPreferred() function in net::MockDnsClient
H A Dcontext_host_resolver_unittest.cc100 EXPECT_FALSE(dns_client_->FallbackFromInsecureTransactionPreferred()); in SetMockDnsRules()