Home | History | Annotate | Download | only in browser

Lines Matching defs:interceptor

151 // An interceptor that fails a configurable number of requests, then succeeds
193 // An interceptor that serves LinkDoctor responses. It also allows waiting
891 // Ownership of the interceptor is passed to an object the IO thread, but a
914 FailFirstNRequestsInterceptor* interceptor() {
927 // Note that the interceptor updates these variables on the IO thread,
931 EXPECT_EQ(kRequestsToFail, interceptor()->failures());
932 EXPECT_EQ(kRequestsToFail + 1, interceptor()->requests());
935 // Interceptor that fails all requests with net::ERR_ADDRESS_UNREACHABLE.