Searched defs:GetInterceptor (Results 1 - 4 of 4) sorted by path

/external/chromium_org/chrome/browser/component_updater/test/
H A Dcomponent_updater_service_unittest.h31 typedef net::LocalHostTestURLRequestInterceptor GetInterceptor; typedef in namespace:component_updater
68 scoped_ptr<GetInterceptor> get_interceptor_;
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_network_controller.cc26 DevToolsNetworkController::GetInterceptor( function in class:DevToolsNetworkController
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dwrite_from_url_operation_unittest.cc27 typedef net::LocalHostTestURLRequestInterceptor GetInterceptor; typedef in namespace:extensions::image_writer::__anon3739
81 get_interceptor_.reset(new GetInterceptor(
110 scoped_ptr<GetInterceptor> get_interceptor_;
/external/chromium_org/components/component_updater/test/
H A Dcrx_downloader_unittest.cc27 typedef net::LocalHostTestURLRequestInterceptor GetInterceptor; typedef in namespace:component_updater::__anon6389
60 scoped_ptr<GetInterceptor> get_interceptor_;
102 // The GetInterceptor requires the message loop to run to destruct correctly.
120 get_interceptor_.reset(new GetInterceptor(base::MessageLoopProxy::current(),

Completed in 1548 milliseconds