HomeSort by relevance Sort by last modified time
    Searched refs:TestURLRequestContext (Results 1 - 7 of 7) sorted by null

  /external/chromium/net/url_request/
view_cache_helper_unittest.cc 19 class TestURLRequestContext : public URLRequestContext {
21 TestURLRequestContext();
30 TestURLRequestContext::TestURLRequestContext()
103 scoped_refptr<TestURLRequestContext> context(new TestURLRequestContext());
114 scoped_refptr<TestURLRequestContext> context(new TestURLRequestContext());
136 scoped_refptr<TestURLRequestContext> context(new TestURLRequestContext());
    [all...]
url_request_test_util.cc 39 TestURLRequestContext::TestURLRequestContext()
48 TestURLRequestContext::TestURLRequestContext(const std::string& proxy)
60 TestURLRequestContext::TestURLRequestContext(const std::string& proxy,
71 TestURLRequestContext::~TestURLRequestContext() {}
73 void TestURLRequestContext::Init() {
100 set_context(new TestURLRequestContext());
    [all...]
url_request_test_util.h 68 class TestURLRequestContext : public net::URLRequestContext {
70 TestURLRequestContext();
71 explicit TestURLRequestContext(const std::string& proxy);
72 TestURLRequestContext(const std::string& proxy,
76 virtual ~TestURLRequestContext();
url_request_unittest.cc 193 scoped_refptr<URLRequestContext> context(new TestURLRequestContext());
257 new TestURLRequestContext(test_server_.host_port_pair().ToString()));
281 scoped_refptr<TestURLRequestContext> context(
282 new TestURLRequestContext(test_server_.host_port_pair().ToString()));
313 scoped_refptr<TestURLRequestContext> context(
314 new TestURLRequestContext(test_server_.host_port_pair().ToString()));
342 scoped_refptr<TestURLRequestContext> context(
343 new TestURLRequestContext(test_server_.host_port_pair().ToString()));
371 new TestURLRequestContext(test_server_.host_port_pair().ToString()));
722 scoped_refptr<URLRequestContext> context(new TestURLRequestContext());
    [all...]
  /external/chromium/net/websockets/
websocket_unittest.cc 176 new TestURLRequestContext()));
239 new TestURLRequestContext()));
274 new TestURLRequestContext()));
312 new TestURLRequestContext()));
  /external/chromium/net/socket_stream/
socket_stream_unittest.cc 246 socket_stream->set_context(new TestURLRequestContext());
337 socket_stream->set_context(new TestURLRequestContext("myproxy:70"));
  /external/chromium/chrome/common/net/
url_fetcher_unittest.cc 55 context_ = new TestURLRequestContext();
240 // Version of TestURLRequestContext that posts a Quit task to the IO
242 class CancelTestURLRequestContext : public TestURLRequestContext {

Completed in 289 milliseconds