Home
last modified time | relevance | path

Searched refs:mouse_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.cc18 const gfx::Insets& mouse_extend, in EasyResizeWindowTargeter() argument
20 SetInsets(mouse_extend, touch_extend); in EasyResizeWindowTargeter()
H A Deasy_resize_window_targeter.h26 EasyResizeWindowTargeter(const gfx::Insets& mouse_extend,
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/wm/core/
H A Deasy_resize_window_targeter.cc18 const gfx::Insets& mouse_extend, in EasyResizeWindowTargeter() argument
20 SetInsets(mouse_extend, touch_extend); in EasyResizeWindowTargeter()
H A Deasy_resize_window_targeter.h26 EasyResizeWindowTargeter(const gfx::Insets& mouse_extend,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/aura/
H A Dwindow_targeter.h65 void SetInsets(const gfx::Insets& mouse_extend,
126 const gfx::Insets& mouse_extend() const { return mouse_extend_; } in mouse_extend() function
H A Dwindow_targeter.cc58 void WindowTargeter::SetInsets(const gfx::Insets& mouse_extend, in SetInsets() argument
60 if (mouse_extend_ == mouse_extend && touch_extend_ == touch_extend) in SetInsets()
63 mouse_extend_ = mouse_extend; in SetInsets()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/aura/
H A Dwindow_targeter.h65 void SetInsets(const gfx::Insets& mouse_extend,
126 const gfx::Insets& mouse_extend() const { return mouse_extend_; } in mouse_extend() function
H A Dwindow_targeter.cc58 void WindowTargeter::SetInsets(const gfx::Insets& mouse_extend, in SetInsets() argument
60 if (mouse_extend_ == mouse_extend && touch_extend_ == touch_extend) in SetInsets()
63 mouse_extend_ = mouse_extend; in SetInsets()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/
H A Dwindow_util.cc190 gfx::Insets mouse_extend( in SetChildrenUseExtendedHitRegionForWindow() local
194 mouse_extend, chromeos::kResizeOutsideBoundsScaleForTouch); in SetChildrenUseExtendedHitRegionForWindow()
196 mouse_extend, touch_extend)); in SetChildrenUseExtendedHitRegionForWindow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/shelf/
H A Dshelf_window_targeter.cc72 hit_test_rect_mouse->Inset(mouse_extend()); in GetHitTestRects()