Home
last modified time | relevance | path

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

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/boxes/
H A Dpeer_list_box.cpp803 _repaintByStatus.setCallback([this] { update(); }); in PeerListContent()
1210 const auto repaintByStatusAfter = _repaintByStatus.remainingTime(); in paintEvent()
1235 _repaintByStatus.callOnce(repaintAfterMin); in paintEvent()
H A Dpeer_list_box.h809 base::Timer _repaintByStatus; variable