/external/chromium_org/third_party/libjingle/source/talk/p2p/client/ |
D | portallocator_unittest.cc | 123 bool CreateSession(int component) { in CreateSession() function in PortAllocatorTest 124 session_.reset(CreateSession("session", component)); in CreateSession() 130 bool CreateSession(int component, const std::string& content_name) { in CreateSession() function in PortAllocatorTest 131 session_.reset(CreateSession("session", content_name, component)); in CreateSession() 137 cricket::PortAllocatorSession* CreateSession( in CreateSession() function in PortAllocatorTest 139 return CreateSession(sid, kContentName, component); in CreateSession() 142 cricket::PortAllocatorSession* CreateSession( in CreateSession() function in PortAllocatorTest 144 return CreateSession(sid, content_name, component, kIceUfrag0, kIcePwd0); in CreateSession() 147 cricket::PortAllocatorSession* CreateSession( in CreateSession() function in PortAllocatorTest 151 allocator_->CreateSession( in CreateSession() [all …]
|
/external/chromium_org/media/cdm/ |
D | aes_decryptor_unittest.cc | 228 uint32 CreateSession(const std::vector<uint8>& key_id) { in CreateSession() function in media::AesDecryptorTest 233 EXPECT_TRUE(decryptor_.CreateSession( in CreateSession() 360 EXPECT_TRUE(decryptor_.CreateSession(session_id, std::string(), NULL, 0)); in TEST_F() 367 EXPECT_TRUE(decryptor_.CreateSession(session_id1, std::string(), NULL, 0)); in TEST_F() 372 EXPECT_TRUE(decryptor_.CreateSession(session_id2, std::string(), NULL, 0)); in TEST_F() 377 EXPECT_TRUE(decryptor_.CreateSession(session_id3, std::string(), NULL, 0)); in TEST_F() 381 uint32 session_id = CreateSession(key_id_); in TEST_F() 389 uint32 session_id = CreateSession(key_id_); in TEST_F() 404 uint32 session_id = CreateSession(key_id_); in TEST_F() 419 uint32 session_id = CreateSession(key_id_); in TEST_F() [all …]
|
/external/chromium_org/net/tools/quic/ |
D | quic_dispatcher_test.cc | 73 QuicSession* CreateSession(QuicDispatcher* dispatcher, in CreateSession() function 134 .WillOnce(testing::Return(CreateSession( in TEST_F() 139 .WillOnce(testing::Return(CreateSession( in TEST_F() 155 .WillOnce(testing::Return(CreateSession( in TEST_F() 190 .WillOnce(testing::Return(CreateSession( in TEST_F() 245 .WillOnce(testing::Return(CreateSession( in SetUp() 250 .WillOnce(testing::Return(CreateSession( in SetUp()
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | sessionmanager.cc | 80 Session* SessionManager::CreateSession(const std::string& local_name, in CreateSession() function in cricket::SessionManager 83 return CreateSession(id, local_name, content_type); in CreateSession() 86 Session* SessionManager::CreateSession(const std::string& id, in CreateSession() function in cricket::SessionManager 91 return CreateSession(local_name, local_name, sid, content_type, false); in CreateSession() 94 Session* SessionManager::CreateSession( in CreateSession() function in cricket::SessionManager 193 session = CreateSession(msg.to, msg.initiator, msg.sid, in OnIncomingMessage()
|
D | sessionmanager.h | 92 Session *CreateSession(const std::string& local_name, 95 Session *CreateSession(const std::string& id, 156 Session *CreateSession(const std::string& local_name,
|
/external/chromium_org/net/quic/ |
D | quic_network_transaction_unittest.cc | 221 void CreateSession() { in CreateSession() function in net::test::QuicNetworkTransactionTest 371 CreateSession(); in TEST_F() 422 CreateSession(); in TEST_F() 449 CreateSession(); in TEST_F() 498 CreateSession(); in TEST_F() 551 CreateSession(); in TEST_F() 648 CreateSession(); in TEST_F() 695 CreateSession(); in TEST_F() 744 CreateSession(); in TEST_F() 784 CreateSession(); in TEST_F() [all …]
|
/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_org/net/http/ |
D | http_network_transaction_unittest.cc | 214 HttpNetworkSession* CreateSession(SpdySessionDependencies* session_deps) { in CreateSession() function 293 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_)); in SimpleGetHelperForData() 571 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_)); in TEST_P() 866 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_)); in TEST_P() 910 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_)); in TEST_P() 965 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_)); in TEST_P() 1022 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_)); in TEST_P() 1064 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_)); in TEST_P() 1103 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_)); in TEST_P() 1134 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_)); in TEST_P() [all …]
|
/external/chromium_org/content/renderer/media/android/ |
D | proxy_media_keys.cc | 48 bool ProxyMediaKeys::CreateSession(uint32 session_id, in CreateSession() function in content::ProxyMediaKeys 52 manager_->CreateSession( in CreateSession()
|
D | proxy_media_keys.h | 35 virtual bool CreateSession(uint32 session_id,
|
/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,
|
/external/chromium_org/media/cdm/ppapi/ |
D | cdm_wrapper.h | 55 virtual void CreateSession(uint32_t session_id, 150 virtual void CreateSession(uint32_t session_id, in CreateSession() function 155 cdm_->CreateSession(session_id, type, type_size, init_data, init_data_size); in CreateSession() 362 void CdmWrapperImpl<cdm::ContentDecryptionModule_1>::CreateSession( in CreateSession() function 415 void CdmWrapperImpl<cdm::ContentDecryptionModule_2>::CreateSession( in CreateSession() function
|
/external/chromium_org/ppapi/cpp/private/ |
D | content_decryptor_private.cc | 41 void CreateSession(PP_Instance instance, in CreateSession() function 60 ->CreateSession(session_id, type_var.AsString(), init_data_array_buffer); in CreateSession() 179 &CreateSession,
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
D | mediasessionclient.h | 154 Session *CreateSession(Call *call); 155 Session *CreateSession(const std::string& id, Call* call);
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
D | cast_streaming_session_custom_bindings.js | 14 natives.CreateSession(audioTrack, videoTrack, callback);
|
/external/chromium_org/content/public/browser/ |
D | speech_recognition_manager.h | 42 virtual int CreateSession(const SpeechRecognitionSessionConfig& config) = 0;
|
/external/chromium_org/ppapi/c/private/ |
D | ppp_content_decryptor_private.h | 73 void (*CreateSession)(PP_Instance instance, member
|
/external/chromium_org/media/base/ |
D | media_keys.h | 50 virtual bool CreateSession(uint32 session_id,
|
/external/chromium_org/content/public/test/ |
D | fake_speech_recognition_manager.h | 45 virtual int CreateSession(
|
/external/chromium_org/ppapi/proxy/ |
D | ppp_content_decryptor_private_proxy.cc | 127 void CreateSession(PP_Instance instance, in CreateSession() function 359 &CreateSession, 443 CallWhileUnlocked(ppp_decryptor_impl_->CreateSession, in OnMsgCreateSession()
|
/external/chromium_org/v8/src/ |
D | debug-agent.h | 57 void CreateSession(Socket* socket);
|
/external/chromium_org/content/renderer/media/ |
D | webcontentdecryptionmodulesession_impl.cc | 45 media_keys_->CreateSession( in generateKeyRequest()
|