Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/wm/core/
H A Deasy_resize_window_targeter.cc19 const gfx::Insets& touch_extend) { in EasyResizeWindowTargeter() argument
20 SetInsets(mouse_extend, touch_extend); in EasyResizeWindowTargeter()
H A Deasy_resize_window_targeter.h27 const gfx::Insets& touch_extend);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/wm/core/
H A Deasy_resize_window_targeter.cc19 const gfx::Insets& touch_extend) { in EasyResizeWindowTargeter() argument
20 SetInsets(mouse_extend, touch_extend); in EasyResizeWindowTargeter()
H A Deasy_resize_window_targeter.h27 const gfx::Insets& touch_extend);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/aura/
H A Dwindow_targeter.h66 const gfx::Insets& touch_extend);
127 const gfx::Insets& touch_extend() const { return touch_extend_; } in touch_extend() function
H A Dwindow_targeter.cc59 const gfx::Insets& touch_extend) { in SetInsets() argument
60 if (mouse_extend_ == mouse_extend && touch_extend_ == touch_extend) in SetInsets()
64 touch_extend_ = touch_extend; in SetInsets()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/aura/
H A Dwindow_targeter.h66 const gfx::Insets& touch_extend);
127 const gfx::Insets& touch_extend() const { return touch_extend_; } in touch_extend() function
H A Dwindow_targeter.cc59 const gfx::Insets& touch_extend) { in SetInsets() argument
60 if (mouse_extend_ == mouse_extend && touch_extend_ == touch_extend) in SetInsets()
64 touch_extend_ = touch_extend; in SetInsets()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/shelf/
H A Dshelf_window_targeter.cc80 hit_test_rect_touch->Inset(touch_extend()); in GetHitTestRects()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/
H A Dwindow_util.cc193 gfx::Insets touch_extend = gfx::ScaleToFlooredInsets( in SetChildrenUseExtendedHitRegionForWindow() local
196 mouse_extend, touch_extend)); in SetChildrenUseExtendedHitRegionForWindow()