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

  /external/chromium_org/ppapi/thunk/
ppb_content_decryptor_private_thunk.cc 67 void SessionMessage(PP_Instance instance,
71 VLOG(4) << "PPB_ContentDecryptor_Private::SessionMessage()";
75 enter.functions()->SessionMessage(instance,
216 &SessionMessage,
  /external/chromium_org/ppapi/c/private/
ppb_content_decryptor_private.h 102 * Note that <code>SessionMessage()</code> can be used for purposes other than
105 * of <code>UpdateSession()</code> and <code>SessionMessage()</code> calls
119 void (*SessionMessage)(PP_Instance instance,
154 * system, a series of <code>SessionMessage()</code> calls from the CDM will
  /external/chromium_org/ppapi/cpp/private/
content_decryptor_private.cc 345 void ContentDecryptor_Private::SessionMessage(
352 get_interface<PPB_ContentDecryptor_Private>()->SessionMessage(
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessionmessages.h 75 struct SessionMessage {
76 SessionMessage() : action_elem(NULL), stanza(NULL) {}
78 SessionMessage(SignalingProtocol protocol, ActionType type,
161 SessionMessage* msg,
168 void WriteSessionMessage(const SessionMessage& msg,
  /external/chromium_org/mojo/examples/pepper_container_app/
plugin_instance.cc 337 void PluginInstance::SessionMessage(PP_Instance instance,
  /external/chromium_org/ppapi/proxy/
ppb_instance_proxy.cc 632 void PPB_Instance_Proxy::SessionMessage(PP_Instance instance,
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc     [all...]

Completed in 220 milliseconds