HomeSort by relevance Sort by last modified time
    Searched refs:XmppRosterContactImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
rostermoduleimpl.cc 367 // XmppRosterContactImpl -------------------------------------------------------
370 return new XmppRosterContactImpl();
373 XmppRosterContactImpl::XmppRosterContactImpl() {
378 XmppRosterContactImpl::SetXmlFromWire(const XmlElement* xml) {
387 XmppRosterContactImpl::ResetGroupCache() {
394 XmppRosterContactImpl::jid() const {
399 XmppRosterContactImpl::set_jid(const Jid& jid)
413 XmppRosterContactImpl::name() const {
418 XmppRosterContactImpl::set_name(const std::string& name)
    [all...]
rostermoduleimpl.h 110 class XmppRosterContactImpl : public XmppRosterContact {
112 virtual ~XmppRosterContactImpl() {}
154 XmppRosterContactImpl();
296 typedef std::vector<XmppRosterContactImpl*> ContactVector;

Completed in 27 milliseconds