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

/external/chromium_org/net/url_request/
H A Durl_request_interceptor.cc9 URLRequestInterceptor::URLRequestInterceptor() { function in class:net::URLRequestInterceptor
12 URLRequestInterceptor::~URLRequestInterceptor() {
H A Durl_request_interceptor.h17 // A URLRequestInterceptor is given a chance to create a URLRequestJob to
20 class NET_EXPORT URLRequestInterceptor { class in namespace:net
22 URLRequestInterceptor();
23 virtual ~URLRequestInterceptor();
32 DISALLOW_COPY_AND_ASSIGN(URLRequestInterceptor);

Completed in 126 milliseconds