Home
last modified time | relevance | path

Searched refs:setUserpic (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/data/
H A Ddata_peer.cpp276 void PeerData::setUserpic(PhotoId photoId, const ImageLocation &location) { in setUserpic() function in PeerData
465 setUserpic(photoId, location); in setUserpicChecked()
H A Ddata_peer.h326 void setUserpic(PhotoId photoId, const ImageLocation &location);
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/storage/
H A Dserialize_peer.cpp428 result->setUserpic(photoId, location); in readPeer()