OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QN_SASL_ABORTED
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libjingle/source/talk/xmpp/
constants.h
166
extern const QName
QN_SASL_ABORTED
;
constants.cc
199
const QName
QN_SASL_ABORTED
(true, NS_SASL, "aborted");
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
constants.h
169
extern const StaticQName
QN_SASL_ABORTED
;
constants.cc
200
const StaticQName
QN_SASL_ABORTED
= { NS_SASL, "aborted" };
Completed in 29 milliseconds