Home | History | Annotate | Download | only in url_request

Lines Matching full:intercept

2082   // Whether to intercept the main request, and if so the response to return.
2093 // Whether to intercept redirects, and if so the response to return.
2101 // Whether to intercept final response, and if so the response to return.
2147 TEST_F(URLRequestTest, Intercept) {
2150 // intercept the main request and respond with a simple response
2186 // intercept the main request and respond with a redirect
2191 // intercept that redirect and respond a final OK response
2219 // intercept the main request to generate a server error response
2224 // intercept that error and respond with an OK response
2250 // intercept the main request to simulate a network error
2253 // intercept that error and respond with an OK response
2282 // then intercept the new main request and respond with an OK response
2310 // intercept the main request and cancel from within the restarted job
2313 // setup to intercept final response and override it with an OK response
2336 // intercept the main request and respond with a redirect
2341 // intercept the redirect and cancel from within that job
2344 // setup to intercept final response and override it with an OK response
2368 // intercept the main request to simulate a network error
2371 // setup to intercept final response and cancel from within that job
2392 // intercept the main request and cancel then restart from within that job
2395 // setup to intercept final response and override it with an OK response