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

  /external/chromium/third_party/libjingle/source/talk/examples/call/
discoitemsquerytask.cc 69 if (stanza->Attr(QN_TYPE) != STR_ERROR) {
presencepushtask.cc 88 if (stanza->Attr(QN_TYPE) == STR_ERROR)
113 if (stanza->Attr(QN_TYPE) == STR_ERROR) {
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
iqtask.cc 59 stanza->Attr(buzz::QN_TYPE) != buzz::STR_ERROR) {
pingtask.cc 31 stanza->Attr(buzz::QN_TYPE) != buzz::STR_ERROR) {
presencereceivetask.cc 74 if (stanza->Attr(QN_TYPE) == STR_ERROR) {
pubsub_task.cc 78 if (stanza->Attr(buzz::QN_TYPE) == buzz::STR_ERROR) {
constants.h 59 extern const char STR_ERROR[];
constants.cc 65 const char STR_ERROR[] = "error";
  /external/chromium/third_party/libjingle/source/talk/base/
task.cc 204 static const std::string STR_ERROR("ERROR");
212 case STATE_ERROR: return STR_ERROR;
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
sessionsendtask.h 122 stanza->Attr(buzz::QN_TYPE) == buzz::STR_ERROR) {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
sessionsendtask.h 131 stanza->Attr(buzz::QN_TYPE) == buzz::STR_ERROR) {
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
presencepushtask.cc 88 if (stanza->Attr(QN_TYPE) == STR_ERROR)
114 if (stanza->Attr(QN_TYPE) == STR_ERROR) {
  /external/chromium_org/remoting/host/
register_support_host_request.cc 111 if (type == buzz::STR_ERROR) {
heartbeat_sender.cc 125 if (type == buzz::STR_ERROR) {
  /external/chromium_org/third_party/libjingle/source/talk/examples/plus/
presencepushtask.cc 59 if (stanza->Attr(QN_TYPE) == STR_ERROR) {
  /external/chromium/third_party/libjingle/source/talk/xmpp/
constants.h 86 extern const std::string STR_ERROR;
constants.cc 132 const std::string STR_ERROR("error");
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasessionclient_unittest.cc     [all...]

Completed in 3838 milliseconds