OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QN_SASL_AUTH
(Results
1 - 10
of
10
) sorted by null
/external/chromium/third_party/libjingle/source/talk/xmpp/
saslplainmechanism.h
46
XmlElement * el = new XmlElement(
QN_SASL_AUTH
, true);
saslmechanism.cc
39
return new XmlElement(
QN_SASL_AUTH
, true);
saslcookiemechanism.h
62
XmlElement * el = new XmlElement(
QN_SASL_AUTH
, true);
constants.h
160
extern const QName
QN_SASL_AUTH
;
constants.cc
193
const QName
QN_SASL_AUTH
(true, NS_SASL, "auth");
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
saslplainmechanism.h
46
XmlElement * el = new XmlElement(
QN_SASL_AUTH
, true);
saslmechanism.cc
39
return new XmlElement(
QN_SASL_AUTH
, true);
saslcookiemechanism.h
62
XmlElement * el = new XmlElement(
QN_SASL_AUTH
, true);
constants.h
163
extern const StaticQName
QN_SASL_AUTH
;
constants.cc
194
const StaticQName
QN_SASL_AUTH
= { NS_SASL, "auth" };
Completed in 543 milliseconds