Home
last modified time | relevance | path

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

/external/cronet/net/url_request/
Durl_request_context_builder_unittest.cc214 context->reporting_service()->GetContextForTesting()->uploader()->StartUpload( in TEST_F()
220 ->GetContextForTesting() in TEST_F()
262 ASSERT_TRUE(context->reporting_service()->GetContextForTesting()->store()); in TEST_F()
266 context->reporting_service()->GetContextForTesting()->uploader()->StartUpload( in TEST_F()
272 ->GetContextForTesting() in TEST_F()
318 EXPECT_EQ(context.get(), context->host_resolver()->GetContextForTesting()); in TEST_F()
325 ASSERT_FALSE(resolver->GetContextForTesting()); in TEST_F()
330 EXPECT_EQ(context.get(), context->host_resolver()->GetContextForTesting()); in TEST_F()
/external/cronet/net/dns/
Dcontext_host_resolver.h76 const URLRequestContext* GetContextForTesting() const override;
Dcontext_host_resolver.cc139 const URLRequestContext* ContextHostResolver::GetContextForTesting() const { in GetContextForTesting() function in net::ContextHostResolver
Dhost_resolver.h450 virtual const URLRequestContext* GetContextForTesting() const;
Dhost_resolver.cc336 const URLRequestContext* HostResolver::GetContextForTesting() const { in GetContextForTesting() function in net::HostResolver
/external/cronet/net/reporting/
Dreporting_service.h139 virtual ReportingContext* GetContextForTesting() const = 0;
Dreporting_service.cc185 ReportingContext* GetContextForTesting() const override { in GetContextForTesting() function in net::__anon4404864d0111::ReportingServiceImpl
Dreporting_test_util.h370 ReportingContext* GetContextForTesting() const override;
Dreporting_test_util.cc374 ReportingContext* TestReportingService::GetContextForTesting() const { in GetContextForTesting() function in net::TestReportingService