/external/chromium_org/content/renderer/media/ |
D | cdm_session_adapter.cc | 45 base::Bind(&CdmSessionAdapter::OnSessionMessage, weak_this), in Initialize() 109 void CdmSessionAdapter::OnSessionMessage(const std::string& web_session_id, in OnSessionMessage() function in content::CdmSessionAdapter 116 session->OnSessionMessage(message, destination_url); in OnSessionMessage()
|
D | webcontentdecryptionmodulesession_impl.h | 43 void OnSessionMessage(const std::vector<uint8>& message,
|
D | cdm_session_adapter.h | 106 void OnSessionMessage(const std::string& web_session_id,
|
D | webcontentdecryptionmodulesession_impl.cc | 91 void WebContentDecryptionModuleSessionImpl::OnSessionMessage( in OnSessionMessage() function in content::WebContentDecryptionModuleSessionImpl
|
/external/chromium_org/content/renderer/media/crypto/ |
D | renderer_cdm_manager.cc | 34 IPC_MESSAGE_HANDLER(CdmMsg_SessionMessage, OnSessionMessage) in OnMessageReceived() 93 void RendererCdmManager::OnSessionMessage(int cdm_id, in OnSessionMessage() function in content::RendererCdmManager 104 media_keys->OnSessionMessage(session_id, message, destination_url); in OnSessionMessage()
|
D | renderer_cdm_manager.h | 67 void OnSessionMessage(int cdm_id,
|
D | proxy_decryptor.cc | 219 base::Bind(&ProxyDecryptor::OnSessionMessage, in CreateMediaKeys() 229 void ProxyDecryptor::OnSessionMessage(const std::string& web_session_id, in OnSessionMessage() function in content::ProxyDecryptor
|
D | proxy_decryptor.h | 89 void OnSessionMessage(const std::string& web_session_id,
|
D | proxy_media_keys.h | 58 void OnSessionMessage(uint32 session_id,
|
D | ppapi_decryptor.cc | 107 base::Bind(&PpapiDecryptor::OnSessionMessage, weak_this), in PpapiDecryptor() 394 void PpapiDecryptor::OnSessionMessage(const std::string& web_session_id, in OnSessionMessage() function in content::PpapiDecryptor
|
D | ppapi_decryptor.h | 96 void OnSessionMessage(const std::string& web_session_id,
|
D | proxy_media_keys.cc | 134 void ProxyMediaKeys::OnSessionMessage(uint32 session_id, in OnSessionMessage() function in content::ProxyMediaKeys
|
/external/chromium_org/media/cdm/ |
D | aes_decryptor_unittest.cc | 203 : decryptor_(base::Bind(&AesDecryptorTest::OnSessionMessage, in AesDecryptorTest() 265 OnSessionMessage(IsNotEmpty(), key_id, GURL::EmptyGURL())); in CreateSession() 354 MOCK_METHOD3(OnSessionMessage, 376 OnSessionMessage(IsNotEmpty(), IsEmpty(), GURL::EmptyGURL())); in TEST_F() 386 OnSessionMessage(IsNotEmpty(), IsEmpty(), GURL::EmptyGURL())); in TEST_F() 394 OnSessionMessage(IsNotEmpty(), IsEmpty(), GURL::EmptyGURL())); in TEST_F() 402 OnSessionMessage(IsNotEmpty(), IsEmpty(), GURL::EmptyGURL())); in TEST_F()
|
/external/chromium_org/media/cdm/ppapi/external_clear_key/ |
D | clear_key_cdm.cc | 224 base::Bind(&ClearKeyCdm::OnSessionMessage, base::Unretained(this)), in ClearKeyCdm() 365 host_->OnSessionMessage(last_session_id_.data(), in TimerExpired() 634 void ClearKeyCdm::OnSessionMessage(const std::string& web_session_id, in OnSessionMessage() function in media::ClearKeyCdm 646 host_->OnSessionMessage(web_session_id.data(), in OnSessionMessage() 791 host_->OnSessionMessage(last_session_id_.data(), in OnFileIOTestComplete()
|
D | clear_key_cdm.h | 86 void OnSessionMessage(const std::string& web_session_id,
|
/external/chromium_org/content/browser/media/cdm/ |
D | browser_cdm_manager.cc | 61 void BrowserCdmManager::OnSessionMessage( in OnSessionMessage() function in content::BrowserCdmManager 229 base::Bind(&BrowserCdmManager::OnSessionMessage, weak_this, cdm_id), in AddCdm()
|
D | browser_cdm_manager.h | 48 void OnSessionMessage(int cdm_id,
|
/external/chromium_org/media/cdm/ppapi/ |
D | cdm_adapter.h | 98 virtual void OnSessionMessage(uint32_t session_id, 121 virtual void OnSessionMessage(const char* web_session_id,
|
D | cdm_adapter.cc | 601 void CdmAdapter::OnSessionMessage(uint32_t session_id, in OnSessionMessage() function in media::CdmAdapter 607 OnSessionMessage(web_session_id.data(), in OnSessionMessage() 712 void CdmAdapter::OnSessionMessage(const char* web_session_id, in OnSessionMessage() function in media::CdmAdapter
|
/external/chromium_org/media/filters/ |
D | pipeline_integration_test.cc | 117 virtual void OnSessionMessage(const std::string& web_session_id, 139 : decryptor_(base::Bind(&FakeEncryptedMedia::OnSessionMessage, in FakeEncryptedMedia() 150 void OnSessionMessage(const std::string& web_session_id, in OnSessionMessage() function in media::FakeEncryptedMedia 153 app_->OnSessionMessage(web_session_id, message, destination_url); in OnSessionMessage() 228 virtual void OnSessionMessage(const std::string& web_session_id, in OnSessionMessage() function in media::KeyProvidingApp 353 virtual void OnSessionMessage(const std::string& web_session_id, in OnSessionMessage() function in media::NoResponseApp
|
/external/chromium_org/media/base/android/ |
D | media_drm_bridge.h | 121 void OnSessionMessage(JNIEnv* env,
|
D | media_drm_bridge.cc | 499 void MediaDrmBridge::OnSessionMessage(JNIEnv* env, in OnSessionMessage() function in media::MediaDrmBridge
|
/external/chromium_org/content/renderer/pepper/ |
D | content_decryptor_delegate.h | 100 void OnSessionMessage(PP_Var web_session_id,
|
D | content_decryptor_delegate.cc | 668 void ContentDecryptorDelegate::OnSessionMessage(PP_Var web_session_id, in OnSessionMessage() function in content::ContentDecryptorDelegate
|
D | pepper_plugin_instance_impl.cc | 2466 content_decryptor_delegate_->OnSessionMessage( in SessionMessage()
|