Home | History | Annotate | Download | only in url_request

Lines Matching defs:TestURLRequestContext

52 class TestURLRequestContext : public URLRequestContext {
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* context);