OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XmppRosterContact
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
rostermodule.h
158
class
XmppRosterContact
{
160
virtual ~
XmppRosterContact
() {}
164
static
XmppRosterContact
* Create();
239
const
XmppRosterContact
* old_contact,
251
const
XmppRosterContact
* removed_contact,
314
virtual const
XmppRosterContact
* GetRosterContact(size_t index) = 0;
317
virtual const
XmppRosterContact
* FindRosterContact(const Jid& jid) = 0;
323
const
XmppRosterContact
* contact) = 0;
rostermoduleimpl.h
110
class XmppRosterContactImpl : public
XmppRosterContact
{
165
friend class
XmppRosterContact
;
233
virtual const
XmppRosterContact
* GetRosterContact(size_t index);
236
virtual const
XmppRosterContact
* FindRosterContact(const Jid& jid);
242
const
XmppRosterContact
* contact);
rostermoduleimpl.cc
368
XmppRosterContact
*
369
XmppRosterContact
::Create() {
723
const
XmppRosterContact
*
743
const
XmppRosterContact
*
758
const
XmppRosterContact
* contact) {
921
XmppRosterContact
* contact = *pos;
1056
XmppRosterContact
* contact = *pos;
1063
XmppRosterContact
* old_contact = *pos;
rostermodule_unittest.cc
146
WriteContact(std::ostream& os, const
XmppRosterContact
* contact) {
208
const
XmppRosterContact
* old_contact,
233
const
XmppRosterContact
* removed_contact,
716
talk_base::scoped_ptr<
XmppRosterContact
> contact(
XmppRosterContact
::Create());
Completed in 921 milliseconds