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

  /external/chromium_org/ppapi/thunk/
ppb_content_decryptor_private_thunk.cc 121 void SessionError(PP_Instance instance,
126 VLOG(4) << "PPB_ContentDecryptor_Private::SessionError()";
130 enter.functions()->SessionError(instance,
221 &SessionError,
  /external/chromium_org/ppapi/c/private/
ppb_content_decryptor_private.h 194 void (*SessionError)(PP_Instance instance,
  /external/chromium_org/media/cdm/ppapi/
cdm_adapter.h 174 struct SessionError {
175 SessionError(cdm::Error error,
199 const SessionError& error);
210 const SessionError& error);
cdm_adapter.cc 794 SessionError(error, system_code, error_message)));
844 SessionError(error,
876 const SessionError& error) {
    [all...]
  /external/chromium_org/ppapi/cpp/private/
content_decryptor_private.cc 401 void ContentDecryptor_Private::SessionError(
409 get_interface<PPB_ContentDecryptor_Private>()->SessionError(
  /external/chromium_org/mojo/examples/pepper_container_app/
plugin_instance.cc 366 void PluginInstance::SessionError(PP_Instance instance,
  /external/chromium_org/ppapi/proxy/
ppb_instance_proxy.cc 691 void PPB_Instance_Proxy::SessionError(PP_Instance instance,
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.h 79 struct SessionError : WriteError {
608 SessionError* error);
635 SessionError* error);
636 bool SendAcceptMessage(const SessionDescription* sdesc, SessionError* error);
637 bool SendRejectMessage(const std::string& reason, SessionError* error);
638 bool SendTerminateMessage(const std::string& reason, SessionError* error);
640 SessionError* error);
643 SessionError* error);
645 bool ResendAllTransportInfoMessages(SessionError* error);
646 bool SendAllUnsentTransportInfoMessages(SessionError* error)
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc     [all...]

Completed in 887 milliseconds