Searched defs:TestURLRequestContext (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/url_request/
H A Dview_cache_helper_unittest.cc19 class TestURLRequestContext : public URLRequestContext { class in namespace:net::__anon2684
21 TestURLRequestContext();
30 TestURLRequestContext::TestURLRequestContext() function in class:net::__anon2684::TestURLRequestContext
103 scoped_refptr<TestURLRequestContext> context(new TestURLRequestContext());
114 scoped_refptr<TestURLRequestContext> context(new TestURLRequestContext());
136 scoped_refptr<TestURLRequestContext> context(new TestURLRequestContext());
[all...]
H A Durl_request_test_util.cc39 TestURLRequestContext::TestURLRequestContext() function in class:TestURLRequestContext
48 TestURLRequestContext::TestURLRequestContext(const std::string& proxy) function in class:TestURLRequestContext
60 TestURLRequestContext::TestURLRequestContext(const std::string& proxy, function in class:TestURLRequestContext
71 TestURLRequestContext::~TestURLRequestContext() {}
73 void TestURLRequestContext::Init() {
100 set_context(new TestURLRequestContext());
[all...]
H A Durl_request_test_util.h68 class TestURLRequestContext : public net::URLRequestContext { class in inherits:net::URLRequestContext
70 TestURLRequestContext();
71 explicit TestURLRequestContext(const std::string& proxy);
72 TestURLRequestContext(const std::string& proxy,
76 virtual ~TestURLRequestContext();

Completed in 70 milliseconds