OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatchRequestIq
(Results
1 - 7
of
7
) sorted by null
/external/chromium/third_party/libjingle/source/talk/xmpp/
xmpptask.h
104
static bool
MatchRequestIq
(const XmlElement* stanza, const std::string& type,
xmpptask.cc
154
bool XmppTask::
MatchRequestIq
(const XmlElement* stanza,
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
jingleinfotask.cc
87
if (!
MatchRequestIq
(stanza, "set", QN_JINGLE_INFO_QUERY))
xmpptask.h
163
static bool
MatchRequestIq
(const XmlElement* stanza, const std::string& type,
xmpptask.cc
160
bool XmppTask::
MatchRequestIq
(const XmlElement* stanza,
/external/chromium_org/third_party/libjingle/source/talk/examples/plus/
rostertask.cc
149
if (!
MatchRequestIq
(stanza, STR_SET, QN_ROSTER_QUERY)) {
/external/chromium/chrome/browser/sync/notifier/
cache_invalidation_packet_handler.cc
89
return
MatchRequestIq
(stanza, buzz::STR_SET, kQnData);
Completed in 1118 milliseconds