Home
last modified time | relevance | path

Searched refs:pushTabbedSelectorToThirdSection (Results 1 – 10 of 10) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/window/
H A Dsection_widget.h57 virtual bool pushTabbedSelectorToThirdSection( in pushTabbedSelectorToThirdSection() function
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/
H A Dhistory_view_scheduled_section.h85 bool pushTabbedSelectorToThirdSection(
H A Dhistory_view_replies_section.h104 bool pushTabbedSelectorToThirdSection(
H A Dhistory_view_scheduled_section.cpp947 bool ScheduledWidget::pushTabbedSelectorToThirdSection( in pushTabbedSelectorToThirdSection() function in HistoryView::ScheduledWidget
950 return _composeControls->pushTabbedSelectorToThirdSection(peer, params); in pushTabbedSelectorToThirdSection()
H A Dhistory_view_replies_section.cpp1464 bool RepliesWidget::pushTabbedSelectorToThirdSection( in pushTabbedSelectorToThirdSection() function in HistoryView::RepliesWidget
1467 return _composeControls->pushTabbedSelectorToThirdSection(peer, params); in pushTabbedSelectorToThirdSection()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/controls/
H A Dhistory_view_compose_controls.h139 bool pushTabbedSelectorToThirdSection(
H A Dhistory_view_compose_controls.cpp1930 bool ComposeControls::pushTabbedSelectorToThirdSection( in pushTabbedSelectorToThirdSection() function in HistoryView::ComposeControls
1988 pushTabbedSelectorToThirdSection( in toggleTabbedSelectorMode()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/
H A Dmainwidget.cpp2082 _mainSection->pushTabbedSelectorToThirdSection(peer, params); in updateControlsGeometry()
2084 _history->pushTabbedSelectorToThirdSection(peer, params); in updateControlsGeometry()
2341 ? _mainSection->pushTabbedSelectorToThirdSection(peer, params) in updateThirdColumnToCurrentChat()
2342 : _history->pushTabbedSelectorToThirdSection(peer, params); in updateThirdColumnToCurrentChat()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/
H A Dhistory_widget.h282 bool pushTabbedSelectorToThirdSection(
H A Dhistory_widget.cpp4258 bool HistoryWidget::pushTabbedSelectorToThirdSection( in pushTabbedSelectorToThirdSection() function in HistoryWidget
4319 pushTabbedSelectorToThirdSection( in toggleTabbedSelectorMode()