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

  /external/chromium_org/jingle/notifier/communicator/
single_login_attempt_unittest.cc 154 new buzz::XmlElement(buzz::QN_STREAM_ERROR, true);
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppengineimpl.cc 325 if (stanza->Name() == QN_STREAM_ERROR) {
constants.h 125 extern const QName QN_STREAM_ERROR;
constants.cc 158 const QName QN_STREAM_ERROR(true, NS_STREAM, "error");
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppengineimpl.cc 301 if (stanza->Name() == QN_STREAM_ERROR) {
constants.h 128 extern const StaticQName QN_STREAM_ERROR;
constants.cc 145 const StaticQName QN_STREAM_ERROR = { NS_STREAM, "error" };

Completed in 481 milliseconds