OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatchStanzaFrom
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/libjingle/xmpp/
xmpptask.cc
124
return
MatchStanzaFrom
(stanza, to);
127
bool XmppTask::
MatchStanzaFrom
(const XmlElement* stanza,
xmpptask.h
141
bool
MatchStanzaFrom
(const XmlElement* stanza, const Jid& match_jid);
pubsub_task.cc
35
if (
MatchStanzaFrom
(stanza, pubsub_node_jid_)) {
pubsubtasks.cc
167
return
MatchStanzaFrom
(stanza, pubsubjid_) &&
Completed in 815 milliseconds