Searched defs:PromiseResolvedWithSession (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ppapi/c/private/
H A Dppb_content_decryptor_private.h61 void (*PromiseResolvedWithSession)(PP_Instance instance, member in struct:PPB_ContentDecryptor_Private_0_12
/external/chromium_org/ppapi/thunk/
H A Dppb_content_decryptor_private_thunk.cc27 void PromiseResolvedWithSession(PP_Instance instance, function in namespace:ppapi::thunk::__anon10251
30 VLOG(4) << "PPB_ContentDecryptor_Private::PromiseResolvedWithSession()";
34 enter.functions()->PromiseResolvedWithSession(instance,
213 &PromiseResolvedWithSession,
/external/chromium_org/ppapi/cpp/private/
H A Dcontent_decryptor_private.cc300 void ContentDecryptor_Private::PromiseResolvedWithSession( function in class:pp::ContentDecryptor_Private
305 get_interface<PPB_ContentDecryptor_Private>()->PromiseResolvedWithSession(
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dplugin_instance.cc317 void PluginInstance::PromiseResolvedWithSession(PP_Instance instance, function in class:mojo::examples::PluginInstance
/external/chromium_org/ppapi/proxy/
H A Dppb_instance_proxy.cc579 void PPB_Instance_Proxy::PromiseResolvedWithSession(PP_Instance instance, function in class:ppapi::proxy::PPB_Instance_Proxy
1284 enter.functions()->PromiseResolvedWithSession(
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.cc2503 void PepperPluginInstanceImpl::PromiseResolvedWithSession( function in class:content::PepperPluginInstanceImpl

Completed in 170 milliseconds