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

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
rostermodule.h 78 XMPP_PRESENCE_AVAILABLE = 1,
rostermodule_unittest.cc 303 set_available(XMPP_PRESENCE_AVAILABLE));
337 set_available(XMPP_PRESENCE_AVAILABLE));
385 TEST_OK(directed_presence->set_available(XMPP_PRESENCE_AVAILABLE));
chatroommoduleimpl.cc 501 if (presence->available() == XMPP_PRESENCE_AVAILABLE) {
510 if (presence->available() == XMPP_PRESENCE_AVAILABLE) {
rostermoduleimpl.cc 167 return XMPP_PRESENCE_AVAILABLE;
175 if (available == XMPP_PRESENCE_AVAILABLE)

Completed in 233 milliseconds