Home
last modified time | relevance | path

Searched refs:getBttvEmotes (Results 1 – 7 of 7) sorted by relevance

/dports/net-im/chatterino2/chatterino2-2.3.4/src/providers/twitch/
H A DTwitchIrcServer.hpp43 const BttvEmotes &getBttvEmotes() const;
H A DTwitchIrcServer.cpp370 const BttvEmotes &TwitchIrcServer::getBttvEmotes() const in getBttvEmotes() function in chatterino::TwitchIrcServer
H A DTwitchMessageBuilder.cpp992 const auto &globalBttvEmotes = app->twitch.server->getBttvEmotes(); in tryAppendEmote()
/dports/net-im/chatterino2/chatterino2-2.3.4/src/common/
H A DCompletionModel.cpp125 for (auto &emote : *getApp()->twitch2->getBttvEmotes().emotes()) in refresh()
/dports/net-im/chatterino2/chatterino2-2.3.4/src/widgets/splits/
H A DInputCompletionPopup.cpp109 if (auto bttvG = getApp()->twitch2->getBttvEmotes().emotes()) in updateEmotes()
/dports/net-im/chatterino2/chatterino2-2.3.4/src/widgets/dialogs/
H A DEmotePopup.cpp233 addEmotes(*globalChannel, *getApp()->twitch2->getBttvEmotes().emotes(), in loadChannel()
/dports/net-im/chatterino2/chatterino2-2.3.4/src/controllers/commands/
H A DCommandController.cpp98 const auto &bttvemotes = app->twitch.server->getBttvEmotes(); in appendWhisperMessageWordsLocally()