OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NS_PRIVACY
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/xmpp/
constants.h
46
#define
NS_PRIVACY
Constants::
ns_privacy
()
72
static const std::string &
ns_privacy
();
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
constants.cc
53
const char
NS_PRIVACY
[] = "jabber:iq:privacy";
290
const StaticQName QN_PRIVACY_QUERY = {
NS_PRIVACY
, "query" };
291
const StaticQName QN_PRIVACY_ACTIVE = {
NS_PRIVACY
, "active" };
292
const StaticQName QN_PRIVACY_DEFAULT = {
NS_PRIVACY
, "default" };
293
const StaticQName QN_PRIVACY_LIST = {
NS_PRIVACY
, "list" };
294
const StaticQName QN_PRIVACY_ITEM = {
NS_PRIVACY
, "item" };
295
const StaticQName QN_PRIVACY_IQ = {
NS_PRIVACY
, "iq" };
296
const StaticQName QN_PRIVACY_MESSAGE = {
NS_PRIVACY
, "message" };
297
const StaticQName QN_PRIVACY_PRESENCE_IN = {
NS_PRIVACY
, "presence-in" };
298
const StaticQName QN_PRIVACY_PRESENCE_OUT = {
NS_PRIVACY
, "presence-out" }
[
all
...]
Completed in 24 milliseconds