HomeSort by relevance Sort by last modified time
    Searched full:str_empty (Results 26 - 50 of 55) sorted by null

12 3

  /external/chromium/third_party/libjingle/source/talk/examples/call/
status.h 134 return STR_EMPTY;
138 return STR_EMPTY;
  /external/chromium/third_party/libjingle/source/talk/xmllite/
qname.cc 123 return STR_EMPTY;
133 if (data_->namespace_ == STR_EMPTY)
xmlprinter.cc 83 xmlnsStack_.AddXmlns(STR_EMPTY, pattr->Value());
119 if (*i == STR_EMPTY)
xmlelement.h 159 //! Attr will return STR_EMPTY if the attribute isn't there:
  /external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlprinter.cc 76 ns_stack_->AddXmlns(STR_EMPTY, attr->Value());
113 if (*i == STR_EMPTY) {
xmlelement.cc 411 if (text == STR_EMPTY)
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
presencestatus.h 105 return STR_EMPTY;
109 return STR_EMPTY;
xmppengineimpl.cc 53 requested_resource_(STR_EMPTY),
331 SendStanzaError(stanza, XSE_FEATURE_NOT_IMPLEMENTED, STR_EMPTY);
chatroommoduleimpl.cc 158 chatroom_jid_(STR_EMPTY),
255 if (nickname_ == STR_EMPTY) {
xmppengineimpl_iq.cc 237 if (text != STR_EMPTY) {
xmppclient.cc 156 d_->engine_->SetUser(buzz::Jid(settings.user(), settings.host(), STR_EMPTY));
xmppengineimpl.h 171 //! based on the passed code. Text is optional and may be 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_org/jingle/notifier/listener/
push_notifications_listen_task.cc 61 const buzz::QName kQnChannel(buzz::STR_EMPTY, "channel");
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/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/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));
xmppengineimpl.h 172 //! based on the passed code. Text is optional and may be STR_EMPTY.
xmppengine.h 294 //! based on the passed code. Text is optional and may be STR_EMPTY.
  /external/chromium_org/jingle/notifier/communicator/
single_login_attempt.cc 169 buzz::STR_EMPTY);
  /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...]

Completed in 359 milliseconds

12 3