Home
last modified time | relevance | path

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

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/
H A Dmainwidget.h231 bool preventsCloseSection(Fn<void()> callback) const;
232 bool preventsCloseSection(
H A Dmainwidget.cpp1283 && preventsCloseSection( in ui_showPeerHistory()
1480 if (preventsCloseSection( in showSection()
1743 bool MainWidget::preventsCloseSection(Fn<void()> callback) const { in preventsCloseSection() function in MainWidget
1752 bool MainWidget::preventsCloseSection( in preventsCloseSection() function in MainWidget
1757 : preventsCloseSection(std::move(callback)); in preventsCloseSection()
1763 if (preventsCloseSection([=] { showBackFromStack(params); }, params)) { in showBackFromStack()
H A Dmainwindow.cpp242 if (_main && _main->preventsCloseSection(callback)) { in preventOrInvoke()