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

/external/chromium/net/url_request/
H A Durl_request.h89 class NET_EXPORT Interceptor { class in class:net::URLRequest
91 virtual ~Interceptor() {}
256 static void RegisterRequestInterceptor(Interceptor* interceptor);
257 static void UnregisterRequestInterceptor(Interceptor* interceptor);

Completed in 66 milliseconds