Home | History | Annotate | Download | only in url_request

Lines Matching defs:TestURLRequestContext

47 TestURLRequestContext::TestURLRequestContext()
54 TestURLRequestContext::TestURLRequestContext(bool delay_initialization)
62 TestURLRequestContext::~TestURLRequestContext() {
66 void TestURLRequestContext::Init() {
135 TestURLRequestContext* context)
149 scoped_ptr<TestURLRequestContext> context)
156 TestURLRequestContext* TestURLRequestContextGetter::GetURLRequestContext() {
158 context_.reset(new TestURLRequestContext);