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

  /external/chromium_org/ppapi/c/private/
ppb_content_decryptor_private.h 70 * in the comment for <code>SessionReady()</code>, which describes a sequence
97 * The CDM must call <code>SessionReady()</code> when the sequence is
102 void (*SessionReady)(PP_Instance instance, uint32_t session_id);
  /external/chromium_org/ppapi/thunk/
ppb_content_decryptor_private_thunk.cc 45 void SessionReady(PP_Instance instance, uint32_t session_id) {
46 VLOG(4) << "PPB_ContentDecryptor_Private::SessionReady()";
50 enter.functions()->SessionReady(instance, session_id);
152 &SessionReady,
  /external/chromium_org/ppapi/cpp/private/
content_decryptor_private.cc 234 void ContentDecryptor_Private::SessionReady(uint32_t session_id) {
236 get_interface<PPB_ContentDecryptor_Private>()->SessionReady(
  /external/chromium_org/ppapi/proxy/
ppb_instance_proxy.cc 567 void PPB_Instance_Proxy::SessionReady(PP_Instance instance,
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc     [all...]

Completed in 572 milliseconds