HomeSort by relevance Sort by last modified time
    Searched full:set_raw_xml (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/libjingle/xmpp/
chatroommoduleimpl.cc 434 xmpp_presence->set_raw_xml(presence);
476 IFR(presence->set_raw_xml(&presence_element));
642 presence_->set_raw_xml(presence->raw_xml());
rostermoduleimpl.h 77 virtual XmppReturnStatus set_raw_xml(const XmlElement * xml);
134 virtual XmppReturnStatus set_raw_xml(const XmlElement * xml);
rostermoduleimpl.cc 332 XmppPresenceImpl::set_raw_xml(const XmlElement * xml) { function in class:buzz::XmppPresenceImpl
545 XmppRosterContactImpl::set_raw_xml(const XmlElement* xml) { function in class:buzz::XmppRosterContactImpl
974 if (XMPP_RETURN_OK == presence->set_raw_xml(stanza)) {
983 presence->set_raw_xml(stanza);
rostermodule.h 137 virtual XmppReturnStatus set_raw_xml(const XmlElement * xml) = 0;
187 virtual XmppReturnStatus set_raw_xml(const XmlElement * xml) = 0;
rostermodule_unittest.cc 254 presence->set_raw_xml(&presence_xml);
344 TEST_OK(roster->outgoing_presence()->set_raw_xml(&presence_input));

Completed in 92 milliseconds