HomeSort by relevance Sort by last modified time
    Searched refs:MyTestURLRequestContext (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/jingle/glue/
proxy_resolving_client_socket_unittest.cc 20 class MyTestURLRequestContext : public net::TestURLRequestContext {
22 MyTestURLRequestContext() : TestURLRequestContext(true) {
28 virtual ~MyTestURLRequestContext() {}
41 new MyTestURLRequestContext))) {}
  /external/chromium_org/sync/tools/
sync_listen_notifications.cc 80 class MyTestURLRequestContext : public net::TestURLRequestContext {
82 MyTestURLRequestContext() : TestURLRequestContext(true) {
90 virtual ~MyTestURLRequestContext() {}
103 context_.reset(new MyTestURLRequestContext());
110 scoped_ptr<MyTestURLRequestContext> context_;
sync_client.cc 69 class MyTestURLRequestContext : public net::TestURLRequestContext {
71 MyTestURLRequestContext() : TestURLRequestContext(true) {
79 virtual ~MyTestURLRequestContext() {}
92 context_.reset(new MyTestURLRequestContext());
99 scoped_ptr<MyTestURLRequestContext> context_;
  /external/chromium_org/jingle/notifier/communicator/
single_login_attempt_unittest.cc 73 class MyTestURLRequestContext : public net::TestURLRequestContext {
75 MyTestURLRequestContext() : TestURLRequestContext(true) {
80 virtual ~MyTestURLRequestContext() {}
91 new MyTestURLRequestContext())),

Completed in 95 milliseconds