Home
last modified time | relevance | path

Searched refs:QN_XSTREAM_SEE_OTHER_HOST (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/jingle/notifier/communicator/
Dsingle_login_attempt.cc113 stream_error->FirstNamed(buzz::QN_XSTREAM_SEE_OTHER_HOST); in OnError()
Dsingle_login_attempt_unittest.cc156 new buzz::XmlElement(buzz::QN_XSTREAM_SEE_OTHER_HOST, true)); in MakeRedirectError()
/external/chromium/third_party/libjingle/source/talk/xmpp/
Dconstants.h144 extern const QName QN_XSTREAM_SEE_OTHER_HOST;
Dconstants.cc177 const QName QN_XSTREAM_SEE_OTHER_HOST(true, NS_XSTREAM, "see-other-host"); variable
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
Dconstants.h147 extern const StaticQName QN_XSTREAM_SEE_OTHER_HOST;
Dconstants.cc172 const StaticQName QN_XSTREAM_SEE_OTHER_HOST = { NS_XSTREAM, "see-other-host" }; variable