Searched refs:DeliverBlock (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/ppapi/c/private/
H A Dppb_content_decryptor_private.h216 void (*DeliverBlock)( member in struct:PPB_ContentDecryptor_Private_0_12
/external/chromium_org/ppapi/thunk/
H A Dppb_content_decryptor_private_thunk.cc137 void DeliverBlock(PP_Instance instance, function in namespace:ppapi::thunk::__anon10251
140 VLOG(4) << "PPB_ContentDecryptor_Private::DeliverBlock()";
144 enter.functions()->DeliverBlock(instance,
222 &DeliverBlock,
H A Dppb_instance_api.h196 virtual void DeliverBlock(PP_Instance instance,
/external/chromium_org/ppapi/cpp/private/
H A Dcontent_decryptor_private.h102 void DeliverBlock(pp::Buffer_Dev decrypted_block,
H A Dcontent_decryptor_private.cc418 void ContentDecryptor_Private::DeliverBlock( function in class:pp::ContentDecryptor_Private
422 get_interface<PPB_ContentDecryptor_Private>()->DeliverBlock(
/external/chromium_org/ppapi/api/private/
H A Dppb_content_decryptor_private.idl218 void DeliverBlock(
/external/chromium_org/content/renderer/pepper/
H A Dcontent_decryptor_delegate.h125 void DeliverBlock(PP_Resource decrypted_block,
H A Dpepper_plugin_instance_impl.h510 virtual void DeliverBlock(PP_Instance instance,
H A Dpepper_plugin_instance_impl.cc2571 void PepperPluginInstanceImpl::DeliverBlock( function in class:content::PepperPluginInstanceImpl
2575 content_decryptor_delegate_->DeliverBlock(decrypted_block, block_info);
H A Dcontent_decryptor_delegate.cc920 void ContentDecryptorDelegate::DeliverBlock( function in class:content::ContentDecryptorDelegate
928 DVLOG(2) << "DeliverBlock() - request_id: " << request_id;
932 DVLOG(1) << "DeliverBlock() - invalid request_id " << request_id;
942 DVLOG(1) << "DeliverBlock() - request_id " << request_id << " not found";
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_adapter.h222 void DeliverBlock(int32_t result,
H A Dcdm_adapter.cc476 &CdmAdapter::DeliverBlock,
941 void CdmAdapter::DeliverBlock(int32_t result, function in class:media::CdmAdapter
970 pp::ContentDecryptor_Private::DeliverBlock(buffer, decrypted_block_info);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dplugin_instance.cc374 void PluginInstance::DeliverBlock(PP_Instance instance, function in class:mojo::examples::PluginInstance
H A Dplugin_instance.h153 virtual void DeliverBlock(PP_Instance instance,
/external/chromium_org/ppapi/proxy/
H A Dppb_instance_proxy.h166 virtual void DeliverBlock(PP_Instance instance,
H A Dppb_instance_proxy.cc705 void PPB_Instance_Proxy::DeliverBlock(PP_Instance instance, function in class:ppapi::proxy::PPB_Instance_Proxy
1440 enter.functions()->DeliverBlock(instance, decrypted_block, &block_info);
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c2784 iface->DeliverBlock(instance, decrypted_block, decrypted_block_info);
5275 .DeliverBlock = (void (*)(PP_Instance instance, PP_Resource decrypted_block, const struct PP_DecryptedBlockInfo* decrypted_block_info))&Pnacl_M36_PPB_ContentDecryptor_Private_DeliverBlock,

Completed in 818 milliseconds