Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/proxy_resolution/win/
H A Dwindows_system_proxy_resolution_service_unittest.cc300 CastToConfiguredProxyResolutionService) { in TEST_F() argument
304 service()->CastToConfiguredProxyResolutionService(&casted_service)); in TEST_F()
H A Dwindows_system_proxy_resolution_service.h61 [[nodiscard]] bool CastToConfiguredProxyResolutionService(
H A Dwindows_system_proxy_resolution_service.cc129 CastToConfiguredProxyResolutionService( in CastToConfiguredProxyResolutionService() function in net::WindowsSystemProxyResolutionService
/aosp_15_r20/external/cronet/net/proxy_resolution/
H A Dproxy_resolution_service.h95 [[nodiscard]] virtual bool CastToConfiguredProxyResolutionService(
H A Dconfigured_proxy_resolution_service.h174 [[nodiscard]] bool CastToConfiguredProxyResolutionService(
H A Dconfigured_proxy_resolution_service.cc1406 bool ConfiguredProxyResolutionService::CastToConfiguredProxyResolutionService( in CastToConfiguredProxyResolutionService() function in net::ConfiguredProxyResolutionService
H A Dconfigured_proxy_resolution_service_unittest.cc4326 CastToConfiguredProxyResolutionService) { in TEST_F() argument
4336 EXPECT_TRUE(service.CastToConfiguredProxyResolutionService(&casted_service)); in TEST_F()