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

/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_;
H A Ddevtools_network_controller.cc75 Interceptor new_interceptor = Interceptor(new DevToolsNetworkInterceptor());
/external/chromium_org/net/url_request/
H A Durl_request_job_manager.h25 // so no attempt is made to support Interceptor instances being
55 void RegisterRequestInterceptor(URLRequest::Interceptor* interceptor);
56 void UnregisterRequestInterceptor(URLRequest::Interceptor* interceptor);
59 typedef std::vector<URLRequest::Interceptor*> InterceptorList;
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);
H A Durl_request_job_manager.cc171 URLRequest::Interceptor* interceptor) {
182 URLRequest::Interceptor* interceptor) {
H A Durl_request.cc144 Interceptor* interceptor) {
149 Interceptor* interceptor) {
154 // URLRequest::Interceptor
156 URLRequestJob* URLRequest::Interceptor::MaybeInterceptRedirect(
163 URLRequestJob* URLRequest::Interceptor::MaybeInterceptResponse(
626 void URLRequest::RegisterRequestInterceptor(Interceptor* interceptor) {
631 void URLRequest::UnregisterRequestInterceptor(Interceptor* interceptor) {
H A Durl_request_unittest.cc1140 // An Interceptor for use with interceptor tests
1141 class TestInterceptor : URLRequest::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_;
H A Dapplication_manager_unittest.cc383 class TestServiceInterceptor : public ApplicationManager::Interceptor {
669 TEST_F(ApplicationManagerTest, Interceptor) {
H A Dapplication_manager.cc280 void ApplicationManager::SetInterceptor(Interceptor* interceptor) {
/external/chromium_org/content/browser/appcache/
H A Dappcache_interceptor.h21 : public net::URLRequest::Interceptor {
52 // Override from net::URLRequest::Interceptor:
/external/chromium_org/mojo/spy/
H A Dspy.cc225 class SpyInterceptor : public mojo::ApplicationManager::Interceptor {

Completed in 7201 milliseconds