HomeSort by relevance Sort by last modified time
    Searched defs:URLRequestInterceptingJobFactory (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/url_request/
url_request_intercepting_job_factory.cc 12 URLRequestInterceptingJobFactory::URLRequestInterceptingJobFactory(
19 URLRequestInterceptingJobFactory::~URLRequestInterceptingJobFactory() {}
21 URLRequestJob* URLRequestInterceptingJobFactory::
35 bool URLRequestInterceptingJobFactory::IsHandledProtocol(
40 bool URLRequestInterceptingJobFactory::IsHandledURL(const GURL& url) const {
44 bool URLRequestInterceptingJobFactory::IsSafeRedirectTarget(
url_request_intercepting_job_factory.h 32 class NET_EXPORT URLRequestInterceptingJobFactory
35 URLRequestInterceptingJobFactory(
38 virtual ~URLRequestInterceptingJobFactory();
53 DISALLOW_COPY_AND_ASSIGN(URLRequestInterceptingJobFactory);

Completed in 95 milliseconds