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

  /external/chromium_org/ppapi/c/private/
ppb_content_decryptor_private.h 123 void (*SessionError)(PP_Instance instance,
  /external/chromium_org/ppapi/thunk/
ppb_content_decryptor_private_thunk.cc 61 void SessionError(PP_Instance instance,
65 VLOG(4) << "PPB_ContentDecryptor_Private::SessionError()";
69 enter.functions()->SessionError(instance,
154 &SessionError,
  /external/chromium_org/ppapi/cpp/private/
content_decryptor_private.cc 248 void ContentDecryptor_Private::SessionError(uint32_t session_id,
252 get_interface<PPB_ContentDecryptor_Private>()->SessionError(
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
session.h 71 struct SessionError : WriteError {
397 SessionError* error);
446 SessionError* error);
447 bool SendAcceptMessage(const SessionDescription* sdesc, SessionError* error);
448 bool SendRejectMessage(const std::string& reason, SessionError* error);
449 bool SendTerminateMessage(const std::string& reason, SessionError* error);
451 SessionError* error);
452 bool SendViewMessage(const SessionView& view, SessionError* error);
453 bool ResendAllTransportInfoMessages(SessionError* error);
464 SessionError* error)
    [all...]
  /external/chromium_org/ppapi/proxy/
ppb_instance_proxy.cc 579 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 {
602 SessionError* error);
629 SessionError* error);
630 bool SendAcceptMessage(const SessionDescription* sdesc, SessionError* error);
631 bool SendRejectMessage(const std::string& reason, SessionError* error);
632 bool SendTerminateMessage(const std::string& reason, SessionError* error);
634 SessionError* error);
637 SessionError* error);
639 bool ResendAllTransportInfoMessages(SessionError* error);
640 bool SendAllUnsentTransportInfoMessages(SessionError* error)
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc     [all...]

Completed in 608 milliseconds