HomeSort by relevance Sort by last modified time
    Searched defs:TestURLRequestContext (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/url_request/
url_request_test_util.cc 39 TestURLRequestContext::TestURLRequestContext()
48 TestURLRequestContext::TestURLRequestContext(const std::string& proxy)
60 TestURLRequestContext::TestURLRequestContext(const std::string& proxy,
71 TestURLRequestContext::~TestURLRequestContext() {}
73 void TestURLRequestContext::Init() {
100 set_context(new TestURLRequestContext());
    [all...]
view_cache_helper_unittest.cc 19 class TestURLRequestContext : public URLRequestContext {
21 TestURLRequestContext();
30 TestURLRequestContext::TestURLRequestContext()
103 scoped_refptr<TestURLRequestContext> context(new TestURLRequestContext());
114 scoped_refptr<TestURLRequestContext> context(new TestURLRequestContext());
136 scoped_refptr<TestURLRequestContext> context(new TestURLRequestContext());
    [all...]
url_request_test_util.h 68 class TestURLRequestContext : public net::URLRequestContext {
70 TestURLRequestContext();
71 explicit TestURLRequestContext(const std::string& proxy);
72 TestURLRequestContext(const std::string& proxy,
76 virtual ~TestURLRequestContext();

Completed in 77 milliseconds