Home
last modified time | relevance | path

Searched refs:STR_RESULT (Results 1 – 4 of 4) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/client/
Dsessionsendtask.h108 if (next->Attr(buzz::QN_TYPE) == buzz::STR_RESULT) { in ProcessResponse()
121 if (stanza->Attr(buzz::QN_TYPE) == buzz::STR_RESULT || in HandleStanza()
/external/chromium/third_party/libjingle/source/talk/xmpp/
Dxmpptask.cc123 result->AddAttr(QN_TYPE, STR_RESULT); in MakeIqResult()
Dconstants.h85 extern const std::string STR_RESULT;
Dconstants.cc131 const std::string STR_RESULT("result"); variable