Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/proxy_resolution/win/
H A Dwindows_system_proxy_resolution_service.cc38 std::unique_ptr<WindowsSystemProxyResolver> windows_system_proxy_resolver, in Create() argument
40 if (!IsSupported() || !windows_system_proxy_resolver) in Create()
44 std::move(windows_system_proxy_resolver), net_log)); in Create()
48 std::unique_ptr<WindowsSystemProxyResolver> windows_system_proxy_resolver, in WindowsSystemProxyResolutionService() argument
50 : windows_system_proxy_resolver_(std::move(windows_system_proxy_resolver)), in WindowsSystemProxyResolutionService()
H A Dwindows_system_proxy_resolution_request.cc56 WindowsSystemProxyResolver* windows_system_proxy_resolver) in WindowsSystemProxyResolutionRequest() argument
65 DCHECK(windows_system_proxy_resolver); in WindowsSystemProxyResolutionRequest()
67 windows_system_proxy_resolver->GetProxyForUrl(url, this); in WindowsSystemProxyResolutionRequest()
H A Dwindows_system_proxy_resolution_service.h37 std::unique_ptr<WindowsSystemProxyResolver> windows_system_proxy_resolver,
69 std::unique_ptr<WindowsSystemProxyResolver> windows_system_proxy_resolver,
H A Dwindows_system_proxy_resolution_request.h46 WindowsSystemProxyResolver* windows_system_proxy_resolver);
/aosp_15_r20/external/cronet/net/
H A DBUILD.gn1278 "proxy_resolution/win/windows_system_proxy_resolver.h",