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

/external/chromium_org/net/url_request/
H A Dview_cache_helper_unittest.cc20 class TestURLRequestContext : public URLRequestContext { class in namespace:net::__anon9200
22 TestURLRequestContext();
23 virtual ~TestURLRequestContext() {}
32 TestURLRequestContext::TestURLRequestContext() function in class:net::__anon9200::TestURLRequestContext
107 TestURLRequestContext context;
118 TestURLRequestContext context;
140 TestURLRequestContext context;
165 TestURLRequestContext context;
184 TestURLRequestContext contex
[all...]
H A Durl_request_test_util.cc47 TestURLRequestContext::TestURLRequestContext() function in class:net::TestURLRequestContext
54 TestURLRequestContext::TestURLRequestContext(bool delay_initialization) function in class:net::TestURLRequestContext
62 TestURLRequestContext::~TestURLRequestContext() {
66 void TestURLRequestContext::Init() {
135 TestURLRequestContext* context)
149 scoped_ptr<TestURLRequestContext> context)
156 TestURLRequestContext* TestURLRequestContextGette
[all...]
H A Durl_request_test_util.h52 class TestURLRequestContext : public URLRequestContext { class in namespace:net
54 TestURLRequestContext();
55 // Default constructor like TestURLRequestContext() but does not call
59 explicit TestURLRequestContext(bool delay_initialization);
60 virtual ~TestURLRequestContext();
79 // point to other objects the TestURLRequestContext creates will be
103 scoped_ptr<TestURLRequestContext> context);
106 virtual TestURLRequestContext* GetURLRequestContext() OVERRIDE;
115 scoped_ptr<TestURLRequestContext> context_;
125 TestURLRequestContext* contex
[all...]

Completed in 123 milliseconds