Searched defs:TestURLRequestContextWithProxy (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/socket_stream/
H A Dsocket_stream_unittest.cc237 class TestURLRequestContextWithProxy : public TestURLRequestContext { class in namespace:net::__anon9690
239 explicit TestURLRequestContextWithProxy(const std::string& proxy) function in class:net::__anon9690::TestURLRequestContextWithProxy
244 virtual ~TestURLRequestContextWithProxy() {}
570 TestURLRequestContextWithProxy context("myproxy:70");
622 TestURLRequestContextWithProxy context("myproxy:70");
679 TestURLRequestContextWithProxy context("myproxy:70");
858 TestURLRequestContextWithProxy context("https://myproxy:70");
909 TestURLRequestContextWithProxy context("https://myproxy:70");
/external/chromium_org/net/url_request/
H A Durl_request_unittest.cc580 class TestURLRequestContextWithProxy : public TestURLRequestContext { class in namespace:net::__anon9905
583 TestURLRequestContextWithProxy(const std::string& proxy, function in class:net::__anon9905::TestURLRequestContextWithProxy
590 virtual ~TestURLRequestContextWithProxy() {}
1844 TestURLRequestContextWithProxy context("myproxy:70", &network_delegate);
2716 TestURLRequestContextWithProxy context(
2742 TestURLRequestContextWithProxy context(
2818 TestURLRequestContextWithProxy context(
2924 TestURLRequestContextWithProxy context(
2956 TestURLRequestContextWithProxy context(
3451 TestURLRequestContextWithProxy contex
[all...]

Completed in 453 milliseconds