Lines Matching full:kurl
2272 // (1) loads |kUrl| -- expects |net_response_1| to be returned.
2273 // (2) loads |kUrl| from cache only -- expects |net_response_1| to be returned.
2274 // (3) loads |kUrl| using |extra_request_headers| -- expects |net_response_2| to
2276 // (4) loads |kUrl| from cache only -- expects |cached_response_2| to be
2286 const char* kUrl = "http://foobar.com/main.css";
2295 // We will control the network layer's responses for |kUrl| using
2298 mock_network_response.url = kUrl;
2301 // Request |kUrl| for the first time. It should hit the network and
2305 request.url = kUrl;
2321 // Request |kUrl| a second time. Now |kNetResponse1| it is in the HTTP
2337 // Request |kUrl| yet again, but this time give the request an
2356 // Finally, request |kUrl| again. This request should be serviced from
2381 // First network response for |kUrl|.
2389 // Second network response for |kUrl|.
2407 // First network response for |kUrl|.
2416 // Second network response for |kUrl|.
2435 // First network response for |kUrl|.
2444 // Second network response for |kUrl|.
2474 const char* kUrl = "http://foobar.com/main.css";
2486 // We will control the network layer's responses for |kUrl| using
2489 mock_network_response.url = kUrl;
2493 request.url = kUrl;
2518 const char* kUrl = "http://foobar.com/main.css";
2530 // We will control the network layer's responses for |kUrl| using
2533 mock_network_response.url = kUrl;
2537 request.url = kUrl;
2569 // Second network response for |kUrl|.
2599 // Second network response for |kUrl|.
2626 // Second network response for |kUrl|.
2654 // Second network response for |kUrl|.
2683 // Second network response for |kUrl|.
2712 // Second network response for |kUrl|.
4813 const char* kUrl = "http://foobar";
4817 mock_network_response.url = kUrl;
4821 // Request |kUrl|, causing |kNetResponse1| to be written to the cache.
4824 request.url = kUrl;
4840 // Request |kUrl| again, this time validating the cache and getting