Searched refs:TestURLRequestContext (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/url_request/
H A Durl_request_unittest.h126 class TestURLRequestContext : public URLRequestContext { class in inherits:URLRequestContext
128 TestURLRequestContext() { function in class:TestURLRequestContext
134 explicit TestURLRequestContext(const std::string& proxy) { function in class:TestURLRequestContext
147 virtual ~TestURLRequestContext() {
170 typedef TestURLRequestContext URLRequestTestContext;
178 set_context(new TestURLRequestContext());
576 request->set_context(new TestURLRequestContext());
716 request.set_context(new TestURLRequestContext());
H A Durl_request_unittest.cc168 r.set_context(new TestURLRequestContext(proxy));
193 r.set_context(new TestURLRequestContext(proxy));
/external/chromium/net/websockets/
H A Dwebsocket_unittest.cc159 new TestURLRequestContext()));
219 new TestURLRequestContext()));
253 new TestURLRequestContext()));
288 new TestURLRequestContext()));
/external/chromium/net/socket_stream/
H A Dsocket_stream_unittest.cc196 socket_stream->set_context(new TestURLRequestContext("myproxy:70"));

Completed in 33 milliseconds