Searched defs:URLRequestInterceptingJobFactory (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/url_request/
H A Durl_request_intercepting_job_factory.h32 class NET_EXPORT URLRequestInterceptingJobFactory class in namespace:net
35 URLRequestInterceptingJobFactory(
38 virtual ~URLRequestInterceptingJobFactory();
53 DISALLOW_COPY_AND_ASSIGN(URLRequestInterceptingJobFactory);
H A Durl_request_intercepting_job_factory.cc12 URLRequestInterceptingJobFactory::URLRequestInterceptingJobFactory( function in class:net::URLRequestInterceptingJobFactory
19 URLRequestInterceptingJobFactory::~URLRequestInterceptingJobFactory() {}
21 URLRequestJob* URLRequestInterceptingJobFactory::
35 bool URLRequestInterceptingJobFactory::IsHandledProtocol(
40 bool URLRequestInterceptingJobFactory::IsHandledURL(const GURL& url) const {
44 bool URLRequestInterceptingJobFactory::IsSafeRedirectTarget(

Completed in 325 milliseconds