Home
last modified time | relevance | path

Searched refs:CreateSession (Results 1 – 17 of 17) sorted by relevance

/external/chromium/net/http/
Dhttp_network_transaction_unittest.cc104 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 …]
Dhttp_stream_factory_impl_unittest.cc78 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/
Dsessionmanager.cc77 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()
Dsessionmanager.h76 Session *CreateSession(const std::string& local_name,
140 Session *CreateSession(const std::string& local_name,
Dportallocator.h92 virtual PortAllocatorSession *CreateSession(const std::string &name,
Drawtransportchannel.cc98 allocator_session_ = allocator_->CreateSession(name(), content_type()); in Connect()
Dp2ptransportchannel.cc921 AddAllocatorSession(allocator_->CreateSession(name(), content_type())); in OnSignalingReady()
/external/v8/src/
Ddebug-agent.h69 void CreateSession(Socket* socket);
Ddebug-agent.cc79 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/
Dhttpportallocator.h57 virtual PortAllocatorSession* CreateSession(const std::string& name,
Dbasicportallocator.h75 virtual PortAllocatorSession* CreateSession(const std::string& name,
Dhttpportallocator.cc112 PortAllocatorSession *HttpPortAllocator::CreateSession( in CreateSession() function in cricket::HttpPortAllocator
Dbasicportallocator.cc208 PortAllocatorSession *BasicPortAllocator::CreateSession( in CreateSession() function in cricket::BasicPortAllocator
/external/chromium/third_party/libjingle/source/talk/session/phone/
Dmediasessionclient.h153 Session *CreateSession(Call *call);
Dmediasessionclient.cc436 Session *MediaSessionClient::CreateSession(Call *call) { in CreateSession() function in cricket::MediaSessionClient
438 Session *session = session_manager_->CreateSession(jid().Str(), type); in CreateSession()
Dcall.cc71 Session *session = session_client_->CreateSession(this); in InitiateSession()
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
Dtunnelsessionclient.cc185 Session* session = session_manager_->CreateSession(jid_.Str(), namespace_); in OnMessage()