Home
last modified time | relevance | path

Searched refs:setChatStateService (Results 1 – 6 of 6) sorted by relevance

/dports/polish/kadu/kadu-4.3/plugins/jabber_protocol/services/
H A Djabber-chat-service.h55 void setChatStateService(JabberChatStateService *chatStateService);
H A Djabber-chat-service.cpp89 void JabberChatService::setChatStateService(JabberChatStateService *chatStateService) in setChatStateService() function in JabberChatService
/dports/polish/kadu/kadu-4.3/plugins/jabber_protocol/
H A Djabber-protocol.cpp147 chatService->setChatStateService(chatStateService); in init()
170 setChatStateService(chatStateService); in init()
/dports/polish/kadu/kadu-4.3/kadu-core/protocols/
H A Dprotocol.h170 void setChatStateService(ChatStateService * const chatStateService);
H A Dprotocol.cpp63 void Protocol::setChatStateService(ChatStateService * const chatStateService) in setChatStateService() function in Protocol
/dports/polish/kadu/kadu-4.3/plugins/gadu_protocol/
H A Dgadu-protocol.cpp172 setChatStateService(CurrentChatStateService); in init()