Home
last modified time | relevance | path

Searched refs:old_contact (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/libjingle/xmpp/
Drostermodule.h222 const XmppRosterContact* old_contact,
Drostermoduleimpl.cc1042 XmppRosterContact* old_contact = *pos; in InternalRosterItems() local
1046 roster_handler_->ContactChanged(this, old_contact, in InternalRosterItems()
1048 delete old_contact; in InternalRosterItems()
Drostermodule_unittest.cc191 const XmppRosterContact* old_contact, in ContactChanged() argument
194 WriteContact(ss_, old_contact); in ContactChanged()