HomeSort by relevance Sort by last modified time
    Searched refs:KeyAdded (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/ppapi/thunk/
ppb_content_decryptor_private_thunk.cc 32 void KeyAdded(PP_Instance instance,
35 VLOG(4) << "PPB_ContentDecryptor_Private::KeyAdded()";
39 enter.functions()->KeyAdded(instance, key_system, session_id);
150 &KeyAdded,
ppb_instance_api.h 149 virtual void KeyAdded(PP_Instance instance,
  /external/chromium_org/content/renderer/media/
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) {
114 GetSession(session_id)->KeyAdded();
webcontentdecryptionmodulesession_impl.h 45 void KeyAdded();
webcontentdecryptionmodulesession_impl.cc 62 void WebContentDecryptionModuleSessionImpl::KeyAdded() {
63 client_->keyAdded();
  /external/chromium_org/ppapi/c/private/
ppb_content_decryptor_private.h 83 * The CDM must call <code>KeyAdded()</code> when the sequence is completed,
92 void (*KeyAdded)(PP_Instance instance,
105 * in the comment for <code>KeyAdded()</code>, which describes a sequence of
  /external/chromium_org/content/renderer/media/crypto/
proxy_decryptor.cc 134 base::Bind(&ProxyDecryptor::KeyAdded, weak_ptr_factory_.GetWeakPtr()),
139 void ProxyDecryptor::KeyAdded(const std::string& session_id) {
proxy_decryptor.h 74 void KeyAdded(const std::string& session_id);
ppapi_decryptor.h 86 void KeyAdded(const std::string& session_id);
ppapi_decryptor.cc 68 base::Bind(&PpapiDecryptor::KeyAdded, weak_this_),
288 void PpapiDecryptor::KeyAdded(const std::string& session_id) {
  /external/chromium_org/ppapi/api/private/
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/
content_decryptor_private.h 64 void KeyAdded(const std::string& key_system,
content_decryptor_private.cc 233 void ContentDecryptor_Private::KeyAdded(const std::string& key_system,
238 get_interface<PPB_ContentDecryptor_Private>()->KeyAdded(
  /external/chromium_org/media/cdm/ppapi/
clear_key_cdm.h 84 void KeyAdded(const std::string& session_id);
clear_key_cdm.cc 163 void ClearKeyCdm::Client::KeyAdded(const std::string& session_id) {
185 : decryptor_(base::Bind(&Client::KeyAdded, base::Unretained(&client_)),
cdm_wrapper.cc 571 void KeyAdded(int32_t result, const SessionInfo& session_info);
954 &CdmWrapper::KeyAdded,
    [all...]
  /external/chromium_org/content/renderer/pepper/
content_decryptor_delegate.h 84 void KeyAdded(PP_Var key_system, PP_Var session_id);
pepper_plugin_instance_impl.h 444 virtual void KeyAdded(PP_Instance instance,
    [all...]
content_decryptor_delegate.cc 585 void ContentDecryptorDelegate::KeyAdded(PP_Var key_system_var,
    [all...]
pepper_plugin_instance_impl.cc     [all...]
  /external/chromium_org/media/filters/
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) {
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/
ppb_instance_proxy.h 121 virtual void KeyAdded(PP_Instance instance,
ppb_instance_proxy.cc 542 void PPB_Instance_Proxy::KeyAdded(PP_Instance instance,
    [all...]
  /external/chromium_org/media/cdm/
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/
pnacl_shim.c     [all...]

Completed in 325 milliseconds