Home
last modified time | relevance | path

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

/external/webrtc/webrtc/libjingle/xmpp/
Drostermodule.h228 virtual void ContactsAdded(XmppRosterModule* roster,
Drostermoduleimpl.cc1055 roster_handler_->ContactsAdded(this, contacts_->size() - 1, 1); in InternalRosterItems()
1061 roster_handler_->ContactsAdded(this, 0, contacts_->size()); in InternalRosterItems()
Drostermodule_unittest.cc203 virtual void ContactsAdded(XmppRosterModule* roster, in ContactsAdded() function in buzz::XmppTestRosterHandler