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

  /external/chromium_org/net/url_request/
url_request_interceptor.cc 9 URLRequestInterceptor::URLRequestInterceptor() {
12 URLRequestInterceptor::~URLRequestInterceptor() {
url_request_interceptor.h 17 // A URLRequestInterceptor is given a chance to create a URLRequestJob to
20 class NET_EXPORT URLRequestInterceptor {
22 URLRequestInterceptor();
23 virtual ~URLRequestInterceptor();
32 DISALLOW_COPY_AND_ASSIGN(URLRequestInterceptor);

Completed in 47 milliseconds