/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
presencestatus.h | 105 return STR_EMPTY; 109 return STR_EMPTY;
|
xmpplogintask.cc | 68 iqId_(STR_EMPTY), 70 fullJid_(STR_EMPTY), 71 streamId_(STR_EMPTY), 280 if (pctx_->requested_resource_ != STR_EMPTY) {
|
xmppengineimpl.cc | 53 requested_resource_(STR_EMPTY), 331 SendStanzaError(stanza, XSE_FEATURE_NOT_IMPLEMENTED, STR_EMPTY);
|
xmppengineimpl_iq.cc | 237 if (text != STR_EMPTY) {
|
chatroommoduleimpl.cc | 158 chatroom_jid_(STR_EMPTY), 255 if (nickname_ == STR_EMPTY) {
|
xmppclient.cc | 156 d_->engine_->SetUser(buzz::Jid(settings.user(), settings.host(), STR_EMPTY));
|
/external/chromium_org/jingle/notifier/listener/ |
push_notifications_send_update_task.cc | 45 const buzz::QName kQnChannel(buzz::STR_EMPTY, "channel");
|
push_notifications_subscribe_task.cc | 101 item->AddAttr(buzz::QName(buzz::STR_EMPTY, "channel"),
|
/external/chromium/third_party/libjingle/source/talk/xmllite/ |
xmlparser.cc | 216 *prefix ? std::string(prefix) : STR_EMPTY, 247 return QName(STR_EMPTY, qname); 251 result = xmlnsstack_.NsForPrefix(STR_EMPTY);
|
xmlprinter.cc | 83 xmlnsStack_.AddXmlns(STR_EMPTY, pattr->Value()); 119 if (*i == STR_EMPTY)
|
/external/chromium_org/third_party/libjingle/source/talk/xmllite/ |
xmlparser.cc | 210 xmlnsstack_.AddXmlns(*prefix ? prefix : STR_EMPTY, ns); 236 return QName(STR_EMPTY, qname); 238 std::pair<std::string, bool> result = xmlnsstack_.NsForPrefix(STR_EMPTY);
|
xmlelement.cc | 411 if (text == STR_EMPTY)
|
/external/chromium_org/jingle/notifier/communicator/ |
single_login_attempt.cc | 169 buzz::STR_EMPTY);
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
mediasessionclient.cc | 257 std::string name = GetXmlAttr(element, QN_NAME, buzz::STR_EMPTY); 270 std::string name = GetXmlAttr(element, QN_NAME, buzz::STR_EMPTY); 435 buzz::STR_EMPTY); 437 buzz::STR_EMPTY); 448 std::string type = GetXmlAttr(param, QN_TYPE, buzz::STR_EMPTY); 449 std::string subtype = GetXmlAttr(param, QN_SUBTYPE, buzz::STR_EMPTY); 502 std::string name = GetXmlAttr(elem, QN_NAME, buzz::STR_EMPTY); 520 std::string name = GetXmlAttr(elem, QN_NAME, buzz::STR_EMPTY); 539 std::string name = GetXmlAttr(elem, QN_NAME, buzz::STR_EMPTY); [all...] |
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
xmppengineimpl.cc | 61 requested_resource_(STR_EMPTY), 355 SendStanzaError(stanza, XSE_FEATURE_NOT_IMPLEMENTED, STR_EMPTY);
|
xmppengineimpl_iq.cc | 237 if (text != STR_EMPTY) {
|
xmppclient.cc | 132 d_->engine_->SetUser(buzz::Jid(settings.user(), settings.host(), STR_EMPTY));
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
mediasessionclient.cc | 448 std::string name = GetXmlAttr(element, QN_NAME, buzz::STR_EMPTY); 461 std::string name = GetXmlAttr(element, QN_NAME, buzz::STR_EMPTY); 608 buzz::STR_EMPTY); 610 buzz::STR_EMPTY); 656 std::string name = GetXmlAttr(elem, QN_NAME, buzz::STR_EMPTY); 673 std::string name = GetXmlAttr(elem, QN_NAME, buzz::STR_EMPTY); [all...] |
/external/chromium_org/remoting/jingle_glue/ |
xmpp_signal_strategy.cc | 241 buzz::Jid jid(settings.user(), settings.host(), buzz::STR_EMPTY);
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
sessionmessages.cc | 188 msg->initiator = GetXmlAttr(jingle, QN_INITIATOR, buzz::STR_EMPTY); 856 if (nick != buzz::STR_EMPTY) { 863 if (ssrc != buzz::STR_EMPTY) { [all...] |
session.cc | 805 if (term.debug_reason != buzz::STR_EMPTY) { [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
sessionmessages.cc | 176 msg->initiator = GetXmlAttr(jingle, QN_INITIATOR, buzz::STR_EMPTY); [all...] |
session.cc | [all...] |