HomeSort by relevance Sort by last modified time
    Searched defs:SessionReady (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ppapi/thunk/
ppb_content_decryptor_private_thunk.cc 105 void SessionReady(PP_Instance instance, struct PP_Var web_session_id) {
106 VLOG(4) << "PPB_ContentDecryptor_Private::SessionReady()";
110 enter.functions()->SessionReady(instance, web_session_id);
219 &SessionReady,
  /external/chromium_org/ppapi/c/private/
ppb_content_decryptor_private.h 104 * 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);
  /external/chromium_org/ppapi/cpp/private/
content_decryptor_private.cc 384 void ContentDecryptor_Private::SessionReady(const std::string& web_session_id) {
387 get_interface<PPB_ContentDecryptor_Private>()->SessionReady(
  /external/chromium_org/mojo/examples/pepper_container_app/
plugin_instance.cc 356 void PluginInstance::SessionReady(PP_Instance instance,
  /external/chromium_org/ppapi/proxy/
ppb_instance_proxy.cc 675 void PPB_Instance_Proxy::SessionReady(PP_Instance instance,
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc     [all...]

Completed in 103 milliseconds