Home
last modified time | relevance | path

Searched refs:getMarkdownTags (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/widgets/
H A Dinput_fields.h201 const std::vector<MarkdownTag> &getMarkdownTags() const { in getMarkdownTags() function
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/chat_helpers/
H A Dmessage_field.cpp541 const auto &markdownTags = _field->getMarkdownTags(); in parse()