Searched refs:XmppRosterContact (Results 1 – 4 of 4) sorted by relevance
141 class XmppRosterContact {143 virtual ~XmppRosterContact() {} in ~XmppRosterContact()147 static XmppRosterContact* Create();222 const XmppRosterContact* old_contact,234 const XmppRosterContact* removed_contact,297 virtual const XmppRosterContact* GetRosterContact(size_t index) = 0;300 virtual const XmppRosterContact* FindRosterContact(const Jid& jid) = 0;306 const XmppRosterContact* contact) = 0;
93 class XmppRosterContactImpl : public XmppRosterContact {148 friend class XmppRosterContact; variable216 virtual const XmppRosterContact* GetRosterContact(size_t index);219 virtual const XmppRosterContact* FindRosterContact(const Jid& jid);225 const XmppRosterContact* contact);
347 XmppRosterContact*348 XmppRosterContact::Create() { in Create()702 const XmppRosterContact*722 const XmppRosterContact*737 const XmppRosterContact* contact) { in RequestRosterChange()900 XmppRosterContact* contact = *pos; in DeleteContacts()1035 XmppRosterContact* contact = *pos; in InternalRosterItems()1042 XmppRosterContact* old_contact = *pos; in InternalRosterItems()
129 WriteContact(std::ostream& os, const XmppRosterContact* contact) { in WriteContact()191 const XmppRosterContact* old_contact, in ContactChanged()216 const XmppRosterContact* removed_contact, in ContactRemoved()699 rtc::scoped_ptr<XmppRosterContact> contact(XmppRosterContact::Create()); in TEST_F()