Home
last modified time | relevance | path

Searched refs:QN_LOCALE (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/libjingle/xmpp/
Dconstants.h396 extern const StaticQName QN_LOCALE;
Dchatroommoduleimpl.cc289 XmlElement* locale_element = new XmlElement(QN_LOCALE, false); in RequestEnterChatroom()
Dconstants.cc593 const StaticQName QN_LOCALE = { NS_GOOGLE_MUC_USER, "locale" }; variable