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

/external/chromium_org/ppapi/c/private/
H A Dppb_content_decryptor_private.h111 void (*SessionClosed)(PP_Instance instance, uint32_t session_id); member in struct:PPB_ContentDecryptor_Private_0_9
/external/chromium_org/ppapi/thunk/
H A Dppb_content_decryptor_private_thunk.cc53 void SessionClosed(PP_Instance instance, uint32_t session_id) { function in namespace:ppapi::thunk::__anon10301
54 VLOG(4) << "PPB_ContentDecryptor_Private::SessionClosed()";
58 enter.functions()->SessionClosed(instance, session_id);
153 &SessionClosed,
/external/chromium_org/ppapi/cpp/private/
H A Dcontent_decryptor_private.cc241 void ContentDecryptor_Private::SessionClosed(uint32_t session_id) { function in class:pp::ContentDecryptor_Private
243 get_interface<PPB_ContentDecryptor_Private>()->SessionClosed(
/external/chromium_org/ppapi/proxy/
H A Dppb_instance_proxy.cc573 void PPB_Instance_Proxy::SessionClosed(PP_Instance instance, function in class:ppapi::proxy::PPB_Instance_Proxy
1096 enter.functions()->SessionClosed(instance, session_id);
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.cc2262 void PepperPluginInstanceImpl::SessionClosed(PP_Instance instance, function in class:content::PepperPluginInstanceImpl

Completed in 113 milliseconds