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

/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_network_controller.h50 typedef scoped_ptr<DevToolsNetworkInterceptor> Interceptor; typedef in class:DevToolsNetworkController
51 Interceptor default_interceptor_;
52 Interceptor appcache_interceptor_;
/external/chromium_org/mojo/application_manager/
H A Dapplication_manager.h49 class Interceptor { class in class:mojo::ApplicationManager
51 virtual ~Interceptor() {}
100 void SetInterceptor(Interceptor* interceptor);
147 Interceptor* interceptor_;
/external/chromium_org/net/url_request/
H A Durl_request.h124 class NET_EXPORT Interceptor { class in class:net::URLRequest
126 virtual ~Interceptor() {}
168 static void RegisterRequestInterceptor(Interceptor* interceptor);
169 static void UnregisterRequestInterceptor(Interceptor* interceptor);
720 static void RegisterRequestInterceptor(Interceptor* interceptor);
721 static void UnregisterRequestInterceptor(Interceptor* interceptor);

Completed in 300 milliseconds