Searched refs:STR_EMPTY (Results 1 – 17 of 17) sorted by relevance
/external/webrtc/webrtc/libjingle/xmpp/ |
D | constants.cc | 91 const StaticQName QN_HANGOUT_ID = { STR_EMPTY, "hangout-id" }; 115 { STR_EMPTY, "create-activity" }; 297 const StaticQName QN_NAME = { STR_EMPTY, "name" }; 298 const StaticQName QN_AFFILIATION = { STR_EMPTY, "affiliation" }; 299 const StaticQName QN_ROLE = { STR_EMPTY, "role" }; 312 const StaticQName QN_ENCODING = { STR_EMPTY, STR_ENCODING }; 313 const StaticQName QN_VERSION = { STR_EMPTY, STR_VERSION }; 314 const StaticQName QN_TO = { STR_EMPTY, "to" }; 315 const StaticQName QN_FROM = { STR_EMPTY, "from" }; 316 const StaticQName QN_TYPE = { STR_EMPTY, "type" }; [all …]
|
D | jid.cc | 33 resource_name_ = (slash == std::string::npos ? STR_EMPTY : in Jid() 81 return STR_EMPTY; in Str() 88 ASSERT(domain_name_ != STR_EMPTY); in Str() 126 return Jid(node_name_, domain_name_, STR_EMPTY); in BareJid() 176 return STR_EMPTY; in PrepNode() 181 return STR_EMPTY; in PrepNode() 233 return STR_EMPTY; in PrepResource() 265 return STR_EMPTY; in PrepDomain() 269 return STR_EMPTY; in PrepDomain()
|
D | rostermoduleimpl.cc | 36 else if (STR_EMPTY == input) in StringToPresenceShow() 60 *output = STR_EMPTY; in PresenceShowToString() 64 *output = STR_EMPTY; in PresenceShowToString() 83 } else if (ask == STR_EMPTY) in StringToSubscriptionState() 236 return STR_EMPTY; in status() 256 return STR_EMPTY; in status() 266 if (status != STR_EMPTY) { in set_status() 401 if (name == STR_EMPTY) in set_name() 448 return STR_EMPTY; in GetGroup() 481 if (group == STR_EMPTY) in AddGroup() [all …]
|
D | jingleinfotask.cc | 101 if (host != STR_EMPTY && host != STR_EMPTY) { in ProcessStart() 113 if (host != STR_EMPTY) { in ProcessStart()
|
D | pingtask.cc | 33 if (!MatchResponseIq(stanza, Jid(STR_EMPTY), task_id())) { in HandleStanza() 70 MakeIq(buzz::STR_GET, Jid(STR_EMPTY), task_id())); in ProcessStart()
|
D | xmpplogintask.cc | 51 iqId_(STR_EMPTY), in XmppLoginTask() 53 fullJid_(STR_EMPTY), in XmppLoginTask() 54 streamId_(STR_EMPTY), in XmppLoginTask() 263 if (pctx_->requested_resource_ != STR_EMPTY) { in Advance()
|
D | presencestatus.h | 88 return STR_EMPTY; in QuietStatus() 92 return STR_EMPTY; in QuietStatus()
|
D | xmppengineimpl.cc | 36 requested_resource_(STR_EMPTY), in XmppEngineImpl() 314 SendStanzaError(stanza, XSE_FEATURE_NOT_IMPLEMENTED, STR_EMPTY); in IncomingStanza()
|
D | chatroommoduleimpl.cc | 142 chatroom_jid_(STR_EMPTY), in XmppChatroomModuleImpl() 239 if (nickname_ == STR_EMPTY) { in CheckEnterChatroomStateOk()
|
D | xmppengineimpl_iq.cc | 220 if (text != STR_EMPTY) { in SendStanzaError()
|
D | xmppclient.cc | 140 d_->engine_->SetUser(buzz::Jid(settings.user(), settings.host(), STR_EMPTY)); in Connect()
|
/external/webrtc/webrtc/libjingle/xmllite/ |
D | xmlnsstack.cc | 53 return std::make_pair(STR_EMPTY, false); in NsForPrefix() 63 if (prefix == STR_EMPTY) in NsForPrefix() 64 return std::make_pair(STR_EMPTY, true); // default namespace in NsForPrefix() 66 return std::make_pair(STR_EMPTY, false); // none found in NsForPrefix() 81 if (isattr ? ns == STR_EMPTY : PrefixMatchesNs(STR_EMPTY, ns)) in PrefixForNs() 82 return std::make_pair(STR_EMPTY, true); in PrefixForNs() 92 return std::make_pair(STR_EMPTY, false); // none found in PrefixForNs() 97 if (prefix == STR_EMPTY) in FormatQName() 158 return std::make_pair(STR_EMPTY, false); in AddNewPrefix()
|
D | xmlconstants.cc | 15 const char STR_EMPTY[] = ""; variable 23 const StaticQName QN_XMLNS = { STR_EMPTY, STR_XMLNS };
|
D | xmlparser.cc | 192 xmlnsstack_.AddXmlns(*prefix ? prefix : STR_EMPTY, ns); in StartNamespace() 218 return QName(STR_EMPTY, qname); in ResolveQName() 220 std::pair<std::string, bool> result = xmlnsstack_.NsForPrefix(STR_EMPTY); in ResolveQName()
|
D | xmlconstants.h | 18 extern const char STR_EMPTY[];
|
D | xmlprinter.cc | 59 ns_stack_->AddXmlns(STR_EMPTY, attr->Value()); in PrintElement() 96 if (*i == STR_EMPTY) { in PrintElement()
|
D | xmlelement.cc | 394 if (text == STR_EMPTY) in AddText()
|