Searched refs:chatroom_handler_ (Results 1 – 1 of 1) sorted by relevance
87 XmppChatroomHandler* chatroom_handler_; member in buzz::XmppChatroomModuleImpl141 chatroom_handler_(NULL), in XmppChatroomModuleImpl()184 chatroom_handler_ = handler; in set_chatroom_handler()191 return chatroom_handler_; in chatroom_handler()432 if (chatroom_handler_) { in FireEnteredStatus()435 chatroom_handler_->ChatroomEnteredStatus(this, xmpp_presence.get(), status); in FireEnteredStatus()441 if (chatroom_handler_) in FireExitStatus()442 chatroom_handler_->ChatroomExitedStatus(this, status); in FireExitStatus()447 if (chatroom_handler_) in FireMessageReceived()448 chatroom_handler_->MessageReceived(this, message); in FireMessageReceived()[all …]