Home
last modified time | relevance | path

Searched defs:chatters (Results 1 – 6 of 6) sorted by relevance

/dports/net-im/chatterino2/chatterino2-2.3.4/src/common/
H A DChannelChatters.cpp21 auto chatters = this->chatters_.access(); in addRecentChatter() local
71 const std::unordered_set<QString> &chatters) in updateOnlineChatters()
H A DCompletionModel.cpp159 auto chatters = tc->accessChatters()->filterByPrefix(usernamePrefix); in refresh() local
171 auto chatters = tc->accessChatters()->filterByPrefix(prefix); in refresh() local
/dports/misc/orion/orion-1.6.7-12-gec8400c/src/model/
H A Dviewersmodel.cpp13 void ViewersModel::processChatterList(QMap<QString, QList<QString>> chatters) in processChatterList()
/dports/net-im/chatterino2/chatterino2-2.3.4/src/widgets/splits/
H A DInputCompletionPopup.cpp157 auto chatters = twitchChannel->accessChatters()->filterByPrefix(text); in updateUsers() local
/dports/net-im/chatterino2/chatterino2-2.3.4/src/providers/twitch/
H A DIrcMessageHandler.cpp325 if (auto chatters = dynamic_cast<ChannelChatters *>(chan.get())) in addMessage() local
/dports/misc/orion/orion-1.6.7-12-gec8400c/src/util/
H A Djsonparser.cpp762 QJsonObject chatters = json["chatters"].toObject(); in parseChatterList() local