/external/chromium_org/content/renderer/media/crypto/ |
D | proxy_decryptor.cc | 107 session_creation_type = LoadSession; in GenerateKeyRequest() 123 if (session_creation_type == LoadSession) { in GenerateKeyRequest() 124 media_keys_->LoadSession( in GenerateKeyRequest() 336 session_type == PersistentSession || session_type == LoadSession; in SetSessionId() 340 if (session_type == LoadSession) in SetSessionId()
|
D | proxy_decryptor.h | 106 LoadSession enumerator
|
D | proxy_media_keys.h | 50 virtual void LoadSession(
|
D | ppapi_decryptor.h | 58 virtual void LoadSession(
|
D | ppapi_decryptor.cc | 198 void PpapiDecryptor::LoadSession( in LoadSession() function in content::PpapiDecryptor 216 CdmDelegate()->LoadSession( in LoadSession()
|
D | proxy_media_keys.cc | 95 void ProxyMediaKeys::LoadSession( in LoadSession() function in content::ProxyMediaKeys
|
/external/chromium_org/media/cdm/ppapi/ |
D | cdm_wrapper.h | 55 virtual void LoadSession(uint32_t promise_id, 219 virtual void LoadSession(uint32_t promise_id, in LoadSession() function 222 cdm_->LoadSession(promise_id, web_session_id, web_session_id_size); in LoadSession() 449 void CdmWrapperImpl<cdm::ContentDecryptionModule_4>::LoadSession( in LoadSession() function 459 cdm_->LoadSession(session_id, web_session_id, web_session_id_size); in LoadSession()
|
D | cdm_adapter.h | 62 virtual void LoadSession(uint32_t promise_id,
|
D | cdm_adapter.cc | 392 void CdmAdapter::LoadSession(uint32_t promise_id, in LoadSession() function in media::CdmAdapter 407 cdm_->LoadSession(promise_id, web_session_id.data(), web_session_id.size()); in LoadSession()
|
/external/chromium_org/media/base/ |
D | browser_cdm.h | 42 virtual void LoadSession(uint32 session_id,
|
D | media_keys.h | 98 virtual void LoadSession(const std::string& web_session_id,
|
/external/chromium_org/ppapi/cpp/private/ |
D | content_decryptor_private.cc | 85 void LoadSession(PP_Instance instance, in LoadSession() function 98 ->LoadSession(promise_id, web_session_id_var.AsString()); in LoadSession() 262 &LoadSession,
|
D | content_decryptor_private.h | 44 virtual void LoadSession(uint32_t promise_id,
|
/external/chromium_org/ppapi/c/private/ |
D | ppp_content_decryptor_private.h | 107 void (*LoadSession)(PP_Instance instance, member
|
/external/chromium_org/ppapi/proxy/ |
D | ppp_content_decryptor_private_proxy.cc | 183 void LoadSession(PP_Instance instance, in LoadSession() function 477 &LoadSession, 611 ppp_decryptor_impl_->LoadSession, in OnMsgLoadSession()
|
/external/chromium_org/media/base/android/ |
D | media_drm_bridge.h | 95 virtual void LoadSession(uint32 session_id,
|
D | media_drm_bridge.cc | 428 void MediaDrmBridge::LoadSession(uint32 session_id, in LoadSession() function in media::MediaDrmBridge
|
/external/chromium_org/media/cdm/ |
D | aes_decryptor.h | 45 virtual void LoadSession(const std::string& web_session_id,
|
D | aes_decryptor.cc | 269 void AesDecryptor::LoadSession(const std::string& web_session_id, in LoadSession() function in media::AesDecryptor
|
/external/chromium_org/media/cdm/ppapi/external_clear_key/ |
D | clear_key_cdm.h | 44 virtual void LoadSession(uint32 promise_id,
|
D | clear_key_cdm.cc | 270 void ClearKeyCdm::LoadSession(uint32 promise_id, in LoadSession() function in media::ClearKeyCdm
|
/external/chromium_org/content/renderer/pepper/ |
D | content_decryptor_delegate.h | 70 void LoadSession(const std::string& web_session_id,
|
D | content_decryptor_delegate.cc | 392 void ContentDecryptorDelegate::LoadSession( in LoadSession() function in content::ContentDecryptorDelegate 396 plugin_decryption_interface_->LoadSession( in LoadSession()
|
/external/chromium_org/ppapi/api/private/ |
D | ppp_content_decryptor_private.idl | 91 void LoadSession(
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
D | pnacl_shim.c | 4421 … (*)(PP_Instance instance, uint32_t promise_id, struct PP_Var* web_session_id))iface->LoadSession); in Pnacl_M36_PPP_ContentDecryptor_Private_LoadSession() 5704 .LoadSession = &Pnacl_M36_PPP_ContentDecryptor_Private_LoadSession,
|