Searched refs:MatchRequestIq (Results 1 – 7 of 7) sorted by relevance
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
D | xmpptask.h | 104 static bool MatchRequestIq(const XmlElement* stanza, const std::string& type,
|
D | xmpptask.cc | 154 bool XmppTask::MatchRequestIq(const XmlElement* stanza, in MatchRequestIq() function in buzz::XmppTask
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
D | jingleinfotask.cc | 87 if (!MatchRequestIq(stanza, "set", QN_JINGLE_INFO_QUERY)) in HandleStanza()
|
D | xmpptask.h | 163 static bool MatchRequestIq(const XmlElement* stanza, const std::string& type,
|
D | xmpptask.cc | 160 bool XmppTask::MatchRequestIq(const XmlElement* stanza, in MatchRequestIq() function in buzz::XmppTask
|
/external/chromium_org/third_party/libjingle/source/talk/examples/plus/ |
D | rostertask.cc | 149 if (!MatchRequestIq(stanza, STR_SET, QN_ROSTER_QUERY)) { in HandleStanza()
|
/external/chromium/chrome/browser/sync/notifier/ |
D | cache_invalidation_packet_handler.cc | 89 return MatchRequestIq(stanza, buzz::STR_SET, kQnData); in IsValidCacheInvalidationIqPacket()
|