Searched refs:KeyAdded (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/ppapi/thunk/
H A Dppb_content_decryptor_private_thunk.cc32 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 Dppb_instance_api.h149 virtual void KeyAdded(PP_Instance instance,
/external/chromium_org/content/renderer/media/
H A Dwebcontentdecryptionmodule_impl.cc45 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 Dwebcontentdecryptionmodulesession_impl.cc62 void WebContentDecryptionModuleSessionImpl::KeyAdded() { function in class:content::WebContentDecryptionModuleSessionImpl
H A Dwebcontentdecryptionmodulesession_impl.h45 void KeyAdded();
/external/chromium_org/ppapi/c/private/
H A Dppb_content_decryptor_private.h83 * 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 Dproxy_decryptor.cc134 base::Bind(&ProxyDecryptor::KeyAdded, weak_ptr_factory_.GetWeakPtr()),
139 void ProxyDecryptor::KeyAdded(const std::string& session_id) { function in class:content::ProxyDecryptor
H A Dproxy_decryptor.h74 void KeyAdded(const std::string& session_id);
H A Dppapi_decryptor.cc68 base::Bind(&PpapiDecryptor::KeyAdded, weak_this_),
288 void PpapiDecryptor::KeyAdded(const std::string& session_id) { function in class:content::PpapiDecryptor
H A Dppapi_decryptor.h86 void KeyAdded(const std::string& session_id);
/external/chromium_org/ppapi/api/private/
H A Dppb_content_decryptor_private.idl65 * 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 Dcontent_decryptor_private.h64 void KeyAdded(const std::string& key_system,
H A Dcontent_decryptor_private.cc233 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 Dcontent_decryptor_delegate.h84 void KeyAdded(PP_Var key_system, PP_Var session_id);
H A Dpepper_plugin_instance_impl.h444 virtual void KeyAdded(PP_Instance instance,
H A Dcontent_decryptor_delegate.cc585 void ContentDecryptorDelegate::KeyAdded(PP_Var key_system_var, function in class:content::ContentDecryptorDelegate
H A Dpepper_plugin_instance_impl.cc2140 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 Dclear_key_cdm.h84 void KeyAdded(const std::string& session_id);
H A Dclear_key_cdm.cc163 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 Dcdm_wrapper.cc571 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 Dpipeline_integration_test.cc70 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 Dppb_instance_proxy.h121 virtual void KeyAdded(PP_Instance instance,
H A Dppb_instance_proxy.cc542 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 Daes_decryptor_unittest.cc257 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 Dpnacl_shim.c2257 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,

Completed in 725 milliseconds