Home
last modified time | relevance | path

Searched refs:DeliverBlock (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/ppapi/thunk/
Dppb_content_decryptor_private_thunk.cc75 void DeliverBlock(PP_Instance instance, in DeliverBlock() function
82 enter.functions()->DeliverBlock(instance, in DeliverBlock()
155 &DeliverBlock,
Dppb_instance_api.h158 virtual void DeliverBlock(PP_Instance instance,
/external/chromium_org/ppapi/c/private/
Dppb_content_decryptor_private.h144 void (*DeliverBlock)( member
/external/chromium_org/ppapi/cpp/private/
Dcontent_decryptor_private.cc260 void ContentDecryptor_Private::DeliverBlock( in DeliverBlock() function in pp::ContentDecryptor_Private
264 get_interface<PPB_ContentDecryptor_Private>()->DeliverBlock( in DeliverBlock()
Dcontent_decryptor_private.h74 void DeliverBlock(pp::Buffer_Dev decrypted_block,
/external/chromium_org/content/renderer/pepper/
Dcontent_decryptor_delegate.h92 void DeliverBlock(PP_Resource decrypted_block,
Dpepper_plugin_instance_impl.h463 virtual void DeliverBlock(PP_Instance instance,
Dcontent_decryptor_delegate.cc698 void ContentDecryptorDelegate::DeliverBlock( in DeliverBlock() function in content::ContentDecryptorDelegate
Dpepper_plugin_instance_impl.cc2275 void PepperPluginInstanceImpl::DeliverBlock( in DeliverBlock() function in content::PepperPluginInstanceImpl
2279 content_decryptor_delegate_->DeliverBlock(decrypted_block, block_info); in DeliverBlock()
/external/chromium_org/media/cdm/ppapi/
Dcdm_adapter.h145 void DeliverBlock(int32_t result,
Dcdm_adapter.cc373 &CdmAdapter::DeliverBlock, in Decrypt()
660 void CdmAdapter::DeliverBlock(int32_t result, in DeliverBlock() function in media::CdmAdapter
688 pp::ContentDecryptor_Private::DeliverBlock(buffer, decrypted_block_info); in DeliverBlock()
/external/chromium_org/ppapi/proxy/
Dppb_instance_proxy.h134 virtual void DeliverBlock(PP_Instance instance,
Dppb_instance_proxy.cc587 void PPB_Instance_Proxy::DeliverBlock(PP_Instance instance, in DeliverBlock() function in ppapi::proxy::PPB_Instance_Proxy
1125 enter.functions()->DeliverBlock(instance, decrypted_block, &block_info); in OnHostMsgDeliverBlock()
/external/chromium_org/ppapi/api/private/
Dppb_content_decryptor_private.idl136 void DeliverBlock(
Dppp_content_decryptor_private.idl94 * <code>DeliverBlock()</code> on the
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dpnacl_shim.c2408 iface->DeliverBlock(instance, decrypted_block, decrypted_block_info); in Pnacl_M33_PPB_ContentDecryptor_Private_DeliverBlock()
4714 ….DeliverBlock = (void (*)(PP_Instance instance, PP_Resource decrypted_block, const struct PP_Decry…