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

/external/chromium_org/ppapi/thunk/
H A Dppb_content_decryptor_private_thunk.cc101 void DeliverBlock(PP_Instance instance, function in namespace:ppapi::thunk::__anon9625
104 VLOG(4) << "PPB_ContentDecryptor_Private::DeliverBlock()";
108 enter.functions()->DeliverBlock(instance,
183 &DeliverBlock,
H A Dppb_instance_api.h180 virtual void DeliverBlock(PP_Instance instance,
/external/chromium_org/ppapi/c/private/
H A Dppb_content_decryptor_private.h176 void (*DeliverBlock)( member in struct:PPB_ContentDecryptor_Private_0_12
/external/chromium_org/ppapi/api/private/
H A Dppb_content_decryptor_private.idl173 void DeliverBlock(
/external/chromium_org/ppapi/cpp/private/
H A Dcontent_decryptor_private.h88 void DeliverBlock(pp::Buffer_Dev decrypted_block,
H A Dcontent_decryptor_private.cc325 void ContentDecryptor_Private::DeliverBlock( function in class:pp::ContentDecryptor_Private
329 get_interface<PPB_ContentDecryptor_Private>()->DeliverBlock(
/external/chromium_org/content/renderer/pepper/
H A Dcontent_decryptor_delegate.h109 void DeliverBlock(PP_Resource decrypted_block,
H A Dcontent_decryptor_delegate.cc772 void ContentDecryptorDelegate::DeliverBlock( function in class:content::ContentDecryptorDelegate
780 DVLOG(2) << "DeliverBlock() - request_id: " << request_id;
784 DVLOG(1) << "DeliverBlock() - invalid request_id " << request_id;
794 DVLOG(1) << "DeliverBlock() - request_id " << request_id << " not found";
H A Dpepper_plugin_instance_impl.h486 virtual void DeliverBlock(PP_Instance instance,
H A Dpepper_plugin_instance_impl.cc2489 void PepperPluginInstanceImpl::DeliverBlock( function in class:content::PepperPluginInstanceImpl
2493 content_decryptor_delegate_->DeliverBlock(decrypted_block, block_info);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dplugin_instance.h139 virtual void DeliverBlock(PP_Instance instance,
H A Dplugin_instance.cc346 void PluginInstance::DeliverBlock(PP_Instance instance, function in class:mojo::examples::PluginInstance
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_adapter.h208 void DeliverBlock(int32_t result,
H A Dcdm_adapter.cc418 &CdmAdapter::DeliverBlock,
836 void CdmAdapter::DeliverBlock(int32_t result, function in class:media::CdmAdapter
865 pp::ContentDecryptor_Private::DeliverBlock(buffer, decrypted_block_info);
/external/chromium_org/ppapi/proxy/
H A Dppb_instance_proxy.h151 virtual void DeliverBlock(PP_Instance instance,
H A Dppb_instance_proxy.cc645 void PPB_Instance_Proxy::DeliverBlock(PP_Instance instance, function in class:ppapi::proxy::PPB_Instance_Proxy
1297 enter.functions()->DeliverBlock(instance, decrypted_block, &block_info);
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c2647 iface->DeliverBlock(instance, decrypted_block, decrypted_block_info);
5044 .DeliverBlock = (void (*)(PP_Instance instance, PP_Resource decrypted_block, const struct PP_DecryptedBlockInfo* decrypted_block_info))&Pnacl_M36_PPB_ContentDecryptor_Private_DeliverBlock,

Completed in 726 milliseconds