Home
last modified time | relevance | path

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

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/
H A Dhistory_view_list_widget.cpp2082 const auto tillView = selectingUp ? pressView : overView; in updateDragSelection() local
2085 updateDragSelection(fromView, fromState, tillView, tillState); in updateDragSelection()
2091 const Element *tillView, in updateDragSelection() argument
2093 Expects(fromView != nullptr || tillView != nullptr); in updateDragSelection()
2129 : (fromView == tillView || includeFrom(fromView, fromState)) in updateDragSelection()
2134 if (fromView == tillView) { in updateDragSelection()
2141 const auto result = tillView ? ranges::find( in updateDragSelection()
2143 tillView, in updateDragSelection()
2147 : includeTill(tillView, tillState) in updateDragSelection()
H A Dhistory_view_list_widget.h454 const Element *tillView,