Home
last modified time | relevance | path

Searched refs:rightActionDisabled (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/calls/group/
H A Dcalls_group_members_row.h114 bool rightActionDisabled() const override;
H A Dcalls_group_members_row.cpp674 bool MembersRow::rightActionDisabled() const { in rightActionDisabled() function in Calls::Group::MembersRow
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/boxes/
H A Dpeer_list_box.h111 virtual bool rightActionDisabled() const { in rightActionDisabled() function
H A Dpeer_list_box.cpp542 return (element == 1) && rightActionDisabled(); in elementDisabled()