Home
last modified time | relevance | path

Searched refs:XMPP_PRESENCE_UNAVAILABLE (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/xmpp/
Drostermodule.h77 XMPP_PRESENCE_UNAVAILABLE = 0, enumerator
Drostermoduleimpl.cc160 return XMPP_PRESENCE_UNAVAILABLE; in available()
163 return XMPP_PRESENCE_UNAVAILABLE; in available()
177 else if (available == XMPP_PRESENCE_UNAVAILABLE) in set_available()
Drostermodule_unittest.cc321 set_available(XMPP_PRESENCE_UNAVAILABLE)); in TEST_F()
Dchatroommoduleimpl.cc511 else if (presence->available() == XMPP_PRESENCE_UNAVAILABLE) { in ServerChangedOtherPresence()