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

/external/chromium_org/ppapi/c/private/
H A Dppb_content_decryptor_private.h104 * in the comment for <code>SessionReady()</code>, which describes a sequence
159 * The CDM must call <code>SessionReady()</code> when the sequence is
166 void (*SessionReady)(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.cc105 void SessionReady(PP_Instance instance, struct PP_Var web_session_id) { function in namespace:ppapi::thunk::__anon10251
106 VLOG(4) << "PPB_ContentDecryptor_Private::SessionReady()";
110 enter.functions()->SessionReady(instance, web_session_id);
219 &SessionReady,
/external/chromium_org/ppapi/cpp/private/
H A Dcontent_decryptor_private.cc384 void ContentDecryptor_Private::SessionReady(const std::string& web_session_id) { function in class:pp::ContentDecryptor_Private
387 get_interface<PPB_ContentDecryptor_Private>()->SessionReady(
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dplugin_instance.cc356 void PluginInstance::SessionReady(PP_Instance instance, function in class:mojo::examples::PluginInstance
/external/chromium_org/ppapi/proxy/
H A Dppb_instance_proxy.cc675 void PPB_Instance_Proxy::SessionReady(PP_Instance instance, function in class:ppapi::proxy::PPB_Instance_Proxy
1394 enter.functions()->SessionReady(instance, web_session_id.Get(dispatcher()));
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.cc2552 void PepperPluginInstanceImpl::SessionReady(PP_Instance instance, function in class:content::PepperPluginInstanceImpl

Completed in 2717 milliseconds