OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chatroom_jid
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/libjingle/xmpp/
chatroommodule.h
49
virtual XmppReturnStatus set_chatroom_jid(const Jid&
chatroom_jid
) = 0;
52
virtual const Jid&
chatroom_jid
() const = 0;
62
//! Returns the jid of the member (this is the
chatroom_jid
plus the
chatroommoduleimpl.cc
43
virtual XmppReturnStatus set_chatroom_jid(const Jid&
chatroom_jid
);
44
virtual const Jid&
chatroom_jid
() const;
195
XmppChatroomModuleImpl::set_chatroom_jid(const Jid&
chatroom_jid
) {
199
if (
chatroom_jid
!=
chatroom_jid
.BareJid()) {
200
//
chatroom_jid
must be a bare jid
204
chatroom_jid_ =
chatroom_jid
;
209
XmppChatroomModuleImpl::
chatroom_jid
() const {
function in class:buzz::XmppChatroomModuleImpl
Completed in 142 milliseconds