/external/chromium_org/ppapi/thunk/ |
H A D | ppb_content_decryptor_private_thunk.cc | 32 void KeyAdded(PP_Instance instance, function in namespace:ppapi::thunk::__anon9592 35 VLOG(4) << "PPB_ContentDecryptor_Private::KeyAdded()"; 39 enter.functions()->KeyAdded(instance, key_system, session_id); 150 &KeyAdded,
|
H A D | ppb_instance_api.h | 149 virtual void KeyAdded(PP_Instance instance,
|
/external/chromium_org/content/renderer/media/ |
H A D | webcontentdecryptionmodule_impl.cc | 45 void KeyAdded(const std::string& session_id); 91 base::Bind(&SessionIdAdapter::KeyAdded, weak_this), 113 void SessionIdAdapter::KeyAdded(const std::string& session_id) { function in class:content::SessionIdAdapter 114 GetSession(session_id)->KeyAdded();
|
H A D | webcontentdecryptionmodulesession_impl.cc | 62 void WebContentDecryptionModuleSessionImpl::KeyAdded() { function in class:content::WebContentDecryptionModuleSessionImpl
|
H A D | webcontentdecryptionmodulesession_impl.h | 45 void KeyAdded();
|
/external/chromium_org/ppapi/c/private/ |
H A D | ppb_content_decryptor_private.h | 83 * The CDM must call <code>KeyAdded()</code> when the sequence is completed, 92 void (*KeyAdded)(PP_Instance instance, member in struct:PPB_ContentDecryptor_Private_0_6 105 * in the comment for <code>KeyAdded()</code>, which describes a sequence of
|
/external/chromium_org/content/renderer/media/crypto/ |
H A D | proxy_decryptor.cc | 134 base::Bind(&ProxyDecryptor::KeyAdded, weak_ptr_factory_.GetWeakPtr()), 139 void ProxyDecryptor::KeyAdded(const std::string& session_id) { function in class:content::ProxyDecryptor
|
H A D | proxy_decryptor.h | 74 void KeyAdded(const std::string& session_id);
|
H A D | ppapi_decryptor.cc | 68 base::Bind(&PpapiDecryptor::KeyAdded, weak_this_), 288 void PpapiDecryptor::KeyAdded(const std::string& session_id) { function in class:content::PpapiDecryptor
|
H A D | ppapi_decryptor.h | 86 void KeyAdded(const std::string& session_id);
|
/external/chromium_org/ppapi/api/private/ |
H A D | ppb_content_decryptor_private.idl | 65 * The CDM must call <code>KeyAdded()</code> when the sequence is completed, 74 void KeyAdded( 89 * in the comment for <code>KeyAdded()</code>, which describes a sequence of
|
/external/chromium_org/ppapi/cpp/private/ |
H A D | content_decryptor_private.h | 64 void KeyAdded(const std::string& key_system,
|
H A D | content_decryptor_private.cc | 233 void ContentDecryptor_Private::KeyAdded(const std::string& key_system, function in class:pp::ContentDecryptor_Private 238 get_interface<PPB_ContentDecryptor_Private>()->KeyAdded(
|
/external/chromium_org/content/renderer/pepper/ |
H A D | content_decryptor_delegate.h | 84 void KeyAdded(PP_Var key_system, PP_Var session_id);
|
H A D | pepper_plugin_instance_impl.h | 444 virtual void KeyAdded(PP_Instance instance,
|
H A D | content_decryptor_delegate.cc | 585 void ContentDecryptorDelegate::KeyAdded(PP_Var key_system_var, function in class:content::ContentDecryptorDelegate
|
H A D | pepper_plugin_instance_impl.cc | 2140 void PepperPluginInstanceImpl::KeyAdded(PP_Instance instance, function in class:content::PepperPluginInstanceImpl 2143 content_decryptor_delegate_->KeyAdded(key_system_var, session_id_var);
|
/external/chromium_org/media/cdm/ppapi/ |
H A D | clear_key_cdm.h | 84 void KeyAdded(const std::string& session_id);
|
H A D | clear_key_cdm.cc | 163 void ClearKeyCdm::Client::KeyAdded(const std::string& session_id) { function in class:media::ClearKeyCdm::Client 185 : decryptor_(base::Bind(&Client::KeyAdded, base::Unretained(&client_)),
|
H A D | cdm_wrapper.cc | 571 void KeyAdded(int32_t result, const SessionInfo& session_info); 954 &CdmWrapper::KeyAdded, 969 void CdmWrapper::KeyAdded(int32_t result, const SessionInfo& session_info) { 972 pp::ContentDecryptor_Private::KeyAdded(session_info.key_system,
|
/external/chromium_org/media/filters/ |
H A D | pipeline_integration_test.cc | 70 virtual void KeyAdded(const std::string& session_id) = 0; 90 : decryptor_(base::Bind(&FakeEncryptedMedia::KeyAdded, 104 void KeyAdded(const std::string& session_id) { function in class:media::FakeEncryptedMedia 105 app_->KeyAdded(session_id); 135 virtual void KeyAdded(const std::string& session_id) OVERRIDE { 181 virtual void KeyAdded(const std::string& session_id) OVERRIDE { 183 FAIL() << "Unexpected KeyAdded";
|
/external/chromium_org/ppapi/proxy/ |
H A D | ppb_instance_proxy.h | 121 virtual void KeyAdded(PP_Instance instance,
|
H A D | ppb_instance_proxy.cc | 542 void PPB_Instance_Proxy::KeyAdded(PP_Instance instance, function in class:ppapi::proxy::PPB_Instance_Proxy 1058 enter.functions()->KeyAdded(instance,
|
/external/chromium_org/media/cdm/ |
H A D | aes_decryptor_unittest.cc | 257 base::Bind(&AesDecryptorTest::KeyAdded, base::Unretained(this)), 278 EXPECT_CALL(*this, KeyAdded(session_id_string_)); 336 MOCK_METHOD1(KeyAdded, void(const std::string&));
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
H A D | pnacl_shim.c | 2257 iface->KeyAdded(instance, *key_system, *session_id); 4504 .KeyAdded = (void (*)(PP_Instance instance, struct PP_Var key_system, struct PP_Var session_id))&Pnacl_M24_PPB_ContentDecryptor_Private_KeyAdded,
|