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

/external/chromium_org/ppapi/c/private/
H A Dppb_content_decryptor_private.h177 void (*SessionClosed)(PP_Instance instance, struct PP_Var web_session_id); member in struct:PPB_ContentDecryptor_Private_0_12
/external/chromium_org/ppapi/thunk/
H A Dppb_content_decryptor_private_thunk.cc113 void SessionClosed(PP_Instance instance, struct PP_Var web_session_id) { function in namespace:ppapi::thunk::__anon10251
114 VLOG(4) << "PPB_ContentDecryptor_Private::SessionClosed()";
118 enter.functions()->SessionClosed(instance, web_session_id);
220 &SessionClosed,
/external/chromium_org/ppapi/cpp/private/
H A Dcontent_decryptor_private.cc392 void ContentDecryptor_Private::SessionClosed( function in class:pp::ContentDecryptor_Private
396 get_interface<PPB_ContentDecryptor_Private>()->SessionClosed(
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dplugin_instance.cc361 void PluginInstance::SessionClosed(PP_Instance instance, function in class:mojo::examples::PluginInstance
/external/chromium_org/ppapi/proxy/
H A Dppb_instance_proxy.cc683 void PPB_Instance_Proxy::SessionClosed(PP_Instance instance, function in class:ppapi::proxy::PPB_Instance_Proxy
1405 enter.functions()->SessionClosed(instance,
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.cc2557 void PepperPluginInstanceImpl::SessionClosed(PP_Instance instance, function in class:content::PepperPluginInstanceImpl

Completed in 197 milliseconds