Home
last modified time | relevance | path

Searched refs:_listSt (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.h416 _listSt = listSt;
420 return _listSt; in listSt()
542 const style::PeerList *_listSt = nullptr; variable
H A Dpeer_list_box.cpp260 return _listSt ? *_listSt : st::peerListBox; in computeListSt()