Home
last modified time | relevance | path

Searched refs:SetInterceptorForTesting (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_filter.cc138 URLRequestJobFactory::SetInterceptorForTesting(this); in URLRequestFilter()
143 URLRequestJobFactory::SetInterceptorForTesting(nullptr); in ~URLRequestFilter()
H A Durl_request_job_factory.h80 static void SetInterceptorForTesting(URLRequestInterceptor* interceptor);
H A Durl_request_job_factory.cc133 void URLRequestJobFactory::SetInterceptorForTesting( in SetInterceptorForTesting() function in net::URLRequestJobFactory