HomeSort by relevance Sort by last modified time
    Searched refs:STR_RESULT (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
iqtask.cc 58 if (stanza->Attr(buzz::QN_TYPE) != buzz::STR_RESULT &&
72 bool success = (stanza->Attr(buzz::QN_TYPE) == buzz::STR_RESULT);
pingtask.cc 30 if (stanza->Attr(buzz::QN_TYPE) != buzz::STR_RESULT &&
jingleinfotask.cc 63 if (stanza->Attr(QN_TYPE) != STR_RESULT)
xmpptask.cc 124 result->AddAttr(QN_TYPE, STR_RESULT);
constants.h 58 extern const char STR_RESULT[];
constants.cc 64 const char STR_RESULT[] = "result";
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
sessionsendtask.h 116 if (next->Attr(buzz::QN_TYPE) == buzz::STR_RESULT) {
130 if (stanza->Attr(buzz::QN_TYPE) == buzz::STR_RESULT ||
  /external/chromium_org/jingle/notifier/listener/
send_ping_task.cc 51 if (type != buzz::STR_RESULT) {
push_notifications_subscribe_task.cc 67 stanza->Attr(buzz::QN_TYPE) == buzz::STR_RESULT) {
  /external/chromium_org/remoting/host/
register_support_host_request.cc 118 if (type != buzz::STR_RESULT) {
heartbeat_sender.cc 164 DCHECK_EQ(std::string(buzz::STR_RESULT), type);
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient_unittest.cc 121 bool response = data->data().Attr(buzz::QN_TYPE) == buzz::STR_RESULT;
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasessionclient_unittest.cc     [all...]

Completed in 107 milliseconds