OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NS_CAPS
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libjingle/source/talk/xmpp/
constants.cc
371
const std::string
NS_CAPS
("http://jabber.org/protocol/caps");
372
const QName QN_CAPS_C(true,
NS_CAPS
, "c");
constants.h
353
extern const std::string
NS_CAPS
;
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
constants.cc
484
const char
NS_CAPS
[] = "http://jabber.org/protocol/caps";
485
const StaticQName QN_CAPS_C = {
NS_CAPS
, "c" };
constants.h
440
extern const char
NS_CAPS
[];
Completed in 31 milliseconds