Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dconstants.h212 extern const buzz::QName QN_GINGLE_NOTIFY_NICK;
Dconstants.cc197 const buzz::QName QN_GINGLE_NOTIFY_NICK(true, cricket::NS_EMPTY, "nick"); variable
Dsessionmessages.cc855 std::string nick(notify_elem->Attr(QN_GINGLE_NOTIFY_NICK)); in ParseSessionNotify()