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

/external/chromium_org/net/url_request/
H A Dview_cache_helper_unittest.cc19 class TestURLRequestContext : public URLRequestContext { class in namespace:net::__anon9911
21 TestURLRequestContext();
22 virtual ~TestURLRequestContext() {}
31 TestURLRequestContext::TestURLRequestContext() function in class:net::__anon9911::TestURLRequestContext
106 TestURLRequestContext context;
117 TestURLRequestContext context;
139 TestURLRequestContext context;
164 TestURLRequestContext context;
183 TestURLRequestContext contex
[all...]
H A Durl_request_test_util.cc46 TestURLRequestContext::TestURLRequestContext() function in class:net::TestURLRequestContext
53 TestURLRequestContext::TestURLRequestContext(bool delay_initialization) function in class:net::TestURLRequestContext
61 TestURLRequestContext::~TestURLRequestContext() {
65 void TestURLRequestContext::Init() {
132 TestURLRequestContext* context)
146 scoped_ptr<TestURLRequestContext> context)
153 TestURLRequestContext* TestURLRequestContextGette
[all...]
H A Durl_request_test_util.h50 class TestURLRequestContext : public URLRequestContext { class in namespace:net
52 TestURLRequestContext();
53 // Default constructor like TestURLRequestContext() but does not call
57 explicit TestURLRequestContext(bool delay_initialization);
58 virtual ~TestURLRequestContext();
92 scoped_ptr<TestURLRequestContext> context);
95 virtual TestURLRequestContext* GetURLRequestContext() OVERRIDE;
104 scoped_ptr<TestURLRequestContext> context_;
114 TestURLRequestContext* context);
/external/chromium/net/url_request/
H A Dview_cache_helper_unittest.cc19 class TestURLRequestContext : public URLRequestContext { class in namespace:net::__anon3264
21 TestURLRequestContext();
30 TestURLRequestContext::TestURLRequestContext() function in class:net::__anon3264::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 137 milliseconds