Home
last modified time | relevance | path

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

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/media/
H A Dhistory_view_file.h37 [[nodiscard]] bool allowsFastShare() const override { in allowsFastShare() function
H A Dhistory_view_game.h73 bool allowsFastShare() const override { in allowsFastShare() function
H A Dhistory_view_web_page.h80 bool allowsFastShare() const override { in allowsFastShare() function
H A Dhistory_view_media_grouped.h87 bool allowsFastShare() const override { in allowsFastShare() function
H A Dhistory_view_media.h84 [[nodiscard]] virtual bool allowsFastShare() const { in allowsFastShare() function
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/
H A Dhistory_view_message.cpp2233 return media->allowsFastShare(); in displayFastShare()