/external/chromium/net/http/ |
D | http_network_transaction_unittest.cc | 104 HttpNetworkSession* CreateSession(SessionDependencies* session_deps) { in CreateSession() function 156 new HttpNetworkTransaction(CreateSession(&session_deps))); in SimpleGetHelper() 339 new HttpNetworkTransaction(CreateSession(&session_deps))); in TEST_F() 578 new HttpNetworkTransaction(CreateSession(&session_deps))); in TEST_F() 632 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps)); in TEST_F() 687 new HttpNetworkTransaction(CreateSession(&session_deps))); in TEST_F() 729 new HttpNetworkTransaction(CreateSession(&session_deps))); in TEST_F() 768 new HttpNetworkTransaction(CreateSession(&session_deps))); in TEST_F() 799 new HttpNetworkTransaction(CreateSession(&session_deps))); in TEST_F() 826 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps)); in KeepAliveConnectionResendRequestTest() [all …]
|
D | http_stream_factory_impl_unittest.cc | 78 HttpNetworkSession* CreateSession(SessionDependencies* session_deps) { in CreateSession() function 217 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps)); in TEST() 240 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps)); in TEST() 265 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps)); in TEST() 289 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps)); in TEST()
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | sessionmanager.cc | 77 Session* SessionManager::CreateSession(const std::string& local_name, in CreateSession() function in cricket::SessionManager 79 return CreateSession(local_name, local_name, in CreateSession() 84 Session* SessionManager::CreateSession( in CreateSession() function in cricket::SessionManager 182 session = CreateSession(msg.to, msg.initiator, msg.sid, in OnIncomingMessage()
|
D | sessionmanager.h | 76 Session *CreateSession(const std::string& local_name, 140 Session *CreateSession(const std::string& local_name,
|
D | portallocator.h | 92 virtual PortAllocatorSession *CreateSession(const std::string &name,
|
D | rawtransportchannel.cc | 98 allocator_session_ = allocator_->CreateSession(name(), content_type()); in Connect()
|
D | p2ptransportchannel.cc | 921 AddAllocatorSession(allocator_->CreateSession(name(), content_type())); in OnSignalingReady()
|
/external/v8/src/ |
D | debug-agent.h | 69 void CreateSession(Socket* socket);
|
D | debug-agent.cc | 79 CreateSession(client); in Run() 108 void DebuggerAgent::CreateSession(Socket* client) { in CreateSession() function in v8::internal::DebuggerAgent
|
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
D | httpportallocator.h | 57 virtual PortAllocatorSession* CreateSession(const std::string& name,
|
D | basicportallocator.h | 75 virtual PortAllocatorSession* CreateSession(const std::string& name,
|
D | httpportallocator.cc | 112 PortAllocatorSession *HttpPortAllocator::CreateSession( in CreateSession() function in cricket::HttpPortAllocator
|
D | basicportallocator.cc | 208 PortAllocatorSession *BasicPortAllocator::CreateSession( in CreateSession() function in cricket::BasicPortAllocator
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
D | mediasessionclient.h | 153 Session *CreateSession(Call *call);
|
D | mediasessionclient.cc | 436 Session *MediaSessionClient::CreateSession(Call *call) { in CreateSession() function in cricket::MediaSessionClient 438 Session *session = session_manager_->CreateSession(jid().Str(), type); in CreateSession()
|
D | call.cc | 71 Session *session = session_client_->CreateSession(this); in InitiateSession()
|
/external/chromium/third_party/libjingle/source/talk/session/tunnel/ |
D | tunnelsessionclient.cc | 185 Session* session = session_manager_->CreateSession(jid_.Str(), namespace_); in OnMessage()
|