Searched refs:PromiseRejected (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/ppapi/c/private/
H A Dppb_content_decryptor_private.h89 void (*PromiseRejected)(PP_Instance instance, member in struct:PPB_ContentDecryptor_Private_0_12
/external/chromium_org/ppapi/thunk/
H A Dppb_content_decryptor_private_thunk.cc51 void PromiseRejected(PP_Instance instance, function in namespace:ppapi::thunk::__anon10251
56 VLOG(4) << "PPB_ContentDecryptor_Private::PromiseRejected()";
60 enter.functions()->PromiseRejected(instance,
215 &PromiseRejected,
H A Dppb_instance_api.h172 virtual void PromiseRejected(PP_Instance instance,
/external/chromium_org/v8/src/
H A Dpromise.js86 return %_CallFunction(constructor, r, PromiseRejected);
201 function PromiseRejected(r) { function
354 "reject", PromiseRejected,
/external/chromium_org/ppapi/cpp/private/
H A Dcontent_decryptor_private.h81 void PromiseRejected(uint32_t promise_id,
H A Dcontent_decryptor_private.cc329 void ContentDecryptor_Private::PromiseRejected( function in class:pp::ContentDecryptor_Private
336 get_interface<PPB_ContentDecryptor_Private>()->PromiseRejected(
/external/chromium_org/ppapi/api/private/
H A Dppb_content_decryptor_private.idl75 void PromiseRejected(
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dplugin_instance.cc329 void PluginInstance::PromiseRejected(PP_Instance instance, function in class:mojo::examples::PluginInstance
H A Dplugin_instance.h129 virtual void PromiseRejected(PP_Instance instance,
/external/chromium_org/ppapi/proxy/
H A Dppb_instance_proxy.h142 virtual void PromiseRejected(PP_Instance instance,
H A Dppb_instance_proxy.cc618 void PPB_Instance_Proxy::PromiseRejected(PP_Instance instance, function in class:ppapi::proxy::PPB_Instance_Proxy
1333 enter.functions()->PromiseRejected(instance,
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.h486 virtual void PromiseRejected(PP_Instance instance,
H A Dpepper_plugin_instance_impl.cc2518 void PepperPluginInstanceImpl::PromiseRejected( function in class:content::PepperPluginInstanceImpl
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_adapter.cc878 pp::ContentDecryptor_Private::PromiseRejected(
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c2749 iface->PromiseRejected(instance, promise_id, exception_code, system_code, *error_description);
5268 .PromiseRejected = (void (*)(PP_Instance instance, uint32_t promise_id, PP_CdmExceptionCode exception_code, uint32_t system_code, struct PP_Var error_description))&Pnacl_M36_PPB_ContentDecryptor_Private_PromiseRejected,

Completed in 2084 milliseconds