Home
last modified time | relevance | path

Searched refs:from_touch_gesture (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/overview/
H A Doverview_item.h315 bool from_touch_gesture);
H A Doverview_session.h262 bool CanProcessEvent(OverviewItem* sender, bool from_touch_gesture) const;
H A Doverview_session.cc950 bool from_touch_gesture) const { in CanProcessEvent()
964 from_touch_gesture == window_drag_controller_->is_touch_dragging()) { in CanProcessEvent()
H A Doverview_item.cc1276 bool from_touch_gesture) { in HandlePressEvent() argument
1284 /*is_touch_dragging=*/from_touch_gesture); in HandlePressEvent()