Home
last modified time | relevance | path

Searched refs:needsBubble (Results 1 – 19 of 19) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/media/
H A Dhistory_view_call.h35 bool needsBubble() const override { in needsBubble() function
H A Dhistory_view_contact.h42 bool needsBubble() const override { in needsBubble() function
H A Dhistory_view_theme_document.h37 bool needsBubble() const override { in needsBubble() function
H A Dhistory_view_location.h52 bool needsBubble() const override;
H A Dhistory_view_invoice.h62 bool needsBubble() const override { in needsBubble() function
H A Dhistory_view_game.h67 bool needsBubble() const override { in needsBubble() function
H A Dhistory_view_media_unwrapped.h78 bool needsBubble() const override { in needsBubble() function
H A Dhistory_view_web_page.h74 bool needsBubble() const override { in needsBubble() function
H A Dhistory_view_media_grouped.h83 bool needsBubble() const override;
H A Dhistory_view_photo.h81 bool needsBubble() const override;
H A Dhistory_view_document.h56 bool needsBubble() const override { in needsBubble() function
H A Dhistory_view_gif.h95 bool needsBubble() const override;
H A Dhistory_view_poll.h43 bool needsBubble() const override { in needsBubble() function
H A Dhistory_view_media.h197 [[nodiscard]] virtual bool needsBubble() const = 0;
H A Dhistory_view_location.cpp323 bool Location::needsBubble() const { in needsBubble() function in HistoryView::Location
H A Dhistory_view_media_grouped.cpp739 bool GroupedMedia::needsBubble() const { in needsBubble() function in HistoryView::GroupedMedia
H A Dhistory_view_photo.cpp812 bool Photo::needsBubble() const { in needsBubble() function in HistoryView::Photo
H A Dhistory_view_gif.cpp1142 bool Gif::needsBubble() const { in needsBubble() function in HistoryView::Gif
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/
H A Dhistory_view_message.cpp2135 ? (hasVisibleText() || media->needsBubble()) in drawBubble()