OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XMPP_PRESENCE_UNAVAILABLE
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
rostermodule.h
77
XMPP_PRESENCE_UNAVAILABLE
= 0,
rostermoduleimpl.cc
160
return
XMPP_PRESENCE_UNAVAILABLE
;
163
return
XMPP_PRESENCE_UNAVAILABLE
;
177
else if (available ==
XMPP_PRESENCE_UNAVAILABLE
)
chatroommoduleimpl.cc
515
else if (presence->available() ==
XMPP_PRESENCE_UNAVAILABLE
) {
rostermodule_unittest.cc
321
set_available(
XMPP_PRESENCE_UNAVAILABLE
));
Completed in 98 milliseconds