Searched refs:MyTestURLRequestContext (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/jingle/glue/
H A Dproxy_resolving_client_socket_unittest.cc20 class MyTestURLRequestContext : public net::TestURLRequestContext { class in namespace:__anon8508
22 MyTestURLRequestContext() : TestURLRequestContext(true) { function in class:__anon8508::MyTestURLRequestContext
28 virtual ~MyTestURLRequestContext() {}
41 new MyTestURLRequestContext))) {}
/external/chromium_org/sync/tools/
H A Dsync_listen_notifications.cc80 class MyTestURLRequestContext : public net::TestURLRequestContext { class in namespace:syncer::__anon10840
82 MyTestURLRequestContext() : TestURLRequestContext(true) { function in class:syncer::__anon10840::MyTestURLRequestContext
90 virtual ~MyTestURLRequestContext() {}
103 context_.reset(new MyTestURLRequestContext());
110 scoped_ptr<MyTestURLRequestContext> context_;
H A Dsync_client.cc72 class MyTestURLRequestContext : public net::TestURLRequestContext { class in namespace:syncer::__anon10839
74 MyTestURLRequestContext() : TestURLRequestContext(true) { function in class:syncer::__anon10839::MyTestURLRequestContext
82 virtual ~MyTestURLRequestContext() {}
95 context_.reset(new MyTestURLRequestContext());
102 scoped_ptr<MyTestURLRequestContext> context_;
/external/chromium_org/jingle/notifier/communicator/
H A Dsingle_login_attempt_unittest.cc73 class MyTestURLRequestContext : public net::TestURLRequestContext { class in namespace:notifier::__anon8523
75 MyTestURLRequestContext() : TestURLRequestContext(true) { function in class:notifier::__anon8523::MyTestURLRequestContext
80 virtual ~MyTestURLRequestContext() {}
91 new MyTestURLRequestContext())),
/external/chromium_org/google_apis/gcm/tools/
H A Dmcs_probe.cc132 class MyTestURLRequestContext : public net::TestURLRequestContext { class in namespace:gcm::__anon8388
134 MyTestURLRequestContext() : TestURLRequestContext(true) { function in class:gcm::__anon8388::MyTestURLRequestContext
142 virtual ~MyTestURLRequestContext() {}
155 context_.reset(new MyTestURLRequestContext());
162 scoped_ptr<MyTestURLRequestContext> context_;

Completed in 132 milliseconds